|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkItem
A WorkItem is the unit that is passed through an
instance of a
Workflow.
It contains the WorkflowModel the instances acts on and
a reference to the WorkflowDataWorkflowNode 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.
| Method Summary | |
|---|---|
String |
getId()
Returns the ID of the WorkflowItem. |
WorkflowNode |
getNode()
Returns the current the
WorkflowItem is attached to. |
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. |
| Methods inherited from interface com.day.cq.workflow.HasMetaData |
|---|
getMetaData |
| Method Detail |
|---|
Date getTimeStarted()
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.String getId()
WorkflowItem.
WorkflowItem.WorkflowData getWorkflowData()
WorkflowData assigned to the
WorkflowItem.
WorkflowData of the
WorkflowItem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||