-
Field Summary
Fields
static final long
Generated ID for serialisation.
-
Method Summary
void
Set the description of the process.
void
Set the pattern for an instance name of the process.
void
Sets the process type of the template.
void
Sets the process version of the template.
void
Updates the ID of the template.
Methods inherited from interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
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, updateUserAttribute
Methods inherited from interface de.aristaflow.adept2.model.processmodel.Template
getConfiguration, 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, isTransPredOf
-
Field Details
-
serialVersionUID
static final long serialVersionUID
Generated ID for serialisation.
- See Also:
-
-
Method Details
-
updateID
void updateID(UUID newID)
- Parameters:
newID -
-
setDescription
void setDescription(String description)
Set the description of the process.
- Parameters:
description - The description of the process.
-
setInstanceNameTemplate
void setInstanceNameTemplate(String instanceNameTemplate)
Set the pattern for an instance name of the process.
- Parameters:
instanceNameTemplate - The pattern for the instance name.
-
setProcessType
void setProcessType(String processType)
Sets the process type of the template.
- Parameters:
processType - the process type of the template
-
setVersion
void setVersion(String version)
Sets the process version of the template.
- Parameters:
version - the process version of the template