public interface ChangeableTemplate extends ChangePrimitives, Template
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Generated ID for serialisation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setDescription(java.lang.String description)
Set the description of the process.
|
void |
setInstanceNameTemplate(java.lang.String instanceNameTemplate)
Set the pattern for an instance name of the process.
|
void |
setProcessType(java.lang.String processType)
Sets the process type of the template.
|
void |
setVersion(java.lang.String version)
Sets the process version of the template.
|
void |
updateID(java.util.UUID newID)
Updates the ID of the template.
|
addDataEdge, addDataEdge, addDataElement, addDisabledConnector, addEdge, addMovedNode, addNode, endTransaction, reMapDataElement, removeDataEdge, removeDataElement, removeDisabledConnector, removeEdge, removeNode, removeUserAttribute, setBranchID, setCorrespondingBlockNode, setInputParameters, setName, setNodeType, setOutputParameters, setSplitNodeID, setSupervisorAgent, startTransaction, updateDataEdge, updateDataElement, updateEdge, updateExecutableBusinessProcess, updateNode, updatePluginDataContainer, updateUserAttributegetConfiguration, getConfigurationDescription, getConnector, getDataEdge, getDataEdgeStructure, getDataElement, getDataElement, getDataElements, getDataElementsForNode, getDeltaLayer, getDescription, getDisabledConnectors, getEdge, getEdgeStructure, getEndNode, getID, getInstanceNameTemplate, getMinBlock, getName, getNode, getNodeBranchID, getNodeCorrespondingBlockNodeID, getNodeIDForTopologicalID, getNodeIDsInArea, getNodeIDsWithActivityTemplate, getNodes, getNodesForDataElement, getNodeSplitNodeID, getNodeTopologicalID, getNodeType, getParameters, getPredByEdgeType, getProcessType, getStartNode, getSuccByEdgeType, getSupervisorAgent, getTestConfiguration, getUnconnectedConnectors, getVersion, isTransPredOfgetUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValuegetPluginData, getPluginDatas, getSupportedPluginstoLocalisedStringstatic final long serialVersionUID
void updateID(java.util.UUID newID)
ProcessTemplateManager.deriveNewChildTemplate(de.aristaflow.adept2.base.sessionmanagement.SessionToken, UUID)
or the process template editor while working on a local file.newID - void setDescription(java.lang.String description)
description - The description of the process.void setInstanceNameTemplate(java.lang.String instanceNameTemplate)
instanceNameTemplate - The pattern for the instance name.void setProcessType(java.lang.String processType)
processType - the process type of the templatevoid setVersion(java.lang.String version)
version - the process version of the template