Package org.apache.jackrabbit
Interface JcrConstants
-
- All Known Implementing Classes:
DavResourceImpl
,DeltaVResourceImpl
,VersionControlledResourceImpl
,VersionHistoryResourceImpl
,VersionResourceImpl
public interface JcrConstants
This interface defines some of the item names that are defined in the JCR Specification 1.0 in the qualified form, using the default prefixesjcr
,nt
andmix
.Please note that those prefixes can by redefined by an application using the
Session.setNamespacePrefix(String, String)
method. As a result, the constants may not refer to the respective items.On the other hand, the constants in
NodeType
,Node
,Property
andWorkspace
are more complete (covering JCR 2.0 as well) and also define names using expanded form, which is immune to session local remappings, so it is recommended to use those constants instead whenever possible.
-
-
Field Summary
-
-
-
Field Detail
-
JCR_AUTOCREATED
static final String JCR_AUTOCREATED
UseProperty.JCR_AUTOCREATED
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_BASEVERSION
static final String JCR_BASEVERSION
UseProperty.JCR_BASE_VERSION
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_CHILD
static final String JCR_CHILD
- See Also:
- Constant Field Values
-
JCR_CHILDNODEDEFINITION
static final String JCR_CHILDNODEDEFINITION
UseNode.JCR_CHILD_NODE_DEFINITION
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_CONTENT
static final String JCR_CONTENT
- See Also:
- Constant Field Values
-
JCR_CREATED
static final String JCR_CREATED
UseProperty.JCR_CREATED
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_DATA
static final String JCR_DATA
UseProperty.JCR_DATA
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_DEFAULTPRIMARYTYPE
static final String JCR_DEFAULTPRIMARYTYPE
UseProperty.JCR_DEFAULT_PRIMARY_TYPE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_DEFAULTVALUES
static final String JCR_DEFAULTVALUES
UseProperty.JCR_DEFAULT_VALUES
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_ENCODING
static final String JCR_ENCODING
UseProperty.JCR_ENCODING
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_FROZENMIXINTYPES
static final String JCR_FROZENMIXINTYPES
UseProperty.JCR_FROZEN_MIXIN_TYPES
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_FROZENNODE
static final String JCR_FROZENNODE
UseNode.JCR_FROZEN_NODE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_FROZENPRIMARYTYPE
static final String JCR_FROZENPRIMARYTYPE
UseProperty.JCR_FROZEN_PRIMARY_TYPE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_FROZENUUID
static final String JCR_FROZENUUID
UseProperty.JCR_FROZEN_UUID
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_HASORDERABLECHILDNODES
static final String JCR_HASORDERABLECHILDNODES
UseProperty.JCR_HAS_ORDERABLE_CHILD_NODES
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_ISCHECKEDOUT
static final String JCR_ISCHECKEDOUT
UseProperty.JCR_IS_CHECKED_OUT
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_ISMIXIN
static final String JCR_ISMIXIN
UseProperty.JCR_IS_MIXIN
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_LANGUAGE
static final String JCR_LANGUAGE
UseProperty.JCR_LANGUAGE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_LASTMODIFIED
static final String JCR_LASTMODIFIED
UseProperty.JCR_LAST_MODIFIED
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_LOCKISDEEP
static final String JCR_LOCKISDEEP
UseProperty.JCR_LOCK_IS_DEEP
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_LOCKOWNER
static final String JCR_LOCKOWNER
UseProperty.JCR_LOCK_OWNER
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_MANDATORY
static final String JCR_MANDATORY
UseProperty.JCR_MANDATORY
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_MERGEFAILED
static final String JCR_MERGEFAILED
UseProperty.JCR_MERGE_FAILED
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_MIMETYPE
static final String JCR_MIMETYPE
UseProperty.JCR_MIMETYPE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_MIXINTYPES
static final String JCR_MIXINTYPES
UseProperty.JCR_MIXIN_TYPES
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_MULTIPLE
static final String JCR_MULTIPLE
UseProperty.JCR_MULTIPLE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_NAME
static final String JCR_NAME
UseProperty.JCR_NAME
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_NODETYPENAME
static final String JCR_NODETYPENAME
UseProperty.JCR_NODE_TYPE_NAME
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_ONPARENTVERSION
static final String JCR_ONPARENTVERSION
UseProperty.JCR_ON_PARENT_VERSION
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_PREDECESSORS
static final String JCR_PREDECESSORS
UseProperty.JCR_PREDECESSORS
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_PRIMARYITEMNAME
static final String JCR_PRIMARYITEMNAME
UseProperty.JCR_PRIMARY_ITEM_NAME
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_PRIMARYTYPE
static final String JCR_PRIMARYTYPE
UseProperty.JCR_PRIMARY_TYPE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_PROPERTYDEFINITION
static final String JCR_PROPERTYDEFINITION
UseNode.JCR_PROPERTY_DEFINITION
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_PROTECTED
static final String JCR_PROTECTED
UseProperty.JCR_PROTECTED
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_REQUIREDPRIMARYTYPES
static final String JCR_REQUIREDPRIMARYTYPES
UseProperty.JCR_REQUIRED_PRIMARY_TYPES
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_REQUIREDTYPE
static final String JCR_REQUIREDTYPE
UseProperty.JCR_REQUIRED_TYPE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_ROOTVERSION
static final String JCR_ROOTVERSION
UseNode.JCR_ROOT_VERSION
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_SAMENAMESIBLINGS
static final String JCR_SAMENAMESIBLINGS
jcr:sameNameSiblings UseProperty.JCR_SAME_NAME_SIBLINGS
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_STATEMENT
static final String JCR_STATEMENT
UseProperty.JCR_STATEMENT
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_SUCCESSORS
static final String JCR_SUCCESSORS
UseProperty.JCR_SUCCESSORS
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_SUPERTYPES
static final String JCR_SUPERTYPES
UseProperty.JCR_SUPERTYPES
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_SYSTEM
static final String JCR_SYSTEM
UseWorkspace.NAME_SYSTEM_NODE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_TITLE
static final String JCR_TITLE
UseProperty.JCR_TITLE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_UUID
static final String JCR_UUID
UseProperty.JCR_UUID
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_VALUECONSTRAINTS
static final String JCR_VALUECONSTRAINTS
UseProperty.JCR_VALUE_CONSTRAINTS
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_VERSIONHISTORY
static final String JCR_VERSIONHISTORY
UseProperty.JCR_VERSION_HISTORY
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_VERSIONLABELS
static final String JCR_VERSIONLABELS
UseNode.JCR_VERSION_LABELS
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_VERSIONSTORAGE
static final String JCR_VERSIONSTORAGE
UseWorkspace.NAME_VERSION_STORAGE_NODE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_VERSIONABLEUUID
static final String JCR_VERSIONABLEUUID
UseProperty.JCR_VERSIONABLE_UUID
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
JCR_PATH
static final String JCR_PATH
Pseudo property jcr:path used with query results- See Also:
- Constant Field Values
-
JCR_SCORE
static final String JCR_SCORE
Pseudo property jcr:score used with query results- See Also:
- Constant Field Values
-
MIX_CREATED
static final String MIX_CREATED
UseNodeType.MIX_CREATED
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
MIX_LANGUAGE
static final String MIX_LANGUAGE
UseNodeType.MIX_LANGUAGE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
MIX_LAST_MODIFIED
static final String MIX_LAST_MODIFIED
UseNodeType.MIX_LAST_MODIFIED
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
MIX_LIFECYCLE
static final String MIX_LIFECYCLE
UseNodeType.MIX_LIFECYCLE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
MIX_LOCKABLE
static final String MIX_LOCKABLE
UseNodeType.MIX_LOCKABLE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
MIX_MIMETYPE
static final String MIX_MIMETYPE
UseNodeType.MIX_MIMETYPE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
MIX_REFERENCEABLE
static final String MIX_REFERENCEABLE
UseNodeType.MIX_REFERENCEABLE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
MIX_SIMPLE_VERSIONABLE
static final String MIX_SIMPLE_VERSIONABLE
UseNodeType.MIX_SIMPLE_VERSIONABLE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
MIX_VERSIONABLE
static final String MIX_VERSIONABLE
UseNodeType.MIX_VERSIONABLE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
MIX_SHAREABLE
static final String MIX_SHAREABLE
UseNodeType.MIX_SHAREABLE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
MIX_TITLE
static final String MIX_TITLE
UseNodeType.MIX_TITLE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
NT_BASE
static final String NT_BASE
- See Also:
- Constant Field Values
-
NT_CHILDNODEDEFINITION
static final String NT_CHILDNODEDEFINITION
UseNodeType.NT_CHILD_NODE_DEFINITION
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
NT_FILE
static final String NT_FILE
- See Also:
- Constant Field Values
-
NT_FOLDER
static final String NT_FOLDER
UseNodeType.NT_FOLDER
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
NT_FROZENNODE
static final String NT_FROZENNODE
UseNodeType.NT_FROZEN_NODE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
NT_HIERARCHYNODE
static final String NT_HIERARCHYNODE
UseNodeType.NT_HIERARCHY_NODE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
NT_LINKEDFILE
static final String NT_LINKEDFILE
UseNodeType.NT_LINKED_FILE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
NT_NODETYPE
static final String NT_NODETYPE
UseNodeType.NT_NODE_TYPE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
NT_PROPERTYDEFINITION
static final String NT_PROPERTYDEFINITION
UseNodeType.NT_PROPERTY_DEFINITION
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
NT_QUERY
static final String NT_QUERY
UseNodeType.NT_QUERY
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
NT_RESOURCE
static final String NT_RESOURCE
UseNodeType.NT_RESOURCE
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
NT_UNSTRUCTURED
static final String NT_UNSTRUCTURED
UseNodeType.NT_UNSTRUCTURED
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
NT_VERSION
static final String NT_VERSION
UseNodeType.NT_VERSION
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
NT_VERSIONHISTORY
static final String NT_VERSIONHISTORY
UseNodeType.NT_VERSION_HISTORY
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
NT_VERSIONLABELS
static final String NT_VERSIONLABELS
nt:versionLabels- See Also:
- Constant Field Values
-
NT_VERSIONEDCHILD
static final String NT_VERSIONEDCHILD
UseNodeType.NT_VERSIONED_CHILD
whenever expanded JCR names are supported (e.g. in JCR API method parameters).- See Also:
- Constant Field Values
-
-