public class WorkflowModel.Node extends Object
Modifier | Constructor and Description |
---|---|
protected |
Node(org.codehaus.jackson.JsonNode node)
The only constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
the description set for this node
|
String |
getId()
the id of this node
|
Map<String,String> |
getMetaData()
A map of all meta data properties stored in this node
|
String |
getTitle()
The title set for this node
|
String |
getType()
The type of this node
|
protected Node(org.codehaus.jackson.JsonNode node)
node
- the JSON node containing all the infopublic String getId()
public String getType()
public String getTitle()
public String getDescription()
Copyright © 2018. All rights reserved.