public final class BizObjAssocCountOpenTasksKey extends curam.util.type.struct.Struct<BizObjAssocCountOpenTasksKey>
Modifier and Type | Field and Description |
---|---|
long |
bizObjectID
The unique identifier of the business object type.
|
java.lang.String |
bizObjectType
The type of the business object.
|
java.lang.String |
closedTaskStatusToIgnore
A task status of closed that will be ignored for the purpose of the search
using this struct.
|
java.lang.String |
completedTaskStatusToIgnore
A task status of completed that will be ignored for the purpose of the
search using this struct.
|
Constructor and Description |
---|
BizObjAssocCountOpenTasksKey() |
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 completedTaskStatusToIgnore
INTERMEDIATE_CODETABLE_CODE -> CODE_TABLE_CODE -> String
public java.lang.String closedTaskStatusToIgnore
INTERMEDIATE_CODETABLE_CODE -> CODE_TABLE_CODE -> String