public interface WorkMetaData<W extends Work>
Work
instance.Modifier and Type | Method and Description |
---|---|
WorkContainer<W> |
createWorkContainer(ProcessState processState)
Creates a
WorkContainer from this WorkMetaData . |
AdministratorMetaData<?,?>[] |
getAdministratorMetaData()
Obtains the meta-data of the
Administrator instances for the
Work . |
FlowMetaData<W> |
getInitialFlowMetaData()
|
ManagedObjectMetaData<?>[] |
getManagedObjectMetaData()
Obtains the meta-data of the
ManagedObject instances bound to the
Work . |
TaskMetaData<W,?,?>[] |
getTaskMetaData()
|
WorkFactory<W> |
getWorkFactory()
Obtain the
WorkFactory . |
String |
getWorkName()
Obtains the name of this
Work . |
WorkContainer<W> createWorkContainer(ProcessState processState)
WorkContainer
from this WorkMetaData
.processState
- ProcessState
that the WorkContainer
is being
created within.WorkContainer
.WorkFactory<W> getWorkFactory()
WorkFactory
.WorkFactory
of the Work
.FlowMetaData<W> getInitialFlowMetaData()
FlowMetaData
for the initial JobSequence
of the
Work
or null
if no initial
JobSequence
for the Work
.ManagedObjectMetaData<?>[] getManagedObjectMetaData()
ManagedObject
instances bound to the
Work
.ManagedObject
instances bound to the
Work
.AdministratorMetaData<?,?>[] getAdministratorMetaData()
Administrator
instances for the
Work
.Administrator
instances for the
Work
.TaskMetaData<W,?,?>[] getTaskMetaData()
TaskMetaData
for the Task
instances of this
Work
.Copyright © 2005–2016. All rights reserved.