@AccessLevel(value=RESTRICTED) public final class WDOValuesHistoryDtls extends curam.util.type.struct.Struct<WDOValuesHistoryDtls>
Modifier and Type | Field and Description |
---|---|
long |
activityInstanceID
The unique identifier of the associated activity instance.
|
curam.util.type.DateTime |
creationTime
The time at which this record was created.
|
java.lang.String |
executionPeriod
The point during the execution of a workflow process instance that this
history record was written.
|
long |
processInstanceID
The unique identifier of the associated process instance.
|
java.lang.String |
wdoSnapShot
The workflow data object snapshot represented as an XML string.
|
long |
wdoValuesHistoryID
The unique identifier associated with this workflow data object values
history record.
|
Constructor and Description |
---|
WDOValuesHistoryDtls() |
public long wdoValuesHistoryID
WDO_VALUES_HISTORY_ID -> long
public long activityInstanceID
WORKFLOW_ACTIVITY_INST_ID -> long
public long processInstanceID
WORKFLOW_PROCESS_INST_ID -> long
public java.lang.String executionPeriod
WORKFLOW_ACTIVITY_EXECUTION_PERIOD -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public curam.util.type.DateTime creationTime
WORKFLOW_CREATION_TIME -> curam.util.type.DateTime
public java.lang.String wdoSnapShot
WDO_SNAPSHOT_AUDIT -> String