public interface ContextInstance
Context instance info sent to listeners to avoid changes on FSM session from outside.
The model should be observed only when a macro step has finished to avoid incomplete configurations.
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
dataModelKeySet() |
List<String> |
getActiveStates() |
<T> T |
getDataByExpression(String expression) |
<T> T |
getDataByName(String name) |
String |
getParentSessionId() |
String |
getSessionId() |
boolean |
isStateActive(String... stateName) |
Copyright © 2015. All rights reserved.