Class ItemDefinitionProviderImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.jackrabbit.spi.QNodeDefinition getQNodeDefinition​(EffectiveNodeType ent, org.apache.jackrabbit.spi.Name name, org.apache.jackrabbit.spi.Name nodeTypeName)
      Returns the applicable child node definition for a child node with the specified name and node type.
      org.apache.jackrabbit.spi.QNodeDefinition getQNodeDefinition​(org.apache.jackrabbit.spi.Name[] parentNodeTypeNames, org.apache.jackrabbit.spi.Name name, org.apache.jackrabbit.spi.Name nodeTypeName)
      Returns the applicable child node definition for a child node with the specified name and node type.
      org.apache.jackrabbit.spi.QNodeDefinition getQNodeDefinition​(org.apache.jackrabbit.spi.Name[] parentNodeTypeNames, org.apache.jackrabbit.spi.Name nodeName, org.apache.jackrabbit.spi.Name ntName, org.apache.jackrabbit.spi.NodeId nodeId)
      Returns the QNodeDefinition for the specified node state.
      org.apache.jackrabbit.spi.QPropertyDefinition getQPropertyDefinition​(org.apache.jackrabbit.spi.Name[] parentNodeTypeNames, org.apache.jackrabbit.spi.Name name, int type)
      Returns the applicable property definition for a property with the specified name and type.
      org.apache.jackrabbit.spi.QPropertyDefinition getQPropertyDefinition​(org.apache.jackrabbit.spi.Name[] parentNodeTypeNames, org.apache.jackrabbit.spi.Name name, int type, boolean multiValued)
      Returns the applicable property definition for a property with the specified name, type and multiValued characteristic.
      org.apache.jackrabbit.spi.QPropertyDefinition getQPropertyDefinition​(org.apache.jackrabbit.spi.Name[] parentNodeTypeNames, org.apache.jackrabbit.spi.Name propertyName, int propertyType, boolean isMultiValued, org.apache.jackrabbit.spi.PropertyId propertyId)
      Returns the QPropertyDefinition for the specified parameters.
      org.apache.jackrabbit.spi.QPropertyDefinition getQPropertyDefinition​(org.apache.jackrabbit.spi.Name ntName, org.apache.jackrabbit.spi.Name propName, int type, boolean multiValued)
      Returns the applicable property definition for a property with the specified name, type and multiValued characteristic.
      org.apache.jackrabbit.spi.QNodeDefinition getRootNodeDefinition()
      Returns the QNodeDefinition for the root node.