Package com.adobe.idp.taskmanager.dsc.client.events
Classpublic class EventConstants
InheritanceEventConstants Inheritance Object

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



Public Methods
 MethodDefined by
  
EventConstants
  
String getEventTypeByID(short aEventId)
[static] Retrieves the event type from the associated version (event identifier) of that event.
EventConstants
Public Constants
 ConstantDefined by
  ACTION_ID_PARAM
[static] The node name for the action instance identifier in the event data.
EventConstants
  ASSIGNED_USER_ID
[static] The node name for the task's currently assigned user's identifier in the event data.
EventConstants
  ATTACHMENT_ID
[static] The node name for the attachment identifier in the event data.
EventConstants
  ATTACHMENT_TYPE
[static] The node name for the attachment type in the event data.
EventConstants
  DEADLINE_INSTRUCTIONS
[static] The node name for the deadline instructions in the event data.
EventConstants
  DEADLINE_ROUTE_NAME
[static] The node name for the deadline instructions in the event data.
EventConstants
  ESCALATION_QUEUE_ID
[static] The node name for the queue identifier to which to assign an escalation for this task in the event data.
EventConstants
  EVENT_GROUP_OWNER
[static] The event group owner for the task manager events.
EventConstants
  EVENT_TYPE_PARAM
[static] The node name for the task event type in the event data.
EventConstants
  LONG_LIVED_JOB_ID
[static] The node name for the job identifier for this task in the event data.
EventConstants
  PROCESS_INSTANCE_ID
[static] The node name for the process instance id in the event data.
EventConstants
  PROCESS_NAME
[static] The node name for the process name in the event data.
EventConstants
  QUEUE_ID
[static] The node name for the associated queue identifier for this task in the event data.
EventConstants
  REMINDER_INSTRUCTIONS
[static] The node name for the reminder instructions in the event data.
EventConstants
  REMINDER_REPEAT
[static] The node name for the reminder repeat value in the event data.
EventConstants
  SELECTED_ROUTE
[static] The node name for the route selected by the user in the event data.
EventConstants
  STEP_NAME
[static] The node name for the step name (otherwise known as action name) identifier in the event data.
EventConstants
  TASK_ID_PARAM
[static] The node name for the task identifier in the event data.
EventConstants
Constructor Detail
EventConstants()
public EventConstants()
Method Detail
getEventTypeByID()
public static 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.
Constant Detail
ACTION_ID_PARAMConstant
public static final ACTION_ID_PARAM

The node name for the action instance identifier in the event data.

ASSIGNED_USER_IDConstant 
public static final ASSIGNED_USER_ID

The node name for the task's currently assigned user's identifier in the event data.

ATTACHMENT_IDConstant 
public static final ATTACHMENT_ID

The node name for the attachment identifier in the event data. This is only used by the task attachment events.

ATTACHMENT_TYPEConstant 
public static final ATTACHMENT_TYPE

The node name for the attachment type in the event data. This is only used by the task attachment events.

DEADLINE_INSTRUCTIONSConstant 
public static final DEADLINE_INSTRUCTIONS

The node name for the deadline instructions in the event data. This is only used in deadline events.

DEADLINE_ROUTE_NAMEConstant 
public static final DEADLINE_ROUTE_NAME

The node name for the deadline instructions in the event data. This is only used in deadline events.

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

EVENT_GROUP_OWNERConstant 
public static final EVENT_GROUP_OWNER

The event group owner for the task manager events.

EVENT_TYPE_PARAMConstant 
public static final EVENT_TYPE_PARAM

The node name for the task event type in the event data.

LONG_LIVED_JOB_IDConstant 
public static final LONG_LIVED_JOB_ID

The node name for the job identifier for this task in the event data.

PROCESS_INSTANCE_IDConstant 
public static final PROCESS_INSTANCE_ID

The node name for the process instance id in the event data. This is used by all Task Manager events.

PROCESS_NAMEConstant 
public static final PROCESS_NAME

The node name for the process name in the event data. This is used by all Task Manager events.

QUEUE_IDConstant 
public static final QUEUE_ID

The node name for the associated queue identifier for this task in the event data.

REMINDER_INSTRUCTIONSConstant 
public static final REMINDER_INSTRUCTIONS

The node name for the reminder instructions in the event data. This is only used in reminder events.

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

SELECTED_ROUTEConstant 
public static final SELECTED_ROUTE

The node name for the route selected by the user in the event data. This is used by the completeTask event

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

TASK_ID_PARAMConstant 
public static final TASK_ID_PARAM

The node name for the task identifier in the event data.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/idp/taskmanager/dsc/client/events/EventConstants.html