|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface WorkflowManagement.InteractiveTaskEnactmentDescriptor
Implementations of this interface provide the detailed information needed by the tasklist application. An instance of an implementation of this interface represents an individual interactive task enactment of one of the nodes in a process
Method Summary | |
---|---|
java.lang.String |
getActorId()
Answer the actor currently assigned to the task enactment |
int |
getAssignmentMode()
|
java.util.Date |
getCreationDate()
Answer the time of creation of the task enactment |
java.lang.String |
getIdentifier()
Answer a unique string handle for this descriptor |
WorkflowManagement.JobDescriptor |
getJobDescriptor()
Answer the job descriptor for this task |
java.util.Date |
getModificationDate()
Answer the time of most recent modification of the task enactment |
java.util.Collection |
getPooledActorIds()
Retrieve the pooled actors for the task enactment, or null if no pooled actors exist |
int |
getPriority()
Answer the priority of the associated task object |
Methods inherited from interface com.ebasetech.xi.api.workflow.WorkflowManagement.TaskEnactmentDescriptor |
---|
getDescription |
Methods inherited from interface com.ebasetech.xi.api.workflow.WorkflowManagement.FallibleEnactmentDescriptor |
---|
getFailureCause, getJobSequence, getNodeEnactmentSequence, getNodeName, getProcessName, getProcessVersion, getState, getSubJobProcessName, getSubJobProcessVersion, getSubJobSequence, setFailureCause |
Method Detail |
---|
WorkflowManagement.JobDescriptor getJobDescriptor()
java.lang.String getIdentifier()
getIdentifier
in interface WorkflowManagement.FallibleEnactmentDescriptor
java.util.Date getCreationDate()
java.util.Date getModificationDate()
int getPriority()
java.lang.String getActorId()
java.util.Collection getPooledActorIds()
int getAssignmentMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |