public static class ProcessModelXMLHelperTools.TemplateInformation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList<java.util.UUID> |
childTemplateIDs
The child templates ID of the template this template information belongs to.
|
long |
creationTime
The timestamp, the template was created
|
java.util.HashSet<java.net.URI[]> |
deployedProcessManagers
The URIs of the process managers the template has been deployed.
|
java.lang.String |
internalVersion
The internal version
|
long |
modificationTime
The timestamp the template was last modified
|
java.util.UUID |
parentTemplateID
The ID of the parent template this template information belongs to.
|
| Constructor and Description |
|---|
TemplateInformation(java.util.UUID parentTemplateID,
long creationTime,
long modificationTime,
java.lang.String internalVersion)
A constructor for a data object setting the parent template to the
designated one.
|
public java.util.UUID parentTemplateID
public java.util.ArrayList<java.util.UUID> childTemplateIDs
public java.util.HashSet<java.net.URI[]> deployedProcessManagers
public long creationTime
public long modificationTime
public java.lang.String internalVersion
public TemplateInformation(java.util.UUID parentTemplateID,
long creationTime,
long modificationTime,
java.lang.String internalVersion)
parentTemplateID - The ID of the parent template the created
template information belongs to.