Class IDWrappingTemplate
- java.lang.Object
-
- de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
-
- de.aristaflow.adept2.model.processmodel.IDWrappingTemplate
-
- All Implemented Interfaces:
LocalisedString
,PluginDataContainer
,UserAttributeContainer
,Template
,Serializable
public class IDWrappingTemplate extends AbstractWrappingTemplate
This class wraps an embedded template, so thatTemplate.getID()
returns the ID of the embedded process instead of the ID the original template had.- Author:
- Marco Waimer
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
template
-
-
Constructor Summary
Constructors Constructor Description IDWrappingTemplate(Template template, UUID templateID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
getID()
Returns the ID of the template.void
setTemplateID(UUID templateID)
Update the template ID.-
Methods inherited from class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
getConfiguration, getConfigurationDescription, getConnector, getDataEdge, getDataEdgeStructure, getDataElement, getDataElement, getDataElements, getDataElementsForNode, getDeltaLayer, getDescription, getDisabledConnectors, getEdge, getEdgeStructure, getEndNode, getInstanceNameTemplate, getMinBlock, getName, getNode, getNodeBranchID, getNodeCorrespondingBlockNodeID, getNodeIDForTopologicalID, getNodeIDsInArea, getNodeIDsWithActivityTemplate, getNodes, getNodesForDataElement, getNodeSplitNodeID, getNodeTopologicalID, getNodeType, getParameters, getPluginData, getPluginDatas, getPredByEdgeType, getProcessType, getStartNode, getSuccByEdgeType, getSupervisorAgent, getSupportedPlugins, getTestConfiguration, getUnconnectedConnectors, getUserAttributes, getUserAttributeValue, getVersion, isTransPredOf, removeUserAttributeValue, setUserAttributeValue, toLocalisedString
-
-
-
-
Method Detail
-
setTemplateID
public void setTemplateID(UUID templateID)
Update the template ID.- Parameters:
templateID
-
-
-