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 interface
QNodeDefinition
QNodeDefinition
is the SPI representation of anode definition
.interface
QPropertyDefinition
QPropertyDefinition
is the SPI representation of aproperty definition
.Fields in org.apache.jackrabbit.spi declared as QItemDefinition Modifier and Type Field Description static QItemDefinition[]
QItemDefinition. EMPTY_ARRAY
Empty 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 class
QItemDefinitionImpl
This abstract class implements theQItemDefinition
interface and additionally provides setter methods for the various item definition attributes.class
QNodeDefinitionImpl
QNodeDefinitionImpl
implements aQNodeDefinition
.class
QPropertyDefinitionImpl
QPropertyDefinitionImpl
implements 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 QItemDefinition
ItemDefinitionImpl. itemDef
The wrapped item definition.protected QItemDefinition
ItemDefinitionImpl. itemDef
The 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.
-