Class ProcessModelXMLHelperTools.TemplateInformation
java.lang.Object
de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLHelperTools.TemplateInformation
- Enclosing class:
- ProcessModelXMLHelperTools
A lightweight data container for serialising process types without a
template proxy.
- Author:
- Ulrich Kreher
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe child templates ID of the template this template information belongs to.longThe timestamp, the template was createdThe URIs of the process managers the template has been deployed.The internal versionlongThe timestamp the template was last modifiedThe ID of the parent template this template information belongs to. -
Constructor Summary
ConstructorsConstructorDescriptionTemplateInformation(UUID parentTemplateID, long creationTime, long modificationTime, String internalVersion) A constructor for a data object setting the parent template to the designated one. -
Method Summary
-
Field Details
-
parentTemplateID
The ID of the parent template this template information belongs to. -
childTemplateIDs
The child templates ID of the template this template information belongs to. -
deployedProcessManagers
The URIs of the process managers the template has been deployed. -
creationTime
public long creationTimeThe timestamp, the template was created -
modificationTime
public long modificationTimeThe timestamp the template was last modified -
internalVersion
The internal version
-
-
Constructor Details
-
TemplateInformation
public TemplateInformation(UUID parentTemplateID, long creationTime, long modificationTime, String internalVersion) A constructor for a data object setting the parent template to the designated one.- Parameters:
parentTemplateID- The ID of the parent template the created template information belongs to.
-