com.adobe.idp.taskmanager.dsc.client.events
Class EventConstants

java.lang.Object
  extended by com.adobe.idp.taskmanager.dsc.client.events.EventConstants

public class EventConstants
extends java.lang.Object

Contains constants describing the values used in TaskManager events and their associated data.


Nested Class Summary
static class EventConstants.OOOTimerEvents
          Contains constants for all of the task timer events.
static class EventConstants.TaskAttachmentEvents
          Contains constants for all of the task attachment events.
static class EventConstants.TaskEventIDs
          Contains all of the event identifiers.
static class EventConstants.TaskOperationalEvents
          Contains constants for all of the task operational events.
static class EventConstants.TaskReassignmentEvents
          Contains constants for all of the task reassignment events.
static class EventConstants.TaskTimerEvents
          Contains constants for all of the task timer events.
 
Field Summary
static java.lang.String ACTION_ID_PARAM
          The node name for the action instance identifier in the event data.
static java.lang.String ASSIGNED_GROUP_ID
          The node name for the task's currently assigned group's identifier in the event data.
static java.lang.String ASSIGNED_USER_ID
          The node name for the task's currently assigned user's identifier in the event data.
static java.lang.String ATTACHMENT_ID
          The node name for the attachment identifier in the event data.
static java.lang.String ATTACHMENT_TYPE
          The node name for the attachment type in the event data.
static java.lang.String CLASS_OF_TASK
          The node name for the Class Of Task identifier in the event data.
static java.lang.String DEADLINE_INSTRUCTIONS
          The node name for the deadline instructions in the event data.
static java.lang.String DEADLINE_ROUTE_NAME
          The node name for the deadline instructions in the event data.
static java.lang.String ESCALATION_QUEUE_ID
          The node name for the queue identifier to which to assign an escalation for this task in the event data.
static java.lang.String ESCALATION_USES_OOO
          The node name indicating if escalations fired by the escalation timer should respect OOO Settings.
static java.lang.String EVENT_GROUP_OWNER
          The event group owner for the task manager events.
static java.lang.String EVENT_TYPE_PARAM
          The node name for the task event type in the event data.
static java.lang.String LONG_LIVED_JOB_ID
          The node name for the job identifier for this task in the event data.
static java.lang.String PROCESS_INSTANCE_ID
          The node name for the process instance id in the event data.
static java.lang.String PROCESS_NAME
          The node name for the process name in the event data.
static java.lang.String QUEUE_ID
          The node name for the associated queue identifier for this task in the event data.
static java.lang.String REMINDER_INSTRUCTIONS
          The node name for the reminder instructions in the event data.
static java.lang.String REMINDER_REPEAT
          The node name for the reminder repeat value in the event data.
static java.lang.String REMINDER_REPEAT_BUS_CAL
          The node name which specifies if the reminder repeat value is number of total minutes or business days.
static java.lang.String SELECTED_ROUTE
          The node name for the route selected by the user in the event data.
static java.lang.String SHARED_USER_ID
          The node name for the user identifier for a user who has had this task shared to them.
static java.lang.String STEP_NAME
          The node name for the step name (otherwise known as action name) identifier in the event data.
static java.lang.String TASK_ID_PARAM
          The node name for the task identifier in the event data.
 
Constructor Summary
EventConstants()
           
 
Method Summary
static java.lang.String getEventTypeByID(short aEventId)
          Retrieves the event type from the associated version (event identifier) of that event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TASK_ID_PARAM

public static final java.lang.String TASK_ID_PARAM
The node name for the task identifier in the event data.

See Also:
Constant Field Values

ACTION_ID_PARAM

public static final java.lang.String ACTION_ID_PARAM
The node name for the action instance identifier in the event data.

See Also:
Constant Field Values

LONG_LIVED_JOB_ID

public static final java.lang.String LONG_LIVED_JOB_ID
The node name for the job identifier for this task in the event data.

See Also:
Constant Field Values

REMINDER_INSTRUCTIONS

public static final java.lang.String REMINDER_INSTRUCTIONS
The node name for the reminder instructions in the event data. This is only used in reminder events.

See Also:
Constant Field Values

REMINDER_REPEAT

public static final java.lang.String REMINDER_REPEAT
The node name for the reminder repeat value in the event data. When a reminder fires, this value will be used to schedule a new reminder. This is only used in reminder events.

See Also:
Constant Field Values

REMINDER_REPEAT_BUS_CAL

public static final java.lang.String REMINDER_REPEAT_BUS_CAL
The node name which specifies if the reminder repeat value is number of total minutes or business days. When a reminder fires, this value will be used to schedule a new reminder. This is only used in reminder events.

See Also:
Constant Field Values

DEADLINE_INSTRUCTIONS

public static final java.lang.String DEADLINE_INSTRUCTIONS
The node name for the deadline instructions in the event data. This is only used in deadline events.

See Also:
Constant Field Values

DEADLINE_ROUTE_NAME

public static final java.lang.String DEADLINE_ROUTE_NAME
The node name for the deadline instructions in the event data. This is only used in deadline events.

See Also:
Constant Field Values

ESCALATION_QUEUE_ID

public static final java.lang.String ESCALATION_QUEUE_ID
The node name for the queue identifier to which to assign an escalation for this task in the event data. This is only used in escalation events.

See Also:
Constant Field Values

ESCALATION_USES_OOO

public static final java.lang.String ESCALATION_USES_OOO
The node name indicating if escalations fired by the escalation timer should respect OOO Settings. This is only used in escalation events.

See Also:
Constant Field Values

EVENT_TYPE_PARAM

public static final java.lang.String EVENT_TYPE_PARAM
The node name for the task event type in the event data.

See Also:
Constant Field Values

ASSIGNED_USER_ID

public static final java.lang.String ASSIGNED_USER_ID
The node name for the task's currently assigned user's identifier in the event data.

See Also:
Constant Field Values

ASSIGNED_GROUP_ID

public static final java.lang.String ASSIGNED_GROUP_ID
The node name for the task's currently assigned group's identifier in the event data.

See Also:
Constant Field Values

SHARED_USER_ID

public static final java.lang.String SHARED_USER_ID
The node name for the user identifier for a user who has had this task shared to them.

See Also:
Constant Field Values

QUEUE_ID

public static final java.lang.String QUEUE_ID
The node name for the associated queue identifier for this task in the event data.

See Also:
Constant Field Values

ATTACHMENT_ID

public static final java.lang.String ATTACHMENT_ID
The node name for the attachment identifier in the event data. This is only used by the task attachment events.

See Also:
Constant Field Values

ATTACHMENT_TYPE

public static final java.lang.String ATTACHMENT_TYPE
The node name for the attachment type in the event data. This is only used by the task attachment events.

See Also:
Constant Field Values

EVENT_GROUP_OWNER

public static final java.lang.String EVENT_GROUP_OWNER
The event group owner for the task manager events.

See Also:
Constant Field Values

PROCESS_INSTANCE_ID

public static final java.lang.String PROCESS_INSTANCE_ID
The node name for the process instance id in the event data. This is used by all Task Manager events.

See Also:
Constant Field Values

PROCESS_NAME

public static final java.lang.String PROCESS_NAME
The node name for the process name in the event data. This is used by all Task Manager events.

See Also:
Constant Field Values

STEP_NAME

public static final java.lang.String STEP_NAME
The node name for the step name (otherwise known as action name) identifier in the event data. This is used by all Task Manager events.

See Also:
Constant Field Values

CLASS_OF_TASK

public static final java.lang.String CLASS_OF_TASK
The node name for the Class Of Task identifier in the event data. This is used by all Task Manager events.

See Also:
Constant Field Values

SELECTED_ROUTE

public static final java.lang.String SELECTED_ROUTE
The node name for the route selected by the user in the event data. This is used by the completeTask event

See Also:
Constant Field Values
Constructor Detail

EventConstants

public EventConstants()
Method Detail

getEventTypeByID

public static java.lang.String getEventTypeByID(short aEventId)
Retrieves the event type from the associated version (event identifier) of that event.

Parameters:
aEventId - The event identifier to be translated to the associated event.
Returns:
The name of the event type.


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