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 java.lang.Object

Contains constants used when searching tasks.


Field Summary
static java.lang.String pACTION_INSTANCE_ID
          Refers to the identifier of the current operation instance to which the task belongs.
static java.lang.String pASSIGNMENT_QUEUE_ID
          Refers to the queue identifier to which the task has been assigned at one time.
static java.lang.String pASSIGNMENT_QUEUE_OWNER
          Refers to the owner of the queue to which the task has been assigned to at one time.
static java.lang.String pASSIGNMENT_QUEUE_OWNER_ID
          Refers to the queue identifier of an assigned participant.
static java.lang.String pASSIGNMENT_QUEUE_TYPE
          Refers to the type of queue to which the task has been assigned at one time.
static java.lang.String pASSIGNMENT_STATUS
          Refers to the task's assignment status.
static java.lang.String pASSIGNMENT_TIME
          Refers to the task's assignment update time.
static java.lang.String pASSIGNMENT_TYPE
          Refers to the task's assignment type.
static java.lang.String pATTACHMENTS
          Refers to the task attachments.
static java.lang.String pCLASS_OF_TASK
          Refers to the Class of Task.
static java.lang.String pCONSULT_GROUP_ID
          Refers to a group identifier to which a task can be sent to consult.
static java.lang.String pCREATION_TIME
          Refers to the task's creation time.
static java.lang.String pCURRENT_ASSIGNMENT_QUEUE_ID
          Refers to the queue identifier to which the task is currently assigned.
static java.lang.String pCURRENT_ASSIGNMENT_QUEUE_OWNER
          Refers to the owner of the queue to which the task is currently assigned.
static java.lang.String pCURRENT_ASSIGNMENT_QUEUE_OWNER_ID
          Refers to the queue identifier of the currently assigned participant.
static java.lang.String pCURRENT_ASSIGNMENT_QUEUE_TYPE
          Refers to the type of queue to which the task is currently assigned.
static java.lang.String pCURRENT_ASSIGNMENT_STATUS
          Refers to the task's current assignment status.
static java.lang.String pCURRENT_ASSIGNMENT_TIME
          Refers to the task's current assignment update time.
static java.lang.String pCURRENT_ASSIGNMENT_TYPE
          Refers to the task's current assignment type.
static java.lang.String pDEADLINE
          Refers to the time when the task will deadline and complete.
static java.lang.String pDEADLINE_VIEWED
          Refers to the task.
static java.lang.String pDESCRIPTION
          Refers to the task description.
static java.lang.String pFORWARD_GROUP_ID
          Refers to a group identifier to which a task can be forwarded.
static java.lang.String pID
          Refers to the task identifier.
static java.lang.String pINSTRUCTIONS
          Refers to the task instructions.
static java.lang.String pIS_LOCKED
          Refers to a flag indicating if the task is in a locked state.
static java.lang.String pNEW_ASSIGNMENT_TIME
          Refers to the task's current assignment time.
static java.lang.String pNEXT_REMINDER
          Refers to the time the next reminder will fire.
static java.lang.String pNOTIFICATION_TASK_ID
           
static java.lang.String pNOTIFICATION_TYPE
           
static java.lang.Long pNOTIFICATION_TYPE_ASSIGNED
           
static java.lang.Long pNOTIFICATION_TYPE_DEADLINE
           
static java.lang.Long pNOTIFICATION_TYPE_REMINDERE
           
static java.lang.String pNUMFORMS
          Refers to the number of forms associated with the task.
static java.lang.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 java.lang.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 java.lang.String pPRINCIPAL_DISPLAYNAME
          Refers to the currently assigned user's display name.
static java.lang.String pPRIORITY
          Refers to a value indicating the priority of the task.
static java.lang.String pPROCESS_COMPLETE_TIME
          Refers to the time that the process instance to which the task belongs completed.
static java.lang.String pPROCESS_INSTANCE_ID
          Refers to the process instance identifier to which the task belongs.
static java.lang.String pPROCESS_INSTANCE_STATUS
          Refers to the status of the process instance to which the task belongs.
static java.lang.String pPROCESS_NAME
          Refers to the name of the process in which the task exists.
static java.lang.String pPROCESS_START_TIME
          Refers to the time that the process instance to which the task belongs started.
static java.lang.String pPROCESS_TITLE
          Refers to the name of the process in which the task exists.
static java.lang.String pREMINDER_COUNT
          Refers to the number of reminders fired for this task.
static java.lang.String pROUTE_LIST
          Refers to a list of routes available to the task.
static java.lang.String pROUTE_SELECTION_REQUIRED
          Refers to a flag indicating if a route selection is required to complete the task.
static java.lang.String pSELECTED_ROUTE
          Refers to the route that was selected upon task completion.
static java.lang.String pSTART_TASK
          Indicates if the task was a start task.
static java.lang.String pSTART_TASK_FLAG
          Indicates if the task was a start task.
static java.lang.String pSTATUS
          Refers to the task's current status.
static java.lang.String pSTEP_NAME
          Refers to the operation to which the task belongs.
static java.lang.String pTASK_VISIBLE
          Refers to a flag indicating if the task should be visible to the end user.
static java.lang.String pTITLE
          Refers to the task's current assignment queue name.
static java.lang.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 java.lang.String pNEW_ASSIGNMENT_TIME
Refers to the task's current assignment time.

See Also:
Constant Field Values

pASSIGNMENT_TIME

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

See Also:
Constant Field Values

pTITLE

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

See Also:
Constant Field Values

pSTATUS

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

See Also:
Constant Field Values

pCREATION_TIME

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

See Also:
Constant Field Values

pUPDATE_TIME

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

See Also:
Constant Field Values

pREMINDER_COUNT

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

See Also:
Constant Field Values

pATTACHMENTS

public static final java.lang.String pATTACHMENTS
Refers to the task attachments.

See Also:
Constant Field Values

pID

public static final java.lang.String pID
Refers to the task identifier.

See Also:
Constant Field Values

pINSTRUCTIONS

public static final java.lang.String pINSTRUCTIONS
Refers to the task instructions.

See Also:
Constant Field Values

pDESCRIPTION

public static final java.lang.String pDESCRIPTION
Refers to the task description.

See Also:
Constant Field Values

pDEADLINE_VIEWED

public static final java.lang.String pDEADLINE_VIEWED
Refers to the task.

See Also:
Constant Field Values

pNUMFORMS

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

See Also:
Constant Field Values

pSELECTED_ROUTE

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

See Also:
Constant Field Values

pSTART_TASK

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

See Also:
Constant Field Values

pSTEP_NAME

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

See Also:
Constant Field Values

pPROCESS_NAME

public static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String pDEADLINE
Refers to the time when the task will deadline and complete.

See Also:
Constant Field Values

pFORWARD_GROUP_ID

public static final java.lang.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 java.lang.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 java.lang.String pNEXT_REMINDER
Refers to the time the next reminder will fire.

See Also:
Constant Field Values

pPRIORITY

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

See Also:
Constant Field Values

pROUTE_LIST

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

See Also:
Constant Field Values

pROUTE_SELECTION_REQUIRED

public static final java.lang.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 java.lang.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 java.lang.String pSTART_TASK_FLAG
Indicates if the task was a start task.

See Also:
Constant Field Values

pPROCESS_START_TIME

public static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String pASSIGNMENT_TYPE
Refers to the task's assignment type.

See Also:
Constant Field Values

pASSIGNMENT_STATUS

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

See Also:
Constant Field Values

pASSIGNMENT_QUEUE_ID

public static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String pPRINCIPAL_DISPLAYNAME
Refers to the currently assigned user's display name.

See Also:
Constant Field Values

pCURRENT_ASSIGNMENT_TIME

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

See Also:
Constant Field Values

pCURRENT_ASSIGNMENT_TYPE

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

See Also:
Constant Field Values

pCURRENT_ASSIGNMENT_STATUS

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

See Also:
Constant Field Values

pCURRENT_ASSIGNMENT_QUEUE_ID

public static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String pNOTIFICATION_TYPE
See Also:
Constant Field Values

pNOTIFICATION_TASK_ID

public static final java.lang.String pNOTIFICATION_TASK_ID
See Also:
Constant Field Values

pNOTIFICATION_TYPE_ASSIGNED

public static final java.lang.Long pNOTIFICATION_TYPE_ASSIGNED

pNOTIFICATION_TYPE_REMINDERE

public static final java.lang.Long pNOTIFICATION_TYPE_REMINDERE

pNOTIFICATION_TYPE_DEADLINE

public static final java.lang.Long pNOTIFICATION_TYPE_DEADLINE
Constructor Detail

TaskSearchingConstants

public TaskSearchingConstants()


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