public interface WorkConfiguration<W extends Work>
Work
.Modifier and Type | Method and Description |
---|---|
AdministratorSourceConfiguration<?,?>[] |
getAdministratorConfiguration()
Obtains the configuration of the
Work bound Administrator
instances. |
String |
getInitialTaskName()
|
ManagedObjectConfiguration<?>[] |
getManagedObjectConfiguration()
Obtains the configuration of the
Work bound ManagedObject
instances. |
<D extends Enum<D>,F extends Enum<F>> |
getTaskConfiguration()
|
WorkFactory<W> |
getWorkFactory()
Obtains the
WorkFactory to create the Work . |
String |
getWorkName()
Obtains the name of this
Work . |
WorkFactory<W> getWorkFactory()
WorkFactory
to create the Work
.WorkFactory
to create the Work
to be done.ManagedObjectConfiguration<?>[] getManagedObjectConfiguration()
Work
bound ManagedObject
instances.ManagedObject
configuration for this
Work
.AdministratorSourceConfiguration<?,?>[] getAdministratorConfiguration()
Work
bound Administrator
instances.Administrator
configuration this Work
.Copyright © 2005–2016. All rights reserved.