Package org.nuxeo.ecm.core.api.event
Class CoreEventConstants
- java.lang.Object
-
- org.nuxeo.ecm.core.api.event.CoreEventConstants
-
public final class CoreEventConstants extends Object
Core event constants.- Author:
- Julien Anguenot
-
-
Field Summary
Fields Modifier and Type Field Description static String
BLOB_DIGEST_UPDATED_NEW_DIGEST
Passed with blobDigestUpdated event, new digest.static String
BLOB_DIGEST_UPDATED_NEW_KEY
Passed with blobDigestUpdated event, new key.static String
BLOB_DIGEST_UPDATED_OLD_DIGEST
Passed with blobDigestUpdated event, old digest.static String
BLOB_DIGEST_UPDATED_OLD_KEY
Passed with blobDigestUpdated event, old key.static String
CHANGED_ACL_NAME
static String
DESTINATION_EXISTS
static String
DESTINATION_NAME
Passed with aboutToCopy, aboutToMove, documentCreatedbyCopy and documentMoved events to be able to change the destination namestatic String
DESTINATION_PATH
static String
DESTINATION_REF
static String
DOC_LIFE_CYCLE
static String
DOCUMENT_DIRTY
static String
DOCUMENT_MODEL_ID
Deprecated.since 7.1, useDESTINATION_NAME
instead.static String
DOCUMENT_REFS
static String
NEW_ACE
static String
NEW_ACP
static String
OLD_ACE
static String
OLD_ACP
static String
ORIGINAL_NAME
Passed with documentMoved event, if the name has changed, to know the original name of the document.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
RESET_CREATOR
Passed with documentCreatedByCopy event to be able to reset creator, creation date and last modification date or notstatic String
RESET_LIFECYCLE
Passed with documentCreatedbyCopy event to be able to reset the life cycle or notstatic String
RETAIN_UNTIL
Passed with "beforeSetRetention","beforeExtendRetention", "afterSetRetention" and "afterExtendRetention" events, the retention datetime (aCalendar
object).static String
RETENTION_ACTIVE
Deprecated.since 11.1static String
SESSION_ID
Deprecated.since 11.1static String
SOURCE_REF
-
-
-
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
@Deprecated public static final String DOCUMENT_MODEL_ID
Deprecated.since 7.1, useDESTINATION_NAME
instead.- See Also:
- Constant Field Values
-
REPOSITORY_NAME
public static final String REPOSITORY_NAME
- See Also:
- Constant Field Values
-
SESSION_ID
@Deprecated public static final String SESSION_ID
Deprecated.since 11.1- 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
-
OLD_ACE
public static final String OLD_ACE
- Since:
- 7.4
- See Also:
- Constant Field Values
-
NEW_ACE
public static final String NEW_ACE
- Since:
- 7.4
- See Also:
- Constant Field Values
-
CHANGED_ACL_NAME
public static final String CHANGED_ACL_NAME
- Since:
- 7.4
- 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
-
DOCUMENT_REFS
public static final String DOCUMENT_REFS
- Since:
- 7.4
- 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
-
DESTINATION_NAME
public static final String DESTINATION_NAME
Passed with aboutToCopy, aboutToMove, documentCreatedbyCopy and documentMoved events to be able to change the destination name- Since:
- 5.7
- See Also:
- Constant Field Values
-
DESTINATION_REF
public static final String DESTINATION_REF
- See Also:
- Constant Field Values
-
DESTINATION_PATH
public static final String DESTINATION_PATH
- See Also:
- Constant Field Values
-
DESTINATION_EXISTS
public static final String DESTINATION_EXISTS
- See Also:
- Constant Field Values
-
DOCUMENT_DIRTY
public static final String DOCUMENT_DIRTY
- See Also:
- Constant Field Values
-
SOURCE_REF
public static final String SOURCE_REF
- See Also:
- Constant Field Values
-
ORIGINAL_NAME
public static final String ORIGINAL_NAME
Passed with documentMoved event, if the name has changed, to know the original name of the document.- Since:
- 7.3
- See Also:
- Constant Field Values
-
RESET_LIFECYCLE
public static final String RESET_LIFECYCLE
Passed with documentCreatedbyCopy event to be able to reset the life cycle or not- Since:
- 5.7
- See Also:
- Constant Field Values
-
RESET_CREATOR
public static final String RESET_CREATOR
Passed with documentCreatedByCopy event to be able to reset creator, creation date and last modification date or not- Since:
- 8.2
- See Also:
- Constant Field Values
-
RETAIN_UNTIL
public static final String RETAIN_UNTIL
Passed with "beforeSetRetention","beforeExtendRetention", "afterSetRetention" and "afterExtendRetention" events, the retention datetime (aCalendar
object).- Since:
- 11.1
- See Also:
- Constant Field Values
-
RETENTION_ACTIVE
@Deprecated public static final String RETENTION_ACTIVE
Deprecated.since 11.1Passed with retentionActiveChanged event, status of the retention (active or not, a Boolean).- Since:
- 9.3
- See Also:
- Constant Field Values
-
BLOB_DIGEST_UPDATED_OLD_KEY
public static final String BLOB_DIGEST_UPDATED_OLD_KEY
Passed with blobDigestUpdated event, old key.- Since:
- 11.5
- See Also:
- Constant Field Values
-
BLOB_DIGEST_UPDATED_OLD_DIGEST
public static final String BLOB_DIGEST_UPDATED_OLD_DIGEST
Passed with blobDigestUpdated event, old digest.- Since:
- 11.5
- See Also:
- Constant Field Values
-
BLOB_DIGEST_UPDATED_NEW_KEY
public static final String BLOB_DIGEST_UPDATED_NEW_KEY
Passed with blobDigestUpdated event, new key.- Since:
- 11.5
- See Also:
- Constant Field Values
-
BLOB_DIGEST_UPDATED_NEW_DIGEST
public static final String BLOB_DIGEST_UPDATED_NEW_DIGEST
Passed with blobDigestUpdated event, new digest.- Since:
- 11.5
- See Also:
- Constant Field Values
-
-