public final class ProcessInstanceSearchDetails extends curam.util.type.struct.Struct<ProcessInstanceSearchDetails>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
processDisplayName
The display name of the workflow process.
|
long |
processID
The unique identifier of the workflow process.
|
long |
processInstanceID
The unique identifier of the process instance.
|
java.lang.String |
processName
The name of the workflow process.
|
curam.util.type.DateTime |
startDateTime
The date and time that the process instance was started.
|
java.lang.String |
status
The code table value of the status of a process instance.
|
Constructor and Description |
---|
ProcessInstanceSearchDetails() |
public long processInstanceID
WORKFLOW_PROCESS_INST_ID -> long
public long processID
WORKFLOW_PROCESS_ID -> long
public java.lang.String processName
WORKFLOW_PROCESS_NAME -> String
public java.lang.String status
PROCESS_INSTANCE_STATUS -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public curam.util.type.DateTime startDateTime
PROCESS_INSTANCE_START_TIME -> curam.util.type.DateTime
public java.lang.String processDisplayName
WORKFLOW_PROCESS_TRANSLATED_TEXT -> String