Package org.nuxeo.ecm.platform.task
Class TaskEventNames
- java.lang.Object
-
- org.nuxeo.ecm.platform.task.TaskEventNames
-
public final class TaskEventNames extends Object
Event identifiers.- Since:
- 5.5
- Author:
- Julien Anguenot
-
-
Field Summary
Fields Modifier and Type Field Description static String
DISABLE_NOTIFICATION_SERVICE
A task variable key to disable the notification service.static String
WF_INIT
Fired when WF Seam Bean are first created.static String
WORK_ITEMS_LIST_ADDED
Fired when a new work items list is created.static String
WORK_ITEMS_LIST_LOADED
Fired when a work items list is loaded.static String
WORK_ITEMS_LIST_REMOVED
Fired when a work items list is deleted.static String
WORKFLOW_ABANDONED
Fired when a process has been abandoned.static String
WORKFLOW_CANCELED
Fired when a process has been canceled.static String
WORKFLOW_ENDED
Fired when a process has been ended.static String
WORKFLOW_NEW_STARTED
Fired when a new process is started.static String
WORKFLOW_TASK_ASSIGNED
static String
WORKFLOW_TASK_COMPLETED
Fired when a task has been completed.static String
WORKFLOW_TASK_DELEGATED
static String
WORKFLOW_TASK_REASSIGNED
static String
WORKFLOW_TASK_REJECTED
Fired when a task has been rejected.static String
WORKFLOW_TASK_REMOVED
Fired when a task has been removed.static String
WORKFLOW_TASK_START
Fired when a task has been started.static String
WORKFLOW_TASK_STOP
Fired when a task has been ended.static String
WORKFLOW_TASKS_COMPUTED
static String
WORKFLOW_USER_ASSIGNMENT_CHANGED
Deprecated.
-
-
-
Field Detail
-
WF_INIT
public static final String WF_INIT
Fired when WF Seam Bean are first created. Used to create the WF EventListener that catches Seam events- See Also:
- Constant Field Values
-
WORKFLOW_NEW_STARTED
public static final String WORKFLOW_NEW_STARTED
Fired when a new process is started.- See Also:
- Constant Field Values
-
WORKFLOW_ENDED
public static final String WORKFLOW_ENDED
Fired when a process has been ended.- See Also:
- Constant Field Values
-
WORKFLOW_ABANDONED
public static final String WORKFLOW_ABANDONED
Fired when a process has been abandoned.- See Also:
- Constant Field Values
-
WORKFLOW_CANCELED
public static final String WORKFLOW_CANCELED
Fired when a process has been canceled.- See Also:
- Constant Field Values
-
WORKFLOW_TASK_START
public static final String WORKFLOW_TASK_START
Fired when a task has been started.- See Also:
- Constant Field Values
-
WORKFLOW_TASK_STOP
public static final String WORKFLOW_TASK_STOP
Fired when a task has been ended.- See Also:
- Constant Field Values
-
WORKFLOW_TASK_COMPLETED
public static final String WORKFLOW_TASK_COMPLETED
Fired when a task has been completed.- See Also:
- Constant Field Values
-
WORKFLOW_TASK_REMOVED
public static final String WORKFLOW_TASK_REMOVED
Fired when a task has been removed.- See Also:
- Constant Field Values
-
WORKFLOW_TASK_REJECTED
public static final String WORKFLOW_TASK_REJECTED
Fired when a task has been rejected.- See Also:
- Constant Field Values
-
WORKFLOW_TASK_ASSIGNED
public static final String WORKFLOW_TASK_ASSIGNED
- See Also:
- Constant Field Values
-
WORKFLOW_USER_ASSIGNMENT_CHANGED
@Deprecated public static final String WORKFLOW_USER_ASSIGNMENT_CHANGED
Deprecated.Fired when an assignment has been updated.- Since:
- 5.7.3 WORKFLOW_TASK_REASSIGNED is used
- See Also:
- Constant Field Values
-
WORKFLOW_TASKS_COMPUTED
public static final String WORKFLOW_TASKS_COMPUTED
- See Also:
- Constant Field Values
-
WORKFLOW_TASK_REASSIGNED
public static final String WORKFLOW_TASK_REASSIGNED
- Since:
- 5.7.3
- See Also:
- Constant Field Values
-
WORKFLOW_TASK_DELEGATED
public static final String WORKFLOW_TASK_DELEGATED
- Since:
- 5.8
- See Also:
- Constant Field Values
-
WORK_ITEMS_LIST_ADDED
public static final String WORK_ITEMS_LIST_ADDED
Fired when a new work items list is created.- See Also:
- Constant Field Values
-
WORK_ITEMS_LIST_REMOVED
public static final String WORK_ITEMS_LIST_REMOVED
Fired when a work items list is deleted.- See Also:
- Constant Field Values
-
WORK_ITEMS_LIST_LOADED
public static final String WORK_ITEMS_LIST_LOADED
Fired when a work items list is loaded.- See Also:
- Constant Field Values
-
DISABLE_NOTIFICATION_SERVICE
public static final String DISABLE_NOTIFICATION_SERVICE
A task variable key to disable the notification service. (i.e. no email sending through this service)- See Also:
- Constant Field Values
-
-