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

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

Uses of QItemDefinition in org.apache.jackrabbit.spi
 

Subinterfaces of QItemDefinition in org.apache.jackrabbit.spi
 interface QNodeDefinition
          QNodeDefinition is the qualified SPI representation of a node definition.
 interface QPropertyDefinition
          QPropertyDefinition is the qualified 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 a qualified property definition.
 



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