Uses of Interface
de.aristaflow.adept2.model.processmodel.TemplateNode
-
Packages that use TemplateNode Package Description de.aristaflow.adept2.core.processmanager de.aristaflow.adept2.model.processmodel -
-
Uses of TemplateNode in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that return TemplateNode Modifier and Type Method Description TemplateNode
TemplateManager. getTemplateTree(SessionToken session, TemplateReference root)
Gets a template (sub-)tree of the designatedTemplate
.Methods in de.aristaflow.adept2.core.processmanager that return types with arguments of type TemplateNode Modifier and Type Method Description Map<UUID,TemplateNode>
TemplateManager. getTemplateTrees(SessionToken session, String procType)
Gets trees for allTemplate
s belonging to the designated process type. -
Uses of TemplateNode in de.aristaflow.adept2.model.processmodel
Subinterfaces of TemplateNode in de.aristaflow.adept2.model.processmodel Modifier and Type Interface Description interface
WritableTemplateNode
This interface provides the means to build a template tree by allowing to add a template node as child.Methods in de.aristaflow.adept2.model.processmodel that return types with arguments of type TemplateNode Modifier and Type Method Description Map<Integer,TemplateNode>
TemplateNode. getChildren()
Gets the direct children of the template this template node refers to as template nodes (thus the template node hierarchy) indexed by the ID of the node in this template.
-