Packagecom.adobe.idp.taskmanager.dsc.client.task
Classpublic final class TaskManagerConstants.TaskStatusTypes
InheritanceTaskManagerConstants.TaskStatusTypes Inheritance Object

Contains the task status constants.



Public Methods
 MethodDefined By
  
TaskManagerConstants.TaskStatusTypes
Public Constants
 ConstantDefined 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
Constructor Detail
TaskManagerConstants.TaskStatusTypes()
public TaskManagerConstants.TaskStatusTypes()

Constant Detail
TASK_STATUS_ASSIGNEDConstant
public static final TASK_STATUS_ASSIGNED

Indicates 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_SAVEDConstant 
public static final TASK_STATUS_ASSIGNED_SAVED

Indicates 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_COMPLETEDConstant 
public static final TASK_STATUS_COMPLETED

Indicates 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_CREATEDConstant 
public static final TASK_STATUS_CREATED

Indicates 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_SAVEDConstant 
public static final TASK_STATUS_CREATED_SAVED

Indicates 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_DEADLINEDConstant 
public static final TASK_STATUS_DEADLINED

Indicates 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_TERMINATEDConstant 
public static final TASK_STATUS_TERMINATED

Indicates 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