public final class TaskBizObjectReservedByAndStatusKey extends curam.util.type.struct.Struct<TaskBizObjectReservedByAndStatusKey>
Modifier and Type | Field and Description |
---|---|
long |
bizObjectID
The business object identifier used in the search.
|
java.lang.String |
bizObjectType
The business object type used in the search.
|
java.lang.String |
reservedBy
The name of the user that has reserved the task.
|
boolean |
searchByStatusInd
A flag to indicate if the status of the task should be used in the
associated search.
|
java.lang.String |
status
The status of the task.
|
java.lang.String |
statusToIgnore
Any tasks that contain this status will be ignored and not returned from
any search using this key.
|
Constructor and Description |
---|
TaskBizObjectReservedByAndStatusKey() |
public long bizObjectID
BIZ_OBJECT_ID -> long
public java.lang.String bizObjectType
BIZ_OBJECT_TYPE -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public java.lang.String reservedBy
USERNAME -> String
public java.lang.String status
TASK_STATUS -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public boolean searchByStatusInd
WORKFLOW_BOOLEAN -> boolean
public java.lang.String statusToIgnore
TASK_STATUS -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String