|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowNotificationContext
General workflow runtime context.
Method Summary | |
---|---|
Activity |
getActivity()
Returns information about the most recent running activity. |
Activity |
getActivity(java.lang.String actDefID)
Returns information about the activity with the given definition ID. |
RelevantDataItem |
getData(java.lang.String id)
Returns the relevant data item with the given ID associated with the current running workflow process. |
WorkflowProcess |
getParentProcess()
Returns information about the parent process of the current running process. |
WorkflowProcess |
getProcess()
Returns the information about the current running process. |
WorkflowProcess |
getRootProcess()
Returns information about the root process of the current running process. |
Method Detail |
---|
WorkflowProcess getProcess()
WorkflowProcess getParentProcess()
WorkflowProcess getRootProcess()
Activity getActivity()
Activity getActivity(java.lang.String actDefID)
actDefID
- ID of the activity as specified in the process
definition.
RelevantDataItem getData(java.lang.String id)
id
- ID of the relevant data item.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |