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

Uses of QPropertyDefinition in org.apache.jackrabbit.spi
 

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

Methods in org.apache.jackrabbit.spi that return QPropertyDefinition
 QPropertyDefinition RepositoryService.getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)
          Returns the QPropertyDefinition for the Property identified by the given id.
 QPropertyDefinition[] QNodeTypeDefinition.getPropertyDefs()
          Returns an array containing the property definitions.
 

Methods in org.apache.jackrabbit.spi with parameters of type QPropertyDefinition
 QValue[] QValueFactory.computeAutoValues(QPropertyDefinition propertyDefinition)
          Given the QPropertyDefinition of an autocreated property, compute suitable values to be used in transient space until the newly created node gets saved.
 



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