|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This is the workflow context. The workfloa context is created for each new workflow that is activated. Transitions can store within it the runtime data and references.
| Method Summary | |
long |
getCreationTime()
Returns the creation time of this context |
IFlowData |
getData()
Returns the current workflow data. |
long |
getID()
Returns the internal id number of this context. |
long |
getLastUpdateTime()
Returns the last update time of this context |
IWorkflow |
getMetaData()
Returns the meta data. |
long |
getStartTime()
Returns the start time of this context |
ITicket |
getUser()
Returns the workflow main user. |
java.lang.String |
getVersion()
Returns the context version (fur future use) |
| Method Detail |
public long getID()
public ITicket getUser()
public IWorkflow getMetaData()
public java.lang.String getVersion()
public long getCreationTime()
public long getStartTime()
public long getLastUpdateTime()
public IFlowData getData()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||