@AccessLevel(value=INTERNAL) public final class TaskDtls extends curam.util.type.struct.Struct<TaskDtls>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
administrationSID
The administration security identifier associated with a manual activity.
|
boolean |
allowForwardInd
A boolean flag to indicate if the task can be forwarded.
|
curam.util.type.DateTime |
assignedDateTime
The date and time at which the task was assigned.
|
java.lang.String |
category
The category of the manual activity associated with this task.
|
curam.util.type.DateTime |
creationTime
The date and time at which the task was created.
|
boolean |
deadTimeOverInd
A boolean flag to indicate if the time associated with a deadline may be
overridden.
|
boolean |
overflowInd
Indicates if the WDO snapshot XML string requires access to the process
instance overflow table.
|
java.lang.String |
priority
The priority of the task.
|
java.lang.String |
reservedBy
The name of the user that has reserved the task.
|
curam.util.type.DateTime |
restartTime
The date and time at which the task was restarted.
|
java.lang.String |
status
The status of the task.
|
long |
taskID
The ID of the task.
|
int |
totalTimeWorked
Total time spent on this task (in seconds).
|
int |
versionNo
Record version number used internally by optimistic locking mechanism.
|
java.lang.String |
wdoSnapshot
A snapshot of the WDO data mapped to the parameters of the task subject
taken when a task record is created.
|
Constructor and Description |
---|
TaskDtls() |
public long taskID
TASK_ID -> long
public java.lang.String wdoSnapshot
WDO_SNAPSHOT -> String
public curam.util.type.DateTime creationTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public curam.util.type.DateTime assignedDateTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public int totalTimeWorked
TASK_TOTAL_TIME_WORKED -> int
public curam.util.type.DateTime restartTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public java.lang.String reservedBy
USERNAME -> String
public java.lang.String status
INTERMEDIATE_CODETABLE_CODE -> CODE_TABLE_CODE -> String
public java.lang.String priority
INTERMEDIATE_CODETABLE_CODE -> CODE_TABLE_CODE -> String
public java.lang.String category
ACTIVITY_CATEGORY -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public boolean deadTimeOverInd
DEADLINE_TIME_OVERRIDE_INDICATOR -> boolean
public boolean allowForwardInd
TASK_ALLOW_FORWARD_INDICATOR -> boolean
public java.lang.String administrationSID
TASK_ADMINISTRATION_SID -> String
public boolean overflowInd
WDO_OVERFLOW_IND -> boolean
public int versionNo
VERSION_NO -> int