public final class SearchTasksByBizObjectAndDueDateKey extends curam.util.type.struct.Struct<SearchTasksByBizObjectAndDueDateKey>
Modifier and Type | Field and Description |
---|---|
long |
bizObjectID
The business object identifier associated with the task.
|
java.lang.String |
bizObjectType
The business object type associated with the task.
|
curam.util.type.DateTime |
fromDateTime
All tasks that have a deadline time on or after this specified date time
will be included in any search using this key.
|
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 |
toDateTime
All tasks that have a deadline time before this specified date time will
be included in any search using this key.
|
Constructor and Description |
---|
SearchTasksByBizObjectAndDueDateKey() |
public long bizObjectID
BIZ_OBJECT_ID -> long
public java.lang.String bizObjectType
BIZ_OBJECT_TYPE -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public curam.util.type.DateTime fromDateTime
TASK_SEARCH_DATE -> curam.util.type.DateTime
public curam.util.type.DateTime toDateTime
TASK_SEARCH_DATE -> curam.util.type.DateTime
public java.lang.String statusToIgnore
TASK_STATUS -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String