|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transition | |
---|---|
de.espirit.firstspirit.access | |
de.espirit.firstspirit.access.store.templatestore | |
de.espirit.firstspirit.workflow.model |
Uses of Transition in de.espirit.firstspirit.access |
---|
Methods in de.espirit.firstspirit.access that return Transition | |
---|---|
Transition |
TransitionParameters.getTransition()
Return selected transition. |
Methods in de.espirit.firstspirit.access with parameters of type Transition | |
---|---|
WorkflowScriptContext |
WorkflowContext.createWorkflowScriptContext(Script script,
Transition transition,
Activity activity,
TaskState.Mode callMode,
Data data)
Create script context for executing a script. |
State |
Task.doTransition(WorkflowContext context,
Transition transition)
Perform transition execution on this task. |
TransitionParameters |
WorkflowContext.selectManualTransition(Transition transition)
Select manual workflow transion parameters (show dialog). |
void |
WorkflowContext.sendEMail(Transition transition)
Called to send a email on transition activation. |
void |
TransitionParameters.setTransition(Transition transition)
Set target transition. |
Uses of Transition in de.espirit.firstspirit.access.store.templatestore |
---|
Methods in de.espirit.firstspirit.access.store.templatestore that return Transition | |
---|---|
Transition |
WorkflowScriptContext.getTransition()
Return result transtion of the script excution. |
Transition |
WorkflowTransitionPermission.getTransition()
|
Transition[] |
WorkflowScriptContext.getTransitions()
Returns all Transitions which points FROM the underlying activity . |
Transition |
WorkflowScriptContext.showActionDialog()
Show ActionDialog and forward all values (including the selected transition) to the TransitionParameters
object for this Task , if a target transition is selected. |
Methods in de.espirit.firstspirit.access.store.templatestore with parameters of type Transition | |
---|---|
void |
WorkflowScriptContext.doTransition(Transition transition)
|
WorkflowTransitionPermission |
WorkflowPermission.getTransitionPermission(Transition transition)
|
void |
WorkflowPermission.removeTransitionPermission(Transition transition)
|
Uses of Transition in de.espirit.firstspirit.workflow.model |
---|
Methods in de.espirit.firstspirit.workflow.model that return types with arguments of type Transition | |
---|---|
List<? extends Transition> |
Activity.getSourceTransitions()
Returns all transitions that points TO this activity. |
List<? extends Transition> |
State.getSourceTransitions()
Returns all transitions that points TO this state. |
List<? extends Transition> |
Activity.getTargetTransitions()
Returns all Transitions which points FROM this activity. |
List<? extends Transition> |
State.getTargetTransitions()
Returns all Transitions which points FROM this state. |
Iterator<? extends Transition> |
Workflow.transitions()
Returns all transitions that belongs to this workflow. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |