Class WorkflowModel.Transition
java.lang.Object
com.adobe.cq.testing.client.workflow.WorkflowModel.Transition
- Enclosing class:
WorkflowModel
Simple inner class wrapping a JSON node defining a transition between nodes
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTransition(com.fasterxml.jackson.databind.JsonNode node) The only constructor -
Method Summary
-
Constructor Details
-
Transition
protected Transition(com.fasterxml.jackson.databind.JsonNode node) The only constructor- Parameters:
node- the JSON node containing the transition info
-
-
Method Details
-
getFrom
-
getTo
-
getRule
-
getMetaData
A map of all meta data properties stored for this transition- Returns:
- a map of all meta data properties, where the key is the name of the property
-