|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransitionNotAllowedException | |
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. |
de.danet.an.workflow.spis.aii | This package defines the application invocation interface used by the workflow package to invoke tool agents that control applications. |
Uses of TransitionNotAllowedException in de.danet.an.workflow.api |
Methods in de.danet.an.workflow.api that throw TransitionNotAllowedException | |
void |
Activity.abandon(java.lang.String exceptionName)
Force the completion of this activity, leaving it in state "closed.completed.abandoned". |
boolean |
Activity.choose()
Makes this activity the chosen one in a set of activities started by an AND split with the "deferred choice" option set. |
void |
ExecutionObject.changeState(WfExecutionObject.State newState)
Type-safe equivalent to . |
Uses of TransitionNotAllowedException in de.danet.an.workflow.omgcore |
Methods in de.danet.an.workflow.omgcore that throw TransitionNotAllowedException | |
void |
WfProcessMgr.setProcessMgrState(int newState)
Set the new state of this process manager. |
void |
WfExecutionObject.changeState(java.lang.String newState)
Updates the current state of the execution object. |
Uses of TransitionNotAllowedException in de.danet.an.workflow.spis.aii |
Methods in de.danet.an.workflow.spis.aii that throw TransitionNotAllowedException | |
void |
ToolAgentContext.abandonActivity(java.lang.String exception)
Abandon the invoking activity in a new transaction. |
void |
ToolAgentContext.abandonActivity(ResultProvider.ExceptionResult result)
Abandon the invoking activity in a new transaction and maybe suspend it. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |