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, using the default prefixes 'jcr', 'nt' and 'mix'.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
andProperty
are more complete (covering JCR 2.0 as well) and also define names using expanded form, which is immune to session local remappings.
-
-
Field Summary
Fields Modifier and Type Field Description static String
JCR_AUTOCREATED
jcr:autoCreatedstatic String
JCR_BASEVERSION
jcr:baseVersionstatic String
JCR_CHILD
jcr:childstatic String
JCR_CHILDNODEDEFINITION
jcr:childNodeDefinitionstatic String
JCR_CONTENT
jcr:contentstatic String
JCR_CREATED
jcr:createdstatic String
JCR_DATA
jcr:datastatic String
JCR_DEFAULTPRIMARYTYPE
jcr:defaultPrimaryTypestatic String
JCR_DEFAULTVALUES
jcr:defaultValuesstatic String
JCR_ENCODING
jcr:encodingstatic String
JCR_FROZENMIXINTYPES
jcr:frozenMixinTypesstatic String
JCR_FROZENNODE
jcr:frozenNodestatic String
JCR_FROZENPRIMARYTYPE
jcr:frozenPrimaryTypestatic String
JCR_FROZENUUID
jcr:frozenUuidstatic String
JCR_HASORDERABLECHILDNODES
jcr:hasOrderableChildNodesstatic String
JCR_ISCHECKEDOUT
jcr:isCheckedOutstatic String
JCR_ISMIXIN
jcr:isMixinstatic String
JCR_LANGUAGE
jcr:languagestatic String
JCR_LASTMODIFIED
jcr:lastModifiedstatic String
JCR_LOCKISDEEP
jcr:lockIsDeepstatic String
JCR_LOCKOWNER
jcr:lockOwnerstatic String
JCR_MANDATORY
jcr:mandatorystatic String
JCR_MERGEFAILED
jcr:mergeFailedstatic String
JCR_MIMETYPE
jcr:mimeTypestatic String
JCR_MIXINTYPES
jcr:mixinTypesstatic String
JCR_MULTIPLE
jcr:multiplestatic String
JCR_NAME
jcr:namestatic String
JCR_NODETYPENAME
jcr:nodeTypeNamestatic String
JCR_ONPARENTVERSION
jcr:onParentVersionstatic String
JCR_PATH
Pseudo property jcr:path used with query resultsstatic String
JCR_PREDECESSORS
jcr:predecessorsstatic String
JCR_PRIMARYITEMNAME
jcr:primaryItemNamestatic String
JCR_PRIMARYTYPE
jcr:primaryTypestatic String
JCR_PROPERTYDEFINITION
jcr:propertyDefinitionstatic String
JCR_PROTECTED
jcr:protectedstatic String
JCR_REQUIREDPRIMARYTYPES
jcr:requiredPrimaryTypesstatic String
JCR_REQUIREDTYPE
jcr:requiredTypestatic String
JCR_ROOTVERSION
jcr:rootVersionstatic String
JCR_SAMENAMESIBLINGS
jcr:sameNameSiblingsstatic String
JCR_SCORE
Pseudo property jcr:score used with query resultsstatic String
JCR_STATEMENT
jcr:statementstatic String
JCR_SUCCESSORS
jcr:successorsstatic String
JCR_SUPERTYPES
jcr:supertypesstatic String
JCR_SYSTEM
jcr:systemstatic String
JCR_UUID
jcr:uuidstatic String
JCR_VALUECONSTRAINTS
jcr:valueConstraintsstatic String
JCR_VERSIONABLEUUID
jcr:versionableUuidstatic String
JCR_VERSIONHISTORY
jcr:versionHistorystatic String
JCR_VERSIONLABELS
jcr:versionLabelsstatic String
JCR_VERSIONSTORAGE
jcr:versionStoragestatic String
MIX_LOCKABLE
mix:lockablestatic String
MIX_REFERENCEABLE
mix:referenceablestatic String
MIX_SHAREABLE
mix:shareablestatic String
MIX_VERSIONABLE
mix:versionablestatic String
NT_BASE
nt:basestatic String
NT_CHILDNODEDEFINITION
nt:childNodeDefinitionstatic String
NT_FILE
nt:filestatic String
NT_FOLDER
nt:folderstatic String
NT_FROZENNODE
nt:frozenNodestatic String
NT_HIERARCHYNODE
nt:hierarchyNodestatic String
NT_LINKEDFILE
nt:linkedFilestatic String
NT_NODETYPE
nt:nodeTypestatic String
NT_PROPERTYDEFINITION
nt:propertyDefinitionstatic String
NT_QUERY
nt:querystatic String
NT_RESOURCE
nt:resourcestatic String
NT_UNSTRUCTURED
nt:unstructuredstatic String
NT_VERSION
nt:versionstatic String
NT_VERSIONEDCHILD
nt:versionedChildstatic String
NT_VERSIONHISTORY
nt:versionHistorystatic String
NT_VERSIONLABELS
nt:versionLabels
-
-
-
Field Detail
-
JCR_AUTOCREATED
static final String JCR_AUTOCREATED
jcr:autoCreated- See Also:
- Constant Field Values
-
JCR_BASEVERSION
static final String JCR_BASEVERSION
jcr:baseVersion- See Also:
- Constant Field Values
-
JCR_CHILD
static final String JCR_CHILD
jcr:child- See Also:
- Constant Field Values
-
JCR_CHILDNODEDEFINITION
static final String JCR_CHILDNODEDEFINITION
jcr:childNodeDefinition- See Also:
- Constant Field Values
-
JCR_CONTENT
static final String JCR_CONTENT
jcr:content- See Also:
- Constant Field Values
-
JCR_CREATED
static final String JCR_CREATED
jcr:created- See Also:
- Constant Field Values
-
JCR_DATA
static final String JCR_DATA
jcr:data- See Also:
- Constant Field Values
-
JCR_DEFAULTPRIMARYTYPE
static final String JCR_DEFAULTPRIMARYTYPE
jcr:defaultPrimaryType- See Also:
- Constant Field Values
-
JCR_DEFAULTVALUES
static final String JCR_DEFAULTVALUES
jcr:defaultValues- See Also:
- Constant Field Values
-
JCR_ENCODING
static final String JCR_ENCODING
jcr:encoding- See Also:
- Constant Field Values
-
JCR_FROZENMIXINTYPES
static final String JCR_FROZENMIXINTYPES
jcr:frozenMixinTypes- See Also:
- Constant Field Values
-
JCR_FROZENNODE
static final String JCR_FROZENNODE
jcr:frozenNode- See Also:
- Constant Field Values
-
JCR_FROZENPRIMARYTYPE
static final String JCR_FROZENPRIMARYTYPE
jcr:frozenPrimaryType- See Also:
- Constant Field Values
-
JCR_FROZENUUID
static final String JCR_FROZENUUID
jcr:frozenUuid- See Also:
- Constant Field Values
-
JCR_HASORDERABLECHILDNODES
static final String JCR_HASORDERABLECHILDNODES
jcr:hasOrderableChildNodes- See Also:
- Constant Field Values
-
JCR_ISCHECKEDOUT
static final String JCR_ISCHECKEDOUT
jcr:isCheckedOut- See Also:
- Constant Field Values
-
JCR_ISMIXIN
static final String JCR_ISMIXIN
jcr:isMixin- See Also:
- Constant Field Values
-
JCR_LANGUAGE
static final String JCR_LANGUAGE
jcr:language- See Also:
- Constant Field Values
-
JCR_LASTMODIFIED
static final String JCR_LASTMODIFIED
jcr:lastModified- See Also:
- Constant Field Values
-
JCR_LOCKISDEEP
static final String JCR_LOCKISDEEP
jcr:lockIsDeep- See Also:
- Constant Field Values
-
JCR_LOCKOWNER
static final String JCR_LOCKOWNER
jcr:lockOwner- See Also:
- Constant Field Values
-
JCR_MANDATORY
static final String JCR_MANDATORY
jcr:mandatory- See Also:
- Constant Field Values
-
JCR_MERGEFAILED
static final String JCR_MERGEFAILED
jcr:mergeFailed- See Also:
- Constant Field Values
-
JCR_MIMETYPE
static final String JCR_MIMETYPE
jcr:mimeType- See Also:
- Constant Field Values
-
JCR_MIXINTYPES
static final String JCR_MIXINTYPES
jcr:mixinTypes- See Also:
- Constant Field Values
-
JCR_MULTIPLE
static final String JCR_MULTIPLE
jcr:multiple- See Also:
- Constant Field Values
-
JCR_NAME
static final String JCR_NAME
jcr:name- See Also:
- Constant Field Values
-
JCR_NODETYPENAME
static final String JCR_NODETYPENAME
jcr:nodeTypeName- See Also:
- Constant Field Values
-
JCR_ONPARENTVERSION
static final String JCR_ONPARENTVERSION
jcr:onParentVersion- See Also:
- Constant Field Values
-
JCR_PREDECESSORS
static final String JCR_PREDECESSORS
jcr:predecessors- See Also:
- Constant Field Values
-
JCR_PRIMARYITEMNAME
static final String JCR_PRIMARYITEMNAME
jcr:primaryItemName- See Also:
- Constant Field Values
-
JCR_PRIMARYTYPE
static final String JCR_PRIMARYTYPE
jcr:primaryType- See Also:
- Constant Field Values
-
JCR_PROPERTYDEFINITION
static final String JCR_PROPERTYDEFINITION
jcr:propertyDefinition- See Also:
- Constant Field Values
-
JCR_PROTECTED
static final String JCR_PROTECTED
jcr:protected- See Also:
- Constant Field Values
-
JCR_REQUIREDPRIMARYTYPES
static final String JCR_REQUIREDPRIMARYTYPES
jcr:requiredPrimaryTypes- See Also:
- Constant Field Values
-
JCR_REQUIREDTYPE
static final String JCR_REQUIREDTYPE
jcr:requiredType- See Also:
- Constant Field Values
-
JCR_ROOTVERSION
static final String JCR_ROOTVERSION
jcr:rootVersion- See Also:
- Constant Field Values
-
JCR_SAMENAMESIBLINGS
static final String JCR_SAMENAMESIBLINGS
jcr:sameNameSiblings- See Also:
- Constant Field Values
-
JCR_STATEMENT
static final String JCR_STATEMENT
jcr:statement- See Also:
- Constant Field Values
-
JCR_SUCCESSORS
static final String JCR_SUCCESSORS
jcr:successors- See Also:
- Constant Field Values
-
JCR_SUPERTYPES
static final String JCR_SUPERTYPES
jcr:supertypes- See Also:
- Constant Field Values
-
JCR_SYSTEM
static final String JCR_SYSTEM
jcr:system- See Also:
- Constant Field Values
-
JCR_UUID
static final String JCR_UUID
jcr:uuid- See Also:
- Constant Field Values
-
JCR_VALUECONSTRAINTS
static final String JCR_VALUECONSTRAINTS
jcr:valueConstraints- See Also:
- Constant Field Values
-
JCR_VERSIONHISTORY
static final String JCR_VERSIONHISTORY
jcr:versionHistory- See Also:
- Constant Field Values
-
JCR_VERSIONLABELS
static final String JCR_VERSIONLABELS
jcr:versionLabels- See Also:
- Constant Field Values
-
JCR_VERSIONSTORAGE
static final String JCR_VERSIONSTORAGE
jcr:versionStorage- See Also:
- Constant Field Values
-
JCR_VERSIONABLEUUID
static final String JCR_VERSIONABLEUUID
jcr:versionableUuid- 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_LOCKABLE
static final String MIX_LOCKABLE
mix:lockable- See Also:
- Constant Field Values
-
MIX_REFERENCEABLE
static final String MIX_REFERENCEABLE
mix:referenceable- See Also:
- Constant Field Values
-
MIX_VERSIONABLE
static final String MIX_VERSIONABLE
mix:versionable- See Also:
- Constant Field Values
-
MIX_SHAREABLE
static final String MIX_SHAREABLE
mix:shareable- See Also:
- Constant Field Values
-
NT_BASE
static final String NT_BASE
nt:base- See Also:
- Constant Field Values
-
NT_CHILDNODEDEFINITION
static final String NT_CHILDNODEDEFINITION
nt:childNodeDefinition- See Also:
- Constant Field Values
-
NT_FILE
static final String NT_FILE
nt:file- See Also:
- Constant Field Values
-
NT_FOLDER
static final String NT_FOLDER
nt:folder- See Also:
- Constant Field Values
-
NT_FROZENNODE
static final String NT_FROZENNODE
nt:frozenNode- See Also:
- Constant Field Values
-
NT_HIERARCHYNODE
static final String NT_HIERARCHYNODE
nt:hierarchyNode- See Also:
- Constant Field Values
-
NT_LINKEDFILE
static final String NT_LINKEDFILE
nt:linkedFile- See Also:
- Constant Field Values
-
NT_NODETYPE
static final String NT_NODETYPE
nt:nodeType- See Also:
- Constant Field Values
-
NT_PROPERTYDEFINITION
static final String NT_PROPERTYDEFINITION
nt:propertyDefinition- See Also:
- Constant Field Values
-
NT_QUERY
static final String NT_QUERY
nt:query- See Also:
- Constant Field Values
-
NT_RESOURCE
static final String NT_RESOURCE
nt:resource- See Also:
- Constant Field Values
-
NT_UNSTRUCTURED
static final String NT_UNSTRUCTURED
nt:unstructured- See Also:
- Constant Field Values
-
NT_VERSION
static final String NT_VERSION
nt:version- See Also:
- Constant Field Values
-
NT_VERSIONHISTORY
static final String NT_VERSIONHISTORY
nt:versionHistory- 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
nt:versionedChild- See Also:
- Constant Field Values
-
-