|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.werken.blissed.ProcessContext
Context for an instance of a Process
.
Method Summary | |
java.util.Set |
getChildren()
Retrieve an unmodifiable set of all children ProcessContexts of this ProcessContext. |
Process |
getCurrentProcess()
Retrieve the ProcessContext's current process location. |
State |
getCurrentState()
Retrieve the ProcessContext's current state location. |
ProcessContext |
getParent()
Retrieve the parent of this ProcessContext. |
Process |
getProcess()
Retrieve the Process of this ProcessContext. |
java.lang.Object |
getProcessData()
Retrieve the process-specific data. |
ProcessEngine |
getProcessEngine()
Retrieve the ProcessEngine . |
void |
setProcessData(java.lang.Object processData)
Set the process-specific data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public ProcessEngine getProcessEngine()
ProcessEngine
.public Process getProcess()
public ProcessContext getParent()
null
if this is a root-level ProcessContext.public java.lang.Object getProcessData()
public void setProcessData(java.lang.Object processData)
processData
- The process data.public java.util.Set getChildren()
Set
of children
ProcessContext
s.public State getCurrentState()
public Process getCurrentProcess()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |