public final class ProcessInstanceSearchByProcessDetailsKey extends curam.util.type.struct.Struct<ProcessInstanceSearchByProcessDetailsKey>
Modifier and Type | Field and Description |
---|---|
curam.util.type.DateTime |
fromDate
The date after which process instances that have been enacted are
required.
|
long |
processInstanceID
The unique identifier of the process instance.
|
boolean |
processInstanceIDEmpty
Internal indicator used to execute the query.
|
java.lang.String |
processName
The name of the process associated with a process instance.
|
java.lang.String |
processStatus
The status of the process instance to be used in the search.
|
curam.util.type.DateTime |
toDate
The date before which process instances that have been enacted are
required.
|
Constructor and Description |
---|
ProcessInstanceSearchByProcessDetailsKey() |
public java.lang.String processName
WORKFLOW_PROCESS_NAME -> String
public curam.util.type.DateTime fromDate
PROCESS_INSTANCE_START_TIME -> curam.util.type.DateTime
public curam.util.type.DateTime toDate
PROCESS_INSTANCE_START_TIME -> curam.util.type.DateTime
public java.lang.String processStatus
PROCESS_INSTANCE_STATUS -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public long processInstanceID
WORKFLOW_PROCESS_INST_ID -> long
public boolean processInstanceIDEmpty
WORKFLOW_BOOLEAN -> boolean