public final class WDOValuesHistorySearchProcessInstanceCreationTimeDetails extends curam.util.type.struct.Struct<WDOValuesHistorySearchProcessInstanceCreationTimeDetails>
Modifier and Type | Field and Description |
---|---|
curam.util.type.DateTime |
fromDateTime
A record with a creation time equal to, or after this date and time is
included in the results.
|
long |
processInstanceID
The process instance identifier.
|
curam.util.type.DateTime |
toDateTime
A record with a creation time before this date and time is included in the
results.
|
Constructor and Description |
---|
WDOValuesHistorySearchProcessInstanceCreationTimeDetails() |
public long processInstanceID
WORKFLOW_PROCESS_INST_ID -> long
public curam.util.type.DateTime fromDateTime
WORKFLOW_CREATION_TIME -> curam.util.type.DateTime
public curam.util.type.DateTime toDateTime
WORKFLOW_CREATION_TIME -> curam.util.type.DateTime