public final class TaskDetailsWithoutSnapshot extends curam.util.type.struct.Struct<TaskDetailsWithoutSnapshot>
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.
|
int |
totalTimeWorked
Total time spent on this task (in seconds).
|
int |
versionNo
The version number for optimistic locking.
|
Constructor and Description |
---|
TaskDetailsWithoutSnapshot() |
public curam.util.type.DateTime assignedDateTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public curam.util.type.DateTime creationTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public java.lang.String priority
TASK_PRIORITY -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public java.lang.String reservedBy
USERNAME -> String
public java.lang.String status
TASK_STATUS -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public int versionNo
VERSION_NUM -> int
public java.lang.String category
ACTIVITY_CATEGORY -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public int totalTimeWorked
TASK_TOTAL_TIME_WORKED -> int
public curam.util.type.DateTime restartTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public java.lang.String administrationSID
TASK_ADMINISTRATION_SID -> String
public boolean allowForwardInd
TASK_ALLOW_FORWARD_INDICATOR -> boolean
public boolean deadTimeOverInd
DEADLINE_TIME_OVERRIDE_INDICATOR -> boolean
public boolean overflowInd
WDO_OVERFLOW_IND -> boolean