|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.taskmanager.dsc.client.events.EventConstants
public class EventConstants
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 |
---|
public static final java.lang.String TASK_ID_PARAM
public static final java.lang.String ACTION_ID_PARAM
public static final java.lang.String LONG_LIVED_JOB_ID
public static final java.lang.String REMINDER_INSTRUCTIONS
public static final java.lang.String REMINDER_REPEAT
public static final java.lang.String REMINDER_REPEAT_BUS_CAL
public static final java.lang.String DEADLINE_INSTRUCTIONS
public static final java.lang.String DEADLINE_ROUTE_NAME
public static final java.lang.String ESCALATION_QUEUE_ID
public static final java.lang.String ESCALATION_USES_OOO
public static final java.lang.String EVENT_TYPE_PARAM
public static final java.lang.String ASSIGNED_USER_ID
public static final java.lang.String ASSIGNED_GROUP_ID
public static final java.lang.String SHARED_USER_ID
public static final java.lang.String QUEUE_ID
public static final java.lang.String ATTACHMENT_ID
public static final java.lang.String ATTACHMENT_TYPE
public static final java.lang.String EVENT_GROUP_OWNER
public static final java.lang.String PROCESS_INSTANCE_ID
public static final java.lang.String PROCESS_NAME
public static final java.lang.String STEP_NAME
public static final java.lang.String CLASS_OF_TASK
public static final java.lang.String SELECTED_ROUTE
Constructor Detail |
---|
public EventConstants()
Method Detail |
---|
public static java.lang.String getEventTypeByID(short aEventId)
aEventId
- The event identifier to be translated to the associated event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |