|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidStateException | |
de.danet.an.workflow.api | This package defines the the workflow API provided by Danet's workflow component. |
de.danet.an.workflow.omgcore | This package defines the core domain of a workflow management system. |
Uses of InvalidStateException in de.danet.an.workflow.api |
Methods in de.danet.an.workflow.api that throw InvalidStateException | |
void |
Process.setDebugEnabled(boolean debug)
Enable or disable debugging of the process. |
void |
ExecutionObject.changeState(WfExecutionObject.State newState)
Type-safe equivalent to . |
Uses of InvalidStateException in de.danet.an.workflow.omgcore |
Methods in de.danet.an.workflow.omgcore that throw InvalidStateException | |
java.util.Collection |
WfProcess.activitiesInState(java.lang.String state)
Return all WfActivity objects that are in a certain state. |
void |
WfExecutionObject.changeState(java.lang.String newState)
Updates the current state of the execution object. |
static WfExecutionObject.State |
WfExecutionObject.State.fromString(java.lang.String text)
Get a state by name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |