Uses of Interface
de.aristaflow.adept2.model.processmodel.TemplateDeltaLayer
Packages that use TemplateDeltaLayer
Package
Description
-
Uses of TemplateDeltaLayer in de.aristaflow.adept2.core.processrepository
Methods in de.aristaflow.adept2.core.processrepository that return TemplateDeltaLayerModifier and TypeMethodDescriptionProcessTemplateManager.retrieveTemplateDeltaLayer(SessionToken session, UUID templateID) Retrieves graph structures (deltas) representing all changes of the designated template relative to the null template.ProcessTemplateManager.retrieveTemplateDeltaLayer(SessionToken session, UUID templateID, UUID ancestorTemplateID) Retrieves graph structures (deltas) representing all changes of the designated template relative to the designated parent template.Methods in de.aristaflow.adept2.core.processrepository with parameters of type TemplateDeltaLayerModifier and TypeMethodDescriptionProcessTemplateManager.storeTemplate(SessionToken session, Template template, boolean checkValidity, Document history, TemplateDeltaLayer structuralChanges, Locale... locales) Stores (but does not unlock) a modified template (which has been checked out for modification beforehand. -
Uses of TemplateDeltaLayer in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return TemplateDeltaLayerModifier and TypeMethodDescriptionAbstractWrappingTemplate.getDeltaLayer()Template.getDeltaLayer()Returns the delta layer of the template.Methods in de.aristaflow.adept2.model.processmodel with parameters of type TemplateDeltaLayerModifier and TypeMethodDescriptionProcessModelFactory.createTemplate(UUID id, String name, String description, ConfigurationDescription configurationDescription, Configuration configuration, Configuration testConfiguration, String processType, QualifiedAgent supervisorAgent, String version, Set<ProcessModelParameter> inputParameters, Set<ProcessModelParameter> outputParameters, TemplateDeltaLayer deltaLayer, Collection<Node> nodes, Collection<DataElement> dataElements, Set<StructuredEdge> edges, Set<StructuredDataEdge> dataEdges, Map<Integer, ProcessModelFactory.StructuralNodeData> structuralNodeData, Map<Integer, List<Integer>> nodeDisabledConnectors, int startNodeID, int endNodeID, String instanceNameTemplate, Map<String, Set<String>> supportedPlugins, Map<String, PluginData> pluginData, Map<String, String> userAttributes) Create a Template.