com.adobe.idp.taskmanager.dsc.client.task
Class TaskManagerConstants.TaskStatusTypes

java.lang.Object
  extended by com.adobe.idp.taskmanager.dsc.client.task.TaskManagerConstants.TaskStatusTypes
Enclosing class:
TaskManagerConstants

public static final class TaskManagerConstants.TaskStatusTypes
extends java.lang.Object

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

TASK_STATUS_CREATED

public static final short 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.

See Also:
Constant Field Values

TASK_STATUS_CREATED_SAVED

public static final short 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.

See Also:
Constant Field Values

TASK_STATUS_ASSIGNED

public static final short 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.

See Also:
Constant Field Values

TASK_STATUS_ASSIGNED_SAVED

public static final 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.

Tasks with this status cannot be deleted; check by calling the AttachmentInfo.isDeleteable() method.

See Also:
Constant Field Values

TASK_STATUS_COMPLETED

public static final short 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.

See Also:
Constant Field Values

TASK_STATUS_DEADLINED

public static final short 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.

See Also:
Constant Field Values

TASK_STATUS_TERMINATED

public static final short 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.

See Also:
Constant Field Values
Constructor Detail

TaskManagerConstants.TaskStatusTypes

public TaskManagerConstants.TaskStatusTypes()


[an error occurred while processing this directive] [an error occurred while processing this directive]