Package org.nuxeo.ecm.core.api.event
Class CoreEventConstants
java.lang.Object
org.nuxeo.ecm.core.api.event.CoreEventConstants
Core event constants.
- Author:
- Julien Anguenot
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Passed with blobDigestUpdated event, new digest.static final String
Passed with blobDigestUpdated event, new key.static final String
Passed with blobDigestUpdated event, old digest.static final String
Passed with blobDigestUpdated event, old key.static final String
static final String
static final String
Passed with aboutToCopy, aboutToMove, documentCreatedbyCopy and documentMoved events to be able to change the destination namestatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Passed with documentMoved event, if the name has changed, to know the original name of the document.static final String
Path the of the container of the empty document model that is being created.static final String
Passed with beforeDocumentModification and documentModified events to hold the state that is about to be / has been overwritten by the saveDocument.static final String
static final String
static final String
static final String
Passed with documentCreatedByCopy event to be able to reset creator, creation date and last modification date or notstatic final String
Passed with documentCreatedbyCopy event to be able to reset the life cycle or notstatic final String
Passed with "beforeSetRetention","beforeExtendRetention", "afterSetRetention" and "afterExtendRetention" events, the retention datetime (aCalendar
object).static final String
Deprecated.since 11.1static final String
Deprecated.since 11.1static final String
-
Method Summary
-
Field Details
-
DOC_LIFE_CYCLE
- See Also:
-
PARENT_PATH
Path the of the container of the empty document model that is being created.- See Also:
-
REPOSITORY_NAME
- See Also:
-
SESSION_ID
Deprecated.since 11.1- See Also:
-
OLD_ACP
- See Also:
-
NEW_ACP
- See Also:
-
OLD_ACE
- Since:
- 7.4
- See Also:
-
NEW_ACE
- Since:
- 7.4
- See Also:
-
CHANGED_ACL_NAME
- Since:
- 7.4
- See Also:
-
REORDERED_CHILD
- See Also:
-
REPLACED_PROXY_IDS
- See Also:
-
DOCUMENT_REFS
- Since:
- 7.4
- See Also:
-
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:
-
DESTINATION_NAME
Passed with aboutToCopy, aboutToMove, documentCreatedbyCopy and documentMoved events to be able to change the destination name- Since:
- 5.7
- See Also:
-
DESTINATION_REF
- See Also:
-
DESTINATION_PATH
- See Also:
-
DESTINATION_EXISTS
- See Also:
-
DOCUMENT_DIRTY
- See Also:
-
SOURCE_REF
- See Also:
-
ORIGINAL_NAME
Passed with documentMoved event, if the name has changed, to know the original name of the document.- Since:
- 7.3
- See Also:
-
RESET_LIFECYCLE
Passed with documentCreatedbyCopy event to be able to reset the life cycle or not- Since:
- 5.7
- See Also:
-
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:
-
RETAIN_UNTIL
Passed with "beforeSetRetention","beforeExtendRetention", "afterSetRetention" and "afterExtendRetention" events, the retention datetime (aCalendar
object).- Since:
- 11.1
- See Also:
-
RETENTION_ACTIVE
Deprecated.since 11.1Passed with retentionActiveChanged event, status of the retention (active or not, a Boolean).- Since:
- 9.3
- See Also:
-
BLOB_DIGEST_UPDATED_OLD_KEY
Passed with blobDigestUpdated event, old key.- Since:
- 11.5
- See Also:
-
BLOB_DIGEST_UPDATED_OLD_DIGEST
Passed with blobDigestUpdated event, old digest.- Since:
- 11.5
- See Also:
-
BLOB_DIGEST_UPDATED_NEW_KEY
Passed with blobDigestUpdated event, new key.- Since:
- 11.5
- See Also:
-
BLOB_DIGEST_UPDATED_NEW_DIGEST
Passed with blobDigestUpdated event, new digest.- Since:
- 11.5
- See Also:
-