Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.jbpm
Class JbpmEventNames

java.lang.Object
  extended by org.nuxeo.ecm.platform.jbpm.JbpmEventNames

public final class JbpmEventNames
extends Object

Jbpm event identifiers.

Author:
Julien Anguenot

Field Summary
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_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
          Fired when an assignment has been updated.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

public static final String WORKFLOW_USER_ASSIGNMENT_CHANGED
Fired when an assignment has been updated.

See Also:
Constant Field Values

WORKFLOW_TASKS_COMPUTED

public static final String WORKFLOW_TASKS_COMPUTED
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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.