public final class WDOValuesAuditHistory extends curam.util.type.struct.Struct<WDOValuesAuditHistory>
Modifier and Type | Field and Description |
---|---|
long |
activityInstanceID
Identifies the activity instance.
|
curam.util.type.DateTime |
creationTime
The creation time of the record.
|
java.lang.String |
executionPeriod
The stage of the activity instance life cycle to which this record
relates.
|
long |
processInstanceID
The process instance identifier.
|
WDOSnapshotList |
wdoSnapshot
Attribute of the struct.
|
long |
wdoValuesHistoryID
Uniquely identifies the row in the workflow data object history table.
|
Constructor and Description |
---|
WDOValuesAuditHistory() |
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
LAST_UPDATED -> curam.util.type.DateTime
public WDOSnapshotList wdoSnapshot