Class VersioningChangeNotifier

java.lang.Object
org.nuxeo.ecm.core.api.VersioningChangeNotifier

public final class VersioningChangeNotifier extends Object
Helper class to send versions change event notifications in the core.
Author:
Dragos Mihalache
  • Field Details

    • CORE_EVENT_ID_VERSIONING_CHANGE

      public static final String CORE_EVENT_ID_VERSIONING_CHANGE
      Core event id for events dispatched by this class.
      See Also:
    • EVT_INFO_OLD_DOC_KEY

      public static final String EVT_INFO_OLD_DOC_KEY
      The key in the info map pointing to the frozen document (previous version).
      See Also:
    • EVT_INFO_NEW_DOC_KEY

      public static final String EVT_INFO_NEW_DOC_KEY
      The key in the info map pointing to the current document.
      See Also: