|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.taskmanager.dsc.client.task.TaskManagerConstants.TaskStatusTypes
public static final class TaskManagerConstants.TaskStatusTypes
Contains the task status constants.
| Field Summary | |
|---|---|
static short |
TASK_STATUS_ASSIGNED
Indicates that a task has been created by the workflow engine. |
static short |
TASK_STATUS_ASSIGNED_SAVED
Indicates that a task has been created by the workflow engine, and has been saved with the TaskManager.save() method. |
static short |
TASK_STATUS_COMPLETED
Indicates that a task has been completed. |
static short |
TASK_STATUS_CREATED
Indicates that a task has been created and has never been saved. |
static short |
TASK_STATUS_CREATED_SAVED
Indicates that a task has been created and has been saved. |
static short |
TASK_STATUS_DEADLINED
Indicates that a task has reached its deadline and has been completed. |
static short |
TASK_STATUS_TERMINATED
Indicates that a task has been terminated and has completed. |
| Constructor Summary | |
|---|---|
TaskManagerConstants.TaskStatusTypes()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final short TASK_STATUS_CREATED
Old tasks that have this status will be deleted from the system, since they appear to be abandoned.
Tasks with this status can generally be deleted; check by calling the
AttachmentInfo.isDeleteable() method.
public static final short TASK_STATUS_CREATED_SAVED
Tasks with this status can generally be deleted; check by calling the
AttachmentInfo.isDeleteable() method.
public static final short TASK_STATUS_ASSIGNED
Tasks with this status cannot be deleted; check by calling the
AttachmentInfo.isDeleteable() method.
public static final short TASK_STATUS_ASSIGNED_SAVED
TaskManager.save() method.
Tasks with this status cannot be deleted; check by calling the
AttachmentInfo.isDeleteable() method.
public static final short TASK_STATUS_COMPLETED
Tasks with this status only be deleted when they are not part of a workflow; check by calling the
AttachmentInfo.isDeleteable() method.
All completed tasks will have a status value that is less than or equal to TASK_STATUS_COMPLETED.
public static final short TASK_STATUS_DEADLINED
Tasks with this status cannot be deleted; check by calling the
AttachmentInfo.isDeleteable() method.
public static final short TASK_STATUS_TERMINATED
Tasks with this status cannot be deleted; check by calling the
AttachmentInfo.isDeleteable() method.
| Constructor Detail |
|---|
public TaskManagerConstants.TaskStatusTypes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||