public final class TasksByBizObjectAndReservationStatusKey extends curam.util.type.struct.Struct<TasksByBizObjectAndReservationStatusKey>
Modifier and Type | Field and Description |
---|---|
long |
bizObjectID
The business object identifier to be used in the search.
|
java.lang.String |
bizObjectType
The business object type to be used in the search.
|
byte |
reservedByInd
A flag to indicate if the reserved by user name should be used in the
search.
|
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 |
---|
TasksByBizObjectAndReservationStatusKey() |
public long bizObjectID
BIZ_OBJECT_ID -> long
public java.lang.String bizObjectType
BIZ_OBJECT_TYPE -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public byte reservedByInd
SEARCH_INDICATOR -> byte
public java.lang.String statusToIgnore
TASK_STATUS -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String