public class IDWrappingTemplate extends AbstractWrappingTemplate
Template.getID()
returns the ID of the embedded process instead of the ID the original
template had.template| Constructor and Description |
|---|
IDWrappingTemplate(Template template,
java.util.UUID templateID) |
| Modifier and Type | Method and Description |
|---|---|
java.util.UUID |
getID()
Returns the ID of the template.
|
void |
setTemplateID(java.util.UUID templateID)
Update the template ID.
|
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, toLocalisedStringpublic IDWrappingTemplate(Template template, java.util.UUID templateID)
template - The template that should be wrapped.templateID - The ID of the wrapped template.public void setTemplateID(java.util.UUID templateID)
templateID - public java.util.UUID getID()
TemplategetID in interface TemplategetID in class AbstractWrappingTemplate