Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public final class DocumentEventTypes
extends Object

TODO: write description.

Author:
DM

Field Summary
static String ABOUT_TO_CHECKIN
          This event is too general and should be used with care.
static String ABOUT_TO_CHECKOUT
          This event is too general and should be used with care.
static String ABOUT_TO_COPY
           
static String ABOUT_TO_CREATE
           
static String ABOUT_TO_INITIALIZE
          Deprecated. 
static String ABOUT_TO_MOVE
           
static String ABOUT_TO_REMOVE
           
static String ABOUT_TO_REMOVE_VERSION
           
static String BEFORE_DOC_RESTORE
           
static String BEFORE_DOC_SECU_UPDATE
           
static String BEFORE_DOC_UPDATE
           
static String DOCUMENT_CHECKEDIN
          This event is too general and should be used with care.
static String DOCUMENT_CHECKEDOUT
          Document checked out.
static String DOCUMENT_CHILDREN_ORDER_CHANGED
           
static String DOCUMENT_CREATED
          At this point the document is filled with data from DocumentModel.
static String DOCUMENT_CREATED_BY_COPY
           
static String DOCUMENT_DUPLICATED
           
static String DOCUMENT_IMPORTED
           
static String DOCUMENT_INITIALIZED
          Deprecated. 
static String DOCUMENT_LOCKED
           
static String DOCUMENT_MOVED
           
static String DOCUMENT_PROXY_PUBLISHED
           
static String DOCUMENT_PROXY_UPDATED
           
static String DOCUMENT_PUBLISHED
           
static String DOCUMENT_REMOVED
           
static String DOCUMENT_RESTORED
           
static String DOCUMENT_SECURITY_UPDATED
           
static String DOCUMENT_UNLOCKED
           
static String DOCUMENT_UPDATED
           
static String EMAIL_DOCUMENT_SEND
           
static String EMPTY_DOCUMENTMODEL_CREATED
          Empty document mode created by the DocumentModelFactory.
static String INCREMENT_BEFORE_UPDATE
          Listeners can increment version numbers.
static String SECTION_CONTENT_PUBLISHED
           
static String SESSION_SAVED
           
static String SUBSCRIPTION_ASSIGNED
           
static String VERSION_REMOVED
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABOUT_TO_CREATE

public static final String ABOUT_TO_CREATE
See Also:
Constant Field Values

EMPTY_DOCUMENTMODEL_CREATED

public static final String EMPTY_DOCUMENTMODEL_CREATED
Empty document mode created by the DocumentModelFactory.

Useful for initialization of the fields with computed contextual data.

See Also:
Constant Field Values

DOCUMENT_CREATED

public static final String DOCUMENT_CREATED
At this point the document is filled with data from DocumentModel.

See Also:
Constant Field Values

DOCUMENT_IMPORTED

public static final String DOCUMENT_IMPORTED
See Also:
Constant Field Values

ABOUT_TO_INITIALIZE

@Deprecated
public static final String ABOUT_TO_INITIALIZE
Deprecated. 
See Also:
Constant Field Values

DOCUMENT_INITIALIZED

@Deprecated
public static final String DOCUMENT_INITIALIZED
Deprecated. 
See Also:
Constant Field Values

ABOUT_TO_REMOVE

public static final String ABOUT_TO_REMOVE
See Also:
Constant Field Values

DOCUMENT_REMOVED

public static final String DOCUMENT_REMOVED
See Also:
Constant Field Values

ABOUT_TO_REMOVE_VERSION

public static final String ABOUT_TO_REMOVE_VERSION
See Also:
Constant Field Values

VERSION_REMOVED

public static final String VERSION_REMOVED
See Also:
Constant Field Values

BEFORE_DOC_UPDATE

public static final String BEFORE_DOC_UPDATE
See Also:
Constant Field Values

BEFORE_DOC_SECU_UPDATE

public static final String BEFORE_DOC_SECU_UPDATE
See Also:
Constant Field Values

DOCUMENT_UPDATED

public static final String DOCUMENT_UPDATED
See Also:
Constant Field Values

DOCUMENT_SECURITY_UPDATED

public static final String DOCUMENT_SECURITY_UPDATED
See Also:
Constant Field Values

DOCUMENT_LOCKED

public static final String DOCUMENT_LOCKED
See Also:
Constant Field Values

DOCUMENT_UNLOCKED

public static final String DOCUMENT_UNLOCKED
See Also:
Constant Field Values

ABOUT_TO_COPY

public static final String ABOUT_TO_COPY
See Also:
Constant Field Values

DOCUMENT_CREATED_BY_COPY

public static final String DOCUMENT_CREATED_BY_COPY
See Also:
Constant Field Values

DOCUMENT_DUPLICATED

public static final String DOCUMENT_DUPLICATED
See Also:
Constant Field Values

ABOUT_TO_MOVE

public static final String ABOUT_TO_MOVE
See Also:
Constant Field Values

DOCUMENT_MOVED

public static final String DOCUMENT_MOVED
See Also:
Constant Field Values

DOCUMENT_PUBLISHED

public static final String DOCUMENT_PUBLISHED
See Also:
Constant Field Values

DOCUMENT_PROXY_PUBLISHED

public static final String DOCUMENT_PROXY_PUBLISHED
See Also:
Constant Field Values

DOCUMENT_PROXY_UPDATED

public static final String DOCUMENT_PROXY_UPDATED
See Also:
Constant Field Values

SECTION_CONTENT_PUBLISHED

public static final String SECTION_CONTENT_PUBLISHED
See Also:
Constant Field Values

BEFORE_DOC_RESTORE

public static final String BEFORE_DOC_RESTORE
See Also:
Constant Field Values

DOCUMENT_RESTORED

public static final String DOCUMENT_RESTORED
See Also:
Constant Field Values

SESSION_SAVED

public static final String SESSION_SAVED
See Also:
Constant Field Values

DOCUMENT_CHILDREN_ORDER_CHANGED

public static final String DOCUMENT_CHILDREN_ORDER_CHANGED
See Also:
Constant Field Values

ABOUT_TO_CHECKOUT

public static final String ABOUT_TO_CHECKOUT
This event is too general and should be used with care.

See Also:
Constant Field Values

DOCUMENT_CHECKEDOUT

public static final String DOCUMENT_CHECKEDOUT
Document checked out. Listeners can increment version numbers. Listeners will be passed a pristine DocumentModel where changes will not be seen by the main DocumentModel being saved.

See Also:
Constant Field Values

INCREMENT_BEFORE_UPDATE

public static final String INCREMENT_BEFORE_UPDATE
Listeners can increment version numbers. Listeners will be passed a pristine DocumentModel where changes will not be seen by the main DocumentModel being saved.

See Also:
Constant Field Values

ABOUT_TO_CHECKIN

public static final String ABOUT_TO_CHECKIN
This event is too general and should be used with care.

See Also:
Constant Field Values

DOCUMENT_CHECKEDIN

public static final String DOCUMENT_CHECKEDIN
This event is too general and should be used with care.

See Also:
Constant Field Values

SUBSCRIPTION_ASSIGNED

public static final String SUBSCRIPTION_ASSIGNED
See Also:
Constant Field Values

EMAIL_DOCUMENT_SEND

public static final String EMAIL_DOCUMENT_SEND
See Also:
Constant Field Values

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.