public interface WorkItem extends HasMetaData
WorkItem
is the unit that is passed through an
Workflow
instance of a
WorkflowModel
.
It contains the WorkflowData
the instances acts on and
a reference to the WorkflowNode
that describes the underlying
workflow step.
A WorkItem
can be considered as a token in a petri net that
flows through the net during execution.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCurrentAssignee()
Returns the current assignee, respectively the info in which
inbox the workitem "resides".
|
java.lang.String |
getId()
Returns the ID of the
WorkflowItem . |
WorkflowNode |
getNode()
Returns the current
the
WorkflowItem is attached to. |
java.util.Date |
getTimeEnded()
Returns the end time of the
WorkflowItem . |
java.util.Date |
getTimeStarted()
Returns the start time of the
WorkflowItem . |
Workflow |
getWorkflow()
Returns the
instance assigned with this
WorkflowItem . |
WorkflowData |
getWorkflowData()
Returns the
assigned to the
WorkflowItem . |
getMetaData, getMetaDataMap
java.util.Date getTimeStarted()
WorkflowItem
.WorkflowItem
.java.util.Date getTimeEnded()
WorkflowItem
.WorkflowItem
.Workflow getWorkflow()
Workflow
instance assigned with this
WorkflowItem
.Workflow
of the workflow instance assigned with
the WorkflowItem
.WorkflowNode getNode()
WorkflowNode
the
WorkflowItem
is attached to.WorkflowNode
of the
WorkflowItem
.java.lang.String getId()
WorkflowItem
.WorkflowItem
.WorkflowData getWorkflowData()
WorkflowData
assigned to the
WorkflowItem
.WorkflowData
of the
WorkflowItem
.java.lang.String getCurrentAssignee()
Copyright © 2010 - 2020 Adobe. All Rights Reserved