|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for obtaining contextual information about the currently executing workflow activity and process. An object implementing this interface is passed to a workflow specific application (see WorkflowApplication) so that the application can use workflow activity and process information in its business logic.
WorkflowApplication
Method Summary | |
---|---|
ActivityEntity |
getActivityEO()
Returns the activity currently executing. |
Activity |
getActivityVO()
Returns the value object of the activity currently executing. |
WorkflowProcessEntity |
getProcessEO()
Returns the process currently executing. |
ProcessManager |
getProcessManager()
Returns the manager of the process. |
WorkflowProcess |
getProcessVO()
Returns the value object of the process currently executing. |
Method Detail |
public ProcessManager getProcessManager()
public WorkflowProcess getProcessVO()
public WorkflowProcessEntity getProcessEO()
public Activity getActivityVO()
public ActivityEntity getActivityEO()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |