| Modifier and Type | Method and Description |
|---|---|
TransitionDefinition<T> |
State.createTransition(State<T> targetState,
Action<T>... actions)
createTransition
|
TransitionDefinition<T> |
State.createTransition(State<T> targetState,
List<? extends Action<T>> actions)
Creates a new transition definition for the given target state and action
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends TransitionDefinition<T>> |
Workflow.getPossibleTransitionDefinitions()
Deprecated.
|
List<? extends TransitionDefinition<T>> |
State.getTransitions()
Returns the transitions for this state
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.execute(T object,
TransitionDefinition<T> definition)
Executes the action
|
Copyright © 2007–2017 cedarsoft GmbH. All rights reserved.