Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public final class CoreEventConstants
extends Object

Core event constants.

Author:
Julien Anguenot

Field Summary
static String DOC_LIFE_CYCLE
           
static String DOCUMENT_MODEL_ID
           
static String NEW_ACP
           
static String OLD_ACP
           
static String PARENT_PATH
          Path the of the container of the empty document model that is being created.
static String PREVIOUS_DOCUMENT_MODEL
          Passed with beforeDocumentModification and documentModified events to hold the state that is about to be / has been overwritten by the saveDocument.
static String REORDERED_CHILD
           
static String REPLACED_PROXY_IDS
           
static String REPOSITORY_NAME
           
static String SESSION_ID
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOC_LIFE_CYCLE

public static final String DOC_LIFE_CYCLE
See Also:
Constant Field Values

PARENT_PATH

public static final String PARENT_PATH
Path the of the container of the empty document model that is being created.

See Also:
Constant Field Values

DOCUMENT_MODEL_ID

public static final String DOCUMENT_MODEL_ID
See Also:
Constant Field Values

REPOSITORY_NAME

public static final String REPOSITORY_NAME
See Also:
Constant Field Values

SESSION_ID

public static final String SESSION_ID
See Also:
Constant Field Values

OLD_ACP

public static final String OLD_ACP
See Also:
Constant Field Values

NEW_ACP

public static final String NEW_ACP
See Also:
Constant Field Values

REORDERED_CHILD

public static final String REORDERED_CHILD
See Also:
Constant Field Values

REPLACED_PROXY_IDS

public static final String REPLACED_PROXY_IDS
See Also:
Constant Field Values

PREVIOUS_DOCUMENT_MODEL

public static final String PREVIOUS_DOCUMENT_MODEL
Passed with beforeDocumentModification and documentModified events to hold the state that is about to be / has been overwritten by the saveDocument.

See Also:
Constant Field Values

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.