Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api.event
Class DocumentEventCategories

java.lang.Object
  extended by org.nuxeo.ecm.core.api.event.DocumentEventCategories

public final class DocumentEventCategories
extends Object

Document event categories.

Author:
Julien Anguenot

Field Summary
static String EVENT_CLIENT_NOTIF_CATEGORY
          Category for events that are fired on behalf of client (outside core) code.
static String EVENT_DOCUMENT_CATEGORY
           
static String EVENT_LIFE_CYCLE_CATEGORY
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_DOCUMENT_CATEGORY

public static final String EVENT_DOCUMENT_CATEGORY
See Also:
Constant Field Values

EVENT_LIFE_CYCLE_CATEGORY

public static final String EVENT_LIFE_CYCLE_CATEGORY
See Also:
Constant Field Values

EVENT_CLIENT_NOTIF_CATEGORY

public static final String EVENT_CLIENT_NOTIF_CATEGORY
Category for events that are fired on behalf of client (outside core) code.

See Also:
Constant Field Values

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.