Package | Description |
---|---|
de.espirit.firstspirit.access | |
de.espirit.firstspirit.access.store.templatestore | |
de.espirit.firstspirit.workflow.model |
Modifier and Type | Method and Description |
---|---|
Transition |
TransitionParameters.getTransition()
Return selected transition.
|
Modifier and Type | Method and Description |
---|---|
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 transition parameters (show dialog).
|
void |
WorkflowContext.sendEMail(Transition transition)
Called to send a email on transition activation.
|
void |
TransitionParameters.setTransition(Transition transition)
Set target transition.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowScriptContext.doTransition(Transition transition) |
WorkflowTransitionPermission |
WorkflowPermission.getTransitionPermission(Transition transition) |
void |
WorkflowPermission.removeTransitionPermission(Transition transition) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500