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

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

Uses of QItemDefinition in org.apache.jackrabbit.core.nodetype
 

Methods in org.apache.jackrabbit.core.nodetype that return QItemDefinition
 QItemDefinition[] EffectiveNodeType.getAllItemDefs()
           
 QItemDefinition[] EffectiveNodeType.getNamedItemDefs()
           
 QItemDefinition[] EffectiveNodeType.getNamedItemDefs(Name name)
           
 QItemDefinition[] EffectiveNodeType.getUnnamedItemDefs()
           
 

Uses of QItemDefinition in org.apache.jackrabbit.spi
 

Subinterfaces of QItemDefinition in org.apache.jackrabbit.spi
 interface QNodeDefinition
          QNodeDefinition is the SPI representation of a node definition.
 interface QPropertyDefinition
          QPropertyDefinition is the SPI representation of a property definition.
 

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

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

Classes in org.apache.jackrabbit.spi.commons that implement QItemDefinition
 class QItemDefinitionImpl
          This abstract class implements the QItemDefinition interface and additionally provides setter methods for the various item definition attributes.
 class QNodeDefinitionImpl
          QNodeDefinitionImpl implements a QNodeDefinition.
 class QPropertyDefinitionImpl
          QPropertyDefinitionImpl implements SPI property definition interface.
 

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

Constructors in org.apache.jackrabbit.spi.commons.nodetype with parameters of type QItemDefinition
NodeDefinitionImpl(QItemDefinition itemDef, AbstractNodeTypeManager ntMgr, NamePathResolver resolver)
          Constructor to create a definition that is based on an existing node type.
NodeDefinitionImpl(QItemDefinition itemDef, NamePathResolver resolver)
          Constructor to create a definition that is based on a template.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.