public class StateTransition extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Set<String>> |
TRANSITIONS |
| Constructor and Description |
|---|
StateTransition() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addTransition(String state,
String... transitions) |
static boolean |
isPossible(PlanItemInstance planItemInstance,
String transition) |
static boolean |
isPossible(String currentState,
String transition) |
Copyright © 2018 Flowable. All rights reserved.