public class WorkflowModel.Transition extends Object
Modifier | Constructor and Description |
---|---|
protected |
Transition(org.codehaus.jackson.JsonNode node)
The only constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getFrom()
From with node this transition starts
|
Map |
getMetaData()
A map of all meta data properties stored for this transition
|
String |
getRule()
Any rule defined for traversal
|
String |
getTo()
to which node this transition goes
|
protected Transition(org.codehaus.jackson.JsonNode node)
node
- the JSON node containing the transition infopublic String getFrom()
public String getTo()
public String getRule()
public Map getMetaData()
Copyright © 2018. All rights reserved.