Uses of Interface
de.aristaflow.adept2.model.processmodel.TemplateNode
Packages that use TemplateNode
Package
Description
-
Uses of TemplateNode in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that return TemplateNodeModifier and TypeMethodDescriptionTemplateManager.getTemplateTree(SessionToken session, TemplateReference root) Gets a template (sub-)tree of the designatedTemplate.TemplateManager.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 TemplateNodeModifier and TypeMethodDescriptionTemplateManager.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.processmodelModifier and TypeInterfaceDescriptioninterfaceThis 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 TemplateNodeModifier and TypeMethodDescriptionTemplateNode.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.