com.adobe.idp.taskmanager.dsc.client.query
Class TaskSearchingConstants

java.lang.Object
  extended by com.adobe.idp.taskmanager.dsc.client.query.TaskSearchingConstants
Direct Known Subclasses:
TaskSearchingUtil

public class TaskSearchingConstants
extends Object

Contains constants used when searching tasks.


Field Summary
static String pACTION_INSTANCE_ID
          Refers to the identifier of the current operation instance to which the task belongs.
static String pASSIGNMENT_QUEUE_ID
          Refers to the queue identifier to which the task has been assigned at one time.
static String pASSIGNMENT_QUEUE_OWNER
          Refers to the owner of the queue to which the task has been assigned to at one time.
static String pASSIGNMENT_QUEUE_OWNER_ID
          Refers to the queue identifier of an assigned participant.
static String pASSIGNMENT_QUEUE_TYPE
          Refers to the type of queue to which the task has been assigned at one time.
static String pASSIGNMENT_STATUS
          Refers to the task's assignment status.
static String pASSIGNMENT_TIME
          Refers to the task's assignment update time.
static String pASSIGNMENT_TYPE
          Refers to the task's assignment type.
static String pATTACHMENTS
          Refers to the task attachments.
static String pCLASS_OF_TASK
          Refers to the Class of Task.
static String pCONSULT_GROUP_ID
          Refers to a group identifier to which a task can be sent to consult.
static String pCREATION_TIME
          Refers to the task's creation time.
static String pCURRENT_ASSIGNMENT_QUEUE_ID
          Refers to the queue identifier to which the task is currently assigned.
static String pCURRENT_ASSIGNMENT_QUEUE_OWNER
          Refers to the owner of the queue to which the task is currently assigned.
static String pCURRENT_ASSIGNMENT_QUEUE_OWNER_ID
          Refers to the queue identifier of the currently assigned participant.
static String pCURRENT_ASSIGNMENT_QUEUE_TYPE
          Refers to the type of queue to which the task is currently assigned.
static String pCURRENT_ASSIGNMENT_STATUS
          Refers to the task's current assignment status.
static String pCURRENT_ASSIGNMENT_TIME
          Refers to the task's current assignment update time.
static String pCURRENT_ASSIGNMENT_TYPE
          Refers to the task's current assignment type.
static String pDEADLINE
          Refers to the time when the task will deadline and complete.
static String pDEADLINE_VIEWED
          Refers to the task.
static String pDESCRIPTION
          Refers to the task description.
static String pFORWARD_GROUP_ID
          Refers to a group identifier to which a task can be forwarded.
static String pID
          Refers to the task identifier.
static String pINSTRUCTIONS
          Refers to the task instructions.
static String pIS_LOCKED
          Refers to a flag indicating if the task is in a locked state.
static String pNEW_ASSIGNMENT_TIME
          Refers to the task's current assignment time.
static String pNEXT_REMINDER
          Refers to the time the next reminder will fire.
static String pNOTIFICATION_TASK_ID
           
static String pNOTIFICATION_TYPE
           
static Long pNOTIFICATION_TYPE_ASSIGNED
           
static Long pNOTIFICATION_TYPE_DEADLINE
           
static Long pNOTIFICATION_TYPE_REMINDERE
           
static String pNUMFORMS
          Refers to the number of forms associated with the task.
static String pOUT_OF_OFFICE_USER
          Refers to the Name of the User who would have had this task assigned to them if they had not been Out Of the Office
static String pOUT_OF_OFFICE_USER_ID
          Refers to the User Identifier for the User who would have had this task assigned to them if they had not been Out Of the Office
static String pPRINCIPAL_DISPLAYNAME
          Refers to the currently assigned user's display name.
static String pPRIORITY
          Refers to a value indicating the priority of the task.
static String pPROCESS_COMPLETE_TIME
          Refers to the time that the process instance to which the task belongs completed.
static String pPROCESS_INSTANCE_ID
          Refers to the process instance identifier to which the task belongs.
static String pPROCESS_INSTANCE_STATUS
          Refers to the status of the process instance to which the task belongs.
static String pPROCESS_NAME
          Refers to the name of the process in which the task exists.
static String pPROCESS_START_TIME
          Refers to the time that the process instance to which the task belongs started.
static String pPROCESS_TITLE
          Refers to the name of the process in which the task exists.
static String pREMINDER_COUNT
          Refers to the number of reminders fired for this task.
static String pROUTE_LIST
          Refers to a list of routes available to the task.
static String pROUTE_SELECTION_REQUIRED
          Refers to a flag indicating if a route selection is required to complete the task.
static String pSELECTED_ROUTE
          Refers to the route that was selected upon task completion.
static String pSTART_TASK
          Indicates if the task was a start task.
static String pSTART_TASK_FLAG
          Indicates if the task was a start task.
static String pSTATUS
          Refers to the task's current status.
static String pSTEP_NAME
          Refers to the operation to which the task belongs.
static String pTASK_VISIBLE
          Refers to a flag indicating if the task should be visible to the end user.
static String pTITLE
          Refers to the task's current assignment queue name.
static String pUPDATE_TIME
          Refers to the task's update time.
 
Constructor Summary
TaskSearchingConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pNEW_ASSIGNMENT_TIME

public static final String pNEW_ASSIGNMENT_TIME
Refers to the task's current assignment time.

See Also:
Constant Field Values

pASSIGNMENT_TIME

public static final String pASSIGNMENT_TIME
Refers to the task's assignment update time.

See Also:
Constant Field Values

pTITLE

public static final String pTITLE
Refers to the task's current assignment queue name.

See Also:
Constant Field Values

pSTATUS

public static final String pSTATUS
Refers to the task's current status.

See Also:
Constant Field Values

pCREATION_TIME

public static final String pCREATION_TIME
Refers to the task's creation time.

See Also:
Constant Field Values

pUPDATE_TIME

public static final String pUPDATE_TIME
Refers to the task's update time.

See Also:
Constant Field Values

pREMINDER_COUNT

public static final String pREMINDER_COUNT
Refers to the number of reminders fired for this task.

See Also:
Constant Field Values

pATTACHMENTS

public static final String pATTACHMENTS
Refers to the task attachments.

See Also:
Constant Field Values

pID

public static final String pID
Refers to the task identifier.

See Also:
Constant Field Values

pINSTRUCTIONS

public static final String pINSTRUCTIONS
Refers to the task instructions.

See Also:
Constant Field Values

pDESCRIPTION

public static final String pDESCRIPTION
Refers to the task description.

See Also:
Constant Field Values

pDEADLINE_VIEWED

public static final String pDEADLINE_VIEWED
Refers to the task.

See Also:
Constant Field Values

pNUMFORMS

public static final String pNUMFORMS
Refers to the number of forms associated with the task.

See Also:
Constant Field Values

pSELECTED_ROUTE

public static final String pSELECTED_ROUTE
Refers to the route that was selected upon task completion.

See Also:
Constant Field Values

pSTART_TASK

public static final String pSTART_TASK
Indicates if the task was a start task.

See Also:
Constant Field Values

pSTEP_NAME

public static final String pSTEP_NAME
Refers to the operation to which the task belongs.

See Also:
Constant Field Values

pPROCESS_NAME

public static final String pPROCESS_NAME
Refers to the name of the process in which the task exists.

See Also:
Constant Field Values

pPROCESS_TITLE

public static final String pPROCESS_TITLE
Refers to the name of the process in which the task exists.

See Also:
Constant Field Values

pTASK_VISIBLE

public static final String pTASK_VISIBLE
Refers to a flag indicating if the task should be visible to the end user.

See Also:
Constant Field Values

pCONSULT_GROUP_ID

public static final String pCONSULT_GROUP_ID
Refers to a group identifier to which a task can be sent to consult.

See Also:
Constant Field Values

pDEADLINE

public static final String pDEADLINE
Refers to the time when the task will deadline and complete.

See Also:
Constant Field Values

pFORWARD_GROUP_ID

public static final String pFORWARD_GROUP_ID
Refers to a group identifier to which a task can be forwarded.

See Also:
Constant Field Values

pIS_LOCKED

public static final String pIS_LOCKED
Refers to a flag indicating if the task is in a locked state.

See Also:
Constant Field Values

pNEXT_REMINDER

public static final String pNEXT_REMINDER
Refers to the time the next reminder will fire.

See Also:
Constant Field Values

pPRIORITY

public static final String pPRIORITY
Refers to a value indicating the priority of the task.

See Also:
Constant Field Values

pROUTE_LIST

public static final String pROUTE_LIST
Refers to a list of routes available to the task.

See Also:
Constant Field Values

pROUTE_SELECTION_REQUIRED

public static final String pROUTE_SELECTION_REQUIRED
Refers to a flag indicating if a route selection is required to complete the task.

See Also:
Constant Field Values

pCLASS_OF_TASK

public static final String pCLASS_OF_TASK
Refers to the Class of Task. Arbitrary classes are supported, however the known implemented classes are: TaskManagerConstants.TaskClassTypes

See Also:
Constant Field Values

pSTART_TASK_FLAG

public static final String pSTART_TASK_FLAG
Indicates if the task was a start task.

See Also:
Constant Field Values

pPROCESS_START_TIME

public static final String pPROCESS_START_TIME
Refers to the time that the process instance to which the task belongs started.

See Also:
Constant Field Values

pPROCESS_COMPLETE_TIME

public static final String pPROCESS_COMPLETE_TIME
Refers to the time that the process instance to which the task belongs completed.

See Also:
Constant Field Values

pPROCESS_INSTANCE_ID

public static final String pPROCESS_INSTANCE_ID
Refers to the process instance identifier to which the task belongs.

See Also:
Constant Field Values

pACTION_INSTANCE_ID

public static final String pACTION_INSTANCE_ID
Refers to the identifier of the current operation instance to which the task belongs.

See Also:
Constant Field Values

pASSIGNMENT_TYPE

public static final String pASSIGNMENT_TYPE
Refers to the task's assignment type.

See Also:
Constant Field Values

pASSIGNMENT_STATUS

public static final String pASSIGNMENT_STATUS
Refers to the task's assignment status.

See Also:
Constant Field Values

pASSIGNMENT_QUEUE_ID

public static final String pASSIGNMENT_QUEUE_ID
Refers to the queue identifier to which the task has been assigned at one time.

See Also:
Constant Field Values

pASSIGNMENT_QUEUE_TYPE

public static final String pASSIGNMENT_QUEUE_TYPE
Refers to the type of queue to which the task has been assigned at one time.

See Also:
Constant Field Values

pASSIGNMENT_QUEUE_OWNER

public static final String pASSIGNMENT_QUEUE_OWNER
Refers to the owner of the queue to which the task has been assigned to at one time.

See Also:
Constant Field Values

pASSIGNMENT_QUEUE_OWNER_ID

public static final String pASSIGNMENT_QUEUE_OWNER_ID
Refers to the queue identifier of an assigned participant.

See Also:
Constant Field Values

pPROCESS_INSTANCE_STATUS

public static final String pPROCESS_INSTANCE_STATUS
Refers to the status of the process instance to which the task belongs.

See Also:
Constant Field Values

pPRINCIPAL_DISPLAYNAME

public static final String pPRINCIPAL_DISPLAYNAME
Refers to the currently assigned user's display name.

See Also:
Constant Field Values

pCURRENT_ASSIGNMENT_TIME

public static final String pCURRENT_ASSIGNMENT_TIME
Refers to the task's current assignment update time.

See Also:
Constant Field Values

pCURRENT_ASSIGNMENT_TYPE

public static final String pCURRENT_ASSIGNMENT_TYPE
Refers to the task's current assignment type.

See Also:
Constant Field Values

pCURRENT_ASSIGNMENT_STATUS

public static final String pCURRENT_ASSIGNMENT_STATUS
Refers to the task's current assignment status.

See Also:
Constant Field Values

pCURRENT_ASSIGNMENT_QUEUE_ID

public static final String pCURRENT_ASSIGNMENT_QUEUE_ID
Refers to the queue identifier to which the task is currently assigned.

See Also:
Constant Field Values

pCURRENT_ASSIGNMENT_QUEUE_TYPE

public static final String pCURRENT_ASSIGNMENT_QUEUE_TYPE
Refers to the type of queue to which the task is currently assigned.

See Also:
Constant Field Values

pCURRENT_ASSIGNMENT_QUEUE_OWNER

public static final String pCURRENT_ASSIGNMENT_QUEUE_OWNER
Refers to the owner of the queue to which the task is currently assigned.

See Also:
Constant Field Values

pCURRENT_ASSIGNMENT_QUEUE_OWNER_ID

public static final String pCURRENT_ASSIGNMENT_QUEUE_OWNER_ID
Refers to the queue identifier of the currently assigned participant.

See Also:
Constant Field Values

pOUT_OF_OFFICE_USER_ID

public static final String pOUT_OF_OFFICE_USER_ID
Refers to the User Identifier for the User who would have had this task assigned to them if they had not been Out Of the Office

See Also:
Constant Field Values

pOUT_OF_OFFICE_USER

public static final String pOUT_OF_OFFICE_USER
Refers to the Name of the User who would have had this task assigned to them if they had not been Out Of the Office

See Also:
Constant Field Values

pNOTIFICATION_TYPE

public static final String pNOTIFICATION_TYPE
See Also:
Constant Field Values

pNOTIFICATION_TASK_ID

public static final String pNOTIFICATION_TASK_ID
See Also:
Constant Field Values

pNOTIFICATION_TYPE_ASSIGNED

public static final Long pNOTIFICATION_TYPE_ASSIGNED

pNOTIFICATION_TYPE_REMINDERE

public static final Long pNOTIFICATION_TYPE_REMINDERE

pNOTIFICATION_TYPE_DEADLINE

public static final Long pNOTIFICATION_TYPE_DEADLINE
Constructor Detail

TaskSearchingConstants

public TaskSearchingConstants()


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