public final class TasksDueOnDateKey extends curam.util.type.struct.Struct<TasksDueOnDateKey>
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.
|
curam.util.type.DateTime |
fromDeadlineDateTime
The deadline from date time.
|
byte |
reservedByInd
A flag to indicate if the reserved by user name field of the task will 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.
|
curam.util.type.DateTime |
toDeadlineDateTime
The deadline to date time.
|
Constructor and Description |
---|
TasksDueOnDateKey() |
public java.lang.String bizObjectType
BIZ_OBJECT_TYPE -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public long bizObjectID
BIZ_OBJECT_ID -> long
public curam.util.type.DateTime fromDeadlineDateTime
TASK_DEADLINE_TIME -> curam.util.type.DateTime
public curam.util.type.DateTime toDeadlineDateTime
TASK_DEADLINE_TIME -> curam.util.type.DateTime
public byte reservedByInd
SEARCH_INDICATOR -> byte
public java.lang.String statusToIgnore
TASK_STATUS -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String