Nuxeo Enterprise Platform 5.4

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 java.lang.Object

Document event categories.

Author:
Julien Anguenot

Field Summary
static java.lang.String EVENT_CLIENT_NOTIF_CATEGORY
          Category for events that are fired on behalf of client (outside core) code.
static java.lang.String EVENT_DOCUMENT_CATEGORY
           
static java.lang.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 java.lang.String EVENT_DOCUMENT_CATEGORY
See Also:
Constant Field Values

EVENT_LIFE_CYCLE_CATEGORY

public static final java.lang.String EVENT_LIFE_CYCLE_CATEGORY
See Also:
Constant Field Values

EVENT_CLIENT_NOTIF_CATEGORY

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

See Also:
Constant Field Values

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.