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