Interface VersionConstants

All Superinterfaces:
JcrConstants
All Known Subinterfaces:
VersionConstants

public interface VersionConstants extends JcrConstants
VersionConstants... TODO
  • Field Details

    • REP_VERSIONSTORAGE

      static final String REP_VERSIONSTORAGE
      See Also:
    • JCR_ACTIVITY

      static final String JCR_ACTIVITY
      See Also:
    • JCR_ACTIVITIES

      static final String JCR_ACTIVITIES
      See Also:
    • JCR_ACTIVITY_TITLE

      static final String JCR_ACTIVITY_TITLE
      See Also:
    • NT_ACTIVITY

      static final String NT_ACTIVITY
      See Also:
    • REP_ACTIVITIES

      static final String REP_ACTIVITIES
      See Also:
    • JCR_CONFIGURATION

      static final String JCR_CONFIGURATION
      See Also:
    • JCR_CONFIGURATIONS

      static final String JCR_CONFIGURATIONS
      See Also:
    • JCR_ROOT

      static final String JCR_ROOT
      See Also:
    • NT_CONFIGURATION

      static final String NT_CONFIGURATION
      See Also:
    • REP_CONFIGURATIONS

      static final String REP_CONFIGURATIONS
      See Also:
    • JCR_COPIED_FROM

      static final String JCR_COPIED_FROM
      See Also:
    • JCR_CHILD_VERSION_HISTORY

      static final String JCR_CHILD_VERSION_HISTORY
      See Also:
    • MIX_REP_VERSIONABLE_PATHS

      static final String MIX_REP_VERSIONABLE_PATHS
      Since:
      OAK 1.0
      See Also:
    • RESTORE_PREFIX

      static final String RESTORE_PREFIX
      Prefix of the jcr:baseVersion value for a restore.
      See Also:
    • ACTIVITIES_PATH

      static final String ACTIVITIES_PATH
      Quote from JSR 283 Section "15.12.3 Activity Storage"

      Activities are persisted as nodes of type nt:activity under system-generated node names in activity storage below /jcr:system/jcr:activities.
      Similar to the /jcr:system/jcr:versionStorage subgraph, the activity storage is a single repository wide store, but is reflected into each workspace.

      See Also:
    • CONFIGURATIONS_PATH

      static final String CONFIGURATIONS_PATH
      Quote from JSR 283 Section "15.13.2 Configuration Proxy Nodes"

      Each configuration in a given workspace is represented by a distinct proxy node of type nt:configuration located in configuration storage within the same workspace under /jcr:system/jcr:configurations/. The configuration storage in a particular workspace is specific to that workspace. It is not a common repository-wide store mirrored into each workspace, as is the case with version storage.

      See Also:
    • VERSION_STORE_PATH

      static final String VERSION_STORE_PATH
      Quote from JSR 283 Section "3.13.8 Version Storage"

      Version histories are stored in a single, repository-wide version storage mutable and readable through the versioning API. Under full versioning the version storage data must, additionally, be reflected in each workspace as a protected subgraph [...] located below /jcr:system/jcr:versionStorage.

      See Also:
    • SYSTEM_PATHS

      static final Collection<String> SYSTEM_PATHS
    • VERSION_PROPERTY_NAMES

      static final Collection<String> VERSION_PROPERTY_NAMES
    • VERSION_NODE_NAMES

      static final Collection<String> VERSION_NODE_NAMES
    • VERSION_NODE_TYPE_NAMES

      static final Collection<String> VERSION_NODE_TYPE_NAMES
    • VERSION_STORE_ROOT_NAMES

      static final Set<String> VERSION_STORE_ROOT_NAMES
    • VERSION_STORE_NT_NAMES

      static final Set<String> VERSION_STORE_NT_NAMES
    • VERSION_STORE_INIT

      static final String VERSION_STORE_INIT
      See Also: