public final class ProcessDefinitionLatestVersionDetails extends curam.util.type.struct.Struct<ProcessDefinitionLatestVersionDetails>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
category
The category of the process definition.
|
java.lang.String |
createdByUserName
The system username of the creator of this version of the workflow
process.
|
curam.util.type.DateTime |
creationTime
The date on which this version of the workflow process was created.
|
long |
processID
The identifier of a workflow process definition.
|
java.lang.String |
processName
The workflow process definition name.
|
int |
processVersion
The version of a workflow process definition.
|
boolean |
released
A boolean value indicating the (non)readiness of the workflow process
definition for release.
|
int |
versionNo
The optimistic locking version number of the process definition record.
|
Constructor and Description |
---|
ProcessDefinitionLatestVersionDetails() |
public long processID
WORKFLOW_PROCESS_ID -> long
public int processVersion
WORKFLOW_PROCESS_VERSION -> int
public java.lang.String processName
WORKFLOW_PROCESS_NAME -> String
public boolean released
WORKFLOW_BOOLEAN -> boolean
public curam.util.type.DateTime creationTime
PROCESS_CREATION_DATETIME -> curam.util.type.DateTime
public java.lang.String createdByUserName
PROCESS_USERNAME -> String
public java.lang.String category
PROCESS_CATEGORY -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public int versionNo
VERSION_NUM -> int