public interface VersionConstants extends JcrConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTIVITIES_PATH
Quote from JSR 283 Section "15.12.3 Activity Storage"
|
static java.lang.String |
CONFIGURATIONS_PATH
Quote from JSR 283 Section "15.13.2 Configuration Proxy Nodes"
|
static java.lang.String |
JCR_ACTIVITIES |
static java.lang.String |
JCR_ACTIVITY |
static java.lang.String |
JCR_ACTIVITY_TITLE |
static java.lang.String |
JCR_CHILD_VERSION_HISTORY |
static java.lang.String |
JCR_CONFIGURATION |
static java.lang.String |
JCR_CONFIGURATIONS |
static java.lang.String |
JCR_COPIED_FROM |
static java.lang.String |
JCR_ROOT |
static java.lang.String |
MIX_REP_VERSIONABLE_PATHS |
static java.lang.String |
NT_ACTIVITY |
static java.lang.String |
NT_CONFIGURATION |
static java.lang.String |
REP_ACTIVITIES |
static java.lang.String |
REP_CONFIGURATIONS |
static java.lang.String |
REP_VERSIONSTORAGE |
static java.lang.String |
RESTORE_PREFIX
Prefix of the jcr:baseVersion value for a restore.
|
static java.util.Collection<java.lang.String> |
SYSTEM_PATHS |
static java.util.Collection<java.lang.String> |
VERSION_NODE_NAMES |
static java.util.Collection<java.lang.String> |
VERSION_NODE_TYPE_NAMES |
static java.util.Collection<java.lang.String> |
VERSION_PROPERTY_NAMES |
static java.lang.String |
VERSION_STORE_INIT |
static java.util.Set<java.lang.String> |
VERSION_STORE_NT_NAMES |
static java.lang.String |
VERSION_STORE_PATH
Quote from JSR 283 Section "3.13.8 Version Storage"
|
static java.util.Set<java.lang.String> |
VERSION_STORE_ROOT_NAMES |
JCR_AUTOCREATED, JCR_BASEVERSION, JCR_CHILD, JCR_CHILDNODEDEFINITION, JCR_CONTENT, JCR_CREATED, JCR_DATA, JCR_DEFAULTPRIMARYTYPE, JCR_DEFAULTVALUES, JCR_ENCODING, JCR_FROZENMIXINTYPES, JCR_FROZENNODE, JCR_FROZENPRIMARYTYPE, JCR_FROZENUUID, JCR_HASORDERABLECHILDNODES, JCR_ISCHECKEDOUT, JCR_ISMIXIN, JCR_LANGUAGE, JCR_LASTMODIFIED, JCR_LOCKISDEEP, JCR_LOCKOWNER, JCR_MANDATORY, JCR_MERGEFAILED, JCR_MIMETYPE, JCR_MIXINTYPES, JCR_MULTIPLE, JCR_NAME, JCR_NODETYPENAME, JCR_ONPARENTVERSION, JCR_PATH, JCR_PREDECESSORS, JCR_PRIMARYITEMNAME, JCR_PRIMARYTYPE, JCR_PROPERTYDEFINITION, JCR_PROTECTED, JCR_REQUIREDPRIMARYTYPES, JCR_REQUIREDTYPE, JCR_ROOTVERSION, JCR_SAMENAMESIBLINGS, JCR_SCORE, JCR_STATEMENT, JCR_SUCCESSORS, JCR_SUPERTYPES, JCR_SYSTEM, JCR_UUID, JCR_VALUECONSTRAINTS, JCR_VERSIONABLEUUID, JCR_VERSIONHISTORY, JCR_VERSIONLABELS, JCR_VERSIONSTORAGE, MIX_LOCKABLE, MIX_REFERENCEABLE, MIX_SHAREABLE, MIX_VERSIONABLE, NT_BASE, NT_CHILDNODEDEFINITION, NT_FILE, NT_FOLDER, NT_FROZENNODE, NT_HIERARCHYNODE, NT_LINKEDFILE, NT_NODETYPE, NT_PROPERTYDEFINITION, NT_QUERY, NT_RESOURCE, NT_UNSTRUCTURED, NT_VERSION, NT_VERSIONEDCHILD, NT_VERSIONHISTORY, NT_VERSIONLABELS
static final java.lang.String REP_VERSIONSTORAGE
static final java.lang.String JCR_ACTIVITY
static final java.lang.String JCR_ACTIVITIES
static final java.lang.String JCR_ACTIVITY_TITLE
static final java.lang.String NT_ACTIVITY
static final java.lang.String REP_ACTIVITIES
static final java.lang.String JCR_CONFIGURATION
static final java.lang.String JCR_CONFIGURATIONS
static final java.lang.String JCR_ROOT
static final java.lang.String NT_CONFIGURATION
static final java.lang.String REP_CONFIGURATIONS
static final java.lang.String JCR_COPIED_FROM
static final java.lang.String JCR_CHILD_VERSION_HISTORY
static final java.lang.String MIX_REP_VERSIONABLE_PATHS
static final java.lang.String RESTORE_PREFIX
static final java.lang.String ACTIVITIES_PATH
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.
static final java.lang.String CONFIGURATIONS_PATH
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.
static final java.lang.String VERSION_STORE_PATH
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.
static final java.util.Collection<java.lang.String> SYSTEM_PATHS
static final java.util.Collection<java.lang.String> VERSION_PROPERTY_NAMES
static final java.util.Collection<java.lang.String> VERSION_NODE_NAMES
static final java.util.Collection<java.lang.String> VERSION_NODE_TYPE_NAMES
static final java.util.Set<java.lang.String> VERSION_STORE_ROOT_NAMES
static final java.util.Set<java.lang.String> VERSION_STORE_NT_NAMES
static final java.lang.String VERSION_STORE_INIT
Copyright © 2010 - 2020 Adobe. All Rights Reserved