Uses of Interface
org.apache.jackrabbit.spi.QNodeDefinition

Packages that use QNodeDefinition
org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface). 
org.apache.jackrabbit.spi.commons   
org.apache.jackrabbit.spi.commons.logging   
org.apache.jackrabbit.spi.commons.nodetype   
 

Uses of QNodeDefinition in org.apache.jackrabbit.spi
 

Fields in org.apache.jackrabbit.spi declared as QNodeDefinition
static QNodeDefinition[] QNodeDefinition.EMPTY_ARRAY
          Empty array of QNodeDefinition.
 

Methods in org.apache.jackrabbit.spi that return QNodeDefinition
 QNodeDefinition[] QNodeTypeDefinition.getChildNodeDefs()
          Returns an array containing the child node definitions.
 QNodeDefinition RepositoryService.getNodeDefinition(SessionInfo sessionInfo, NodeId nodeId)
          Returns the QNodeDefinition for the Node identified by the given id.
 

Uses of QNodeDefinition in org.apache.jackrabbit.spi.commons
 

Classes in org.apache.jackrabbit.spi.commons that implement QNodeDefinition
 class QNodeDefinitionImpl
          QNodeDefinitionImpl implements a QNodeDefinition.
 

Fields in org.apache.jackrabbit.spi.commons declared as QNodeDefinition
protected  QNodeDefinition AbstractRepositoryService.rootNodeDefinition
          The node definition of the root node.
 

Methods in org.apache.jackrabbit.spi.commons that return QNodeDefinition
protected abstract  QNodeDefinition AbstractRepositoryService.createRootNodeDefinition(SessionInfo sessionInfo)
          Create the root node definition.
 QNodeDefinition[] QNodeTypeDefinitionImpl.getChildNodeDefs()
          Returns an array containing the child node definitions.
 QNodeDefinition AbstractRepositoryService.getNodeDefinition(SessionInfo sessionInfo, NodeId nodeId)
          This default implementation first calls AbstractRepositoryService.checkSessionInfo(SessionInfo) with the sessionInfo, then lazily initializes AbstractRepositoryService.rootNodeDefinition if nodeId denotes the root node; otherwise throws a UnsupportedRepositoryOperationException.
 

Constructors in org.apache.jackrabbit.spi.commons with parameters of type QNodeDefinition
QNodeDefinitionImpl(QNodeDefinition nodeDef)
          Copy constructor.
QNodeTypeDefinitionImpl(Name name, Name[] supertypes, Name[] supportedMixins, boolean isMixin, boolean isAbstract, boolean isQueryable, boolean hasOrderableChildNodes, Name primaryItemName, QPropertyDefinition[] declaredPropDefs, QNodeDefinition[] declaredNodeDefs)
          Creates a new serializable SPI node type definition.
 

Uses of QNodeDefinition in org.apache.jackrabbit.spi.commons.logging
 

Methods in org.apache.jackrabbit.spi.commons.logging that return QNodeDefinition
 QNodeDefinition RepositoryServiceLogger.getNodeDefinition(SessionInfo sessionInfo, NodeId nodeId)
           
 

Uses of QNodeDefinition in org.apache.jackrabbit.spi.commons.nodetype
 

Methods in org.apache.jackrabbit.spi.commons.nodetype that return QNodeDefinition
 QNodeDefinition QNodeDefinitionBuilder.build()
          Creates a new QNodeDefinition instance based on the state of this builder.
 QNodeDefinition[] QNodeTypeDefinitionBuilder.getChildNodeDefs()
           
 QNodeDefinition NodeTypeDefDiff.ChildNodeDefDiff.getNewDef()
           
 QNodeDefinition NodeTypeDefDiff.ChildNodeDefDiff.getOldDef()
           
 QNodeDefinition NodeDefinitionImpl.unwrap()
          Returns the wrapped node definition.
 

Methods in org.apache.jackrabbit.spi.commons.nodetype with parameters of type QNodeDefinition
 NodeDefinition NodeTypeDefinitionFactory.create(QNodeDefinition qNd)
          Create a new JCR node definition from the given QNodeDefinition.
abstract  NodeDefinition AbstractNodeTypeManager.getNodeDefinition(QNodeDefinition nd)
          Retrieve the NodeDefinition for the given QNodeDefinition.
 void QNodeTypeDefinitionBuilder.setChildNodeDefs(QNodeDefinition[] childDefs)
           
 



Copyright © 2011-2012 Adobe Systems Incorporated. All Rights Reserved.