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 TemplateNodeTemplateManager. getTemplateTree(SessionToken session, TemplateReference root)Gets a template (sub-)tree of the designatedTemplate.TemplateNodeTemplateManager. getTemplateTree(SessionToken session, UUID root)Gets a template (sub-)tree of the template with the designated ID.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 allTemplates 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 interfaceWritableTemplateNodeThis 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.
-