| Package | com.adobe.idp.taskmanager.dsc.client.task |
| Class | public final class TaskManagerConstants.TaskStatusTypes |
| Inheritance | TaskManagerConstants.TaskStatusTypes Object |
| Method | Defined By | ||
|---|---|---|---|
| TaskManagerConstants.TaskStatusTypes | |||
| Constant | Defined By | ||
|---|---|---|---|
| TASK_STATUS_ASSIGNED [static] Indicates that a task has been created by the workflow engine. | TaskManagerConstants.TaskStatusTypes | ||
| TASK_STATUS_ASSIGNED_SAVED [static] Indicates that a task has been created by the workflow engine, and has been saved with the TaskManager#save TaskManager.save() method. | TaskManagerConstants.TaskStatusTypes | ||
| TASK_STATUS_COMPLETED [static] Indicates that a task has been completed. | TaskManagerConstants.TaskStatusTypes | ||
| TASK_STATUS_CREATED [static] Indicates that a task has been created and has never been saved. | TaskManagerConstants.TaskStatusTypes | ||
| TASK_STATUS_CREATED_SAVED [static] Indicates that a task has been created and has been saved. | TaskManagerConstants.TaskStatusTypes | ||
| TASK_STATUS_DEADLINED [static] Indicates that a task has reached its deadline and has been completed. | TaskManagerConstants.TaskStatusTypes | ||
| TASK_STATUS_TERMINATED [static] Indicates that a task has been terminated and has completed. | TaskManagerConstants.TaskStatusTypes | ||
| TaskManagerConstants.TaskStatusTypes | () |
public TaskManagerConstants.TaskStatusTypes()| TASK_STATUS_ASSIGNED | Constant |
public static final TASK_STATUS_ASSIGNEDIndicates that a task has been created by the workflow engine.
Tasks with this status cannot be deleted; check by calling the AttachmentInfo.isDeleteable() method.
| TASK_STATUS_ASSIGNED_SAVED | Constant |
public static final TASK_STATUS_ASSIGNED_SAVEDIndicates that a task has been created by the workflow engine, and has been saved with the TaskManager.save() method.
Tasks with this status cannot be deleted; check by calling the AttachmentInfo.isDeleteable() method.
| TASK_STATUS_COMPLETED | Constant |
public static final TASK_STATUS_COMPLETEDIndicates that a task has been completed. Changes to this task will only be permitted if the task is not a part of a workflow process.
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.
| TASK_STATUS_CREATED | Constant |
public static final TASK_STATUS_CREATEDIndicates that a task has been created and has never been saved.
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.
| TASK_STATUS_CREATED_SAVED | Constant |
public static final TASK_STATUS_CREATED_SAVEDIndicates that a task has been created and has been saved.
Tasks with this status can generally be deleted; check by calling the AttachmentInfo.isDeleteable() method.
| TASK_STATUS_DEADLINED | Constant |
public static final TASK_STATUS_DEADLINEDIndicates that a task has reached its deadline and has been completed. No changes to this task will be permitted.
Tasks with this status cannot be deleted; check by calling the AttachmentInfo.isDeleteable() method.
| TASK_STATUS_TERMINATED | Constant |
public static final TASK_STATUS_TERMINATEDIndicates that a task has been terminated and has completed. No changes to this task will be permitted.
Tasks with this status cannot be deleted; check by calling the AttachmentInfo.isDeleteable() method.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/taskmanager/dsc/client/task/TaskManagerConstants.TaskStatusTypes.html