Uses of Class
org.lorislab.p6.process.flow.model.Node
-
Packages that use Node Package Description org.lorislab.p6.process.deployment org.lorislab.p6.process.flow.model -
-
Uses of Node in org.lorislab.p6.process.deployment
Fields in org.lorislab.p6.process.deployment with type parameters of type Node Modifier and Type Field Description Map<String,Node>ProcessDefinitionModel. nodesList<Node>ProcessDefinitionModel. startMethods in org.lorislab.p6.process.deployment that return Node Modifier and Type Method Description NodeProcessDefinitionModel. getNode(String name) -
Uses of Node in org.lorislab.p6.process.flow.model
Subclasses of Node in org.lorislab.p6.process.flow.model Modifier and Type Class Description classEndEventclassExclusiveGatewayclassGatewayclassInclusiveGatewayclassParallelGatewayclassScriptTaskclassServiceTaskclassStartEventFields in org.lorislab.p6.process.flow.model with type parameters of type Node Modifier and Type Field Description @Valid List<Node>ProcessDefinition. process
-