Class Graph
- java.lang.Object
-
- org.nuxeo.client.objects.Entity
-
- org.nuxeo.client.objects.workflow.Graph
-
- All Implemented Interfaces:
java.io.Serializable
public class Graph extends Entity
- Since:
- 0.1
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.util.Map<java.lang.String,java.lang.Object>>nodesprotected java.util.List<java.util.Map<java.lang.String,java.lang.Object>>transitions-
Fields inherited from class org.nuxeo.client.objects.Entity
entityType
-
-
Constructor Summary
Constructors Constructor Description Graph()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.util.Map<java.lang.String,java.lang.Object>>getNodes()java.util.List<java.util.Map<java.lang.String,java.lang.Object>>getTransitions()-
Methods inherited from class org.nuxeo.client.objects.Entity
getEntityType
-
-