Uses of Interface
org.apache.jackrabbit.spi.QItemDefinition
-
Packages that use QItemDefinition Package Description 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 Modifier and Type Method Description 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 Modifier and Type Interface Description interfaceQNodeDefinitionQNodeDefinitionis the SPI representation of anode definition.interfaceQPropertyDefinitionQPropertyDefinitionis the SPI representation of aproperty definition.Fields in org.apache.jackrabbit.spi declared as QItemDefinition Modifier and Type Field Description static QItemDefinition[]QItemDefinition. EMPTY_ARRAYEmpty array ofQItemDefinition. -
Uses of QItemDefinition in org.apache.jackrabbit.spi.commons
Classes in org.apache.jackrabbit.spi.commons that implement QItemDefinition Modifier and Type Class Description classQItemDefinitionImplThis abstract class implements theQItemDefinitioninterface and additionally provides setter methods for the various item definition attributes.classQNodeDefinitionImplQNodeDefinitionImplimplements aQNodeDefinition.classQPropertyDefinitionImplQPropertyDefinitionImplimplements SPI property definition interface. -
Uses of QItemDefinition in org.apache.jackrabbit.spi.commons.nodetype
Fields in org.apache.jackrabbit.spi.commons.nodetype declared as QItemDefinition Modifier and Type Field Description protected QItemDefinitionItemDefinitionImpl. itemDefThe wrapped item definition.protected QItemDefinitionItemDefinitionImpl. itemDefThe wrapped item definition.Constructors in org.apache.jackrabbit.spi.commons.nodetype with parameters of type QItemDefinition Constructor Description NodeDefinitionImpl(QItemDefinition itemDef, NamePathResolver resolver)Constructor to create a definition that is based on a template.NodeDefinitionImpl(QItemDefinition itemDef, AbstractNodeTypeManager ntMgr, NamePathResolver resolver)Constructor to create a definition that is based on an existing node type.
-