Class WorkflowModel.Node
java.lang.Object
com.adobe.cq.testing.client.workflow.WorkflowModel.Node
- Enclosing class:
WorkflowModel
Simple inner class wrapping a JSON node defining a model node
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNode(com.fasterxml.jackson.databind.JsonNode node) The only constructor -
Method Summary
-
Constructor Details
-
Node
protected Node(com.fasterxml.jackson.databind.JsonNode node) The only constructor- Parameters:
node- the JSON node containing all the info
-
-
Method Details
-
getId
-
getType
-
getTitle
-
getDescription
-
getMetaData
-