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

Packages that use QPropertyDefinition
org.apache.jackrabbit.jcr2spi.hierarchy   
org.apache.jackrabbit.jcr2spi.nodetype   
org.apache.jackrabbit.jcr2spi.operation   
org.apache.jackrabbit.jcr2spi.state   
org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface). 
org.apache.jackrabbit.spi.commons   
org.apache.jackrabbit.spi.commons.logging   
org.apache.jackrabbit.spi.commons.nodetype   
org.apache.jackrabbit.spi.commons.nodetype.compact   
org.apache.jackrabbit.spi.commons.value   
org.apache.jackrabbit.spi2dav   
org.apache.jackrabbit.spi2jcr   
 

Uses of QPropertyDefinition in org.apache.jackrabbit.jcr2spi.hierarchy
 

Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type QPropertyDefinition
 PropertyEntry NodeEntryImpl.addNewPropertyEntry(Name propName, QPropertyDefinition definition, QValue[] values, int propertyType)
           
 PropertyEntry NodeEntry.addNewPropertyEntry(Name propName, QPropertyDefinition definition, QValue[] values, int propertyType)
          Add a new, transient PropertyEntry to this NodeEntry and return the PropertyState associated with the new entry.
 

Uses of QPropertyDefinition in org.apache.jackrabbit.jcr2spi.nodetype
 

Methods in org.apache.jackrabbit.jcr2spi.nodetype that return QPropertyDefinition
 QPropertyDefinition[] EffectiveNodeType.getAllQPropertyDefinitions()
           
 QPropertyDefinition[] EffectiveNodeTypeImpl.getAllQPropertyDefinitions()
           
 QPropertyDefinition[] EffectiveNodeType.getAutoCreateQPropertyDefinitions()
           
 QPropertyDefinition[] EffectiveNodeTypeImpl.getAutoCreateQPropertyDefinitions()
           
 QPropertyDefinition[] EffectiveNodeType.getMandatoryQPropertyDefinitions()
           
 QPropertyDefinition[] EffectiveNodeTypeImpl.getMandatoryQPropertyDefinitions()
           
 QPropertyDefinition[] EffectiveNodeType.getNamedQPropertyDefinitions(Name name)
           
 QPropertyDefinition[] EffectiveNodeTypeImpl.getNamedQPropertyDefinitions(Name name)
           
 QPropertyDefinition ItemDefinitionProviderImpl.getQPropertyDefinition(Name[] parentNodeTypeNames, Name name, int type)
           
 QPropertyDefinition ItemDefinitionProvider.getQPropertyDefinition(Name[] parentNodeTypeNames, Name name, int type)
          Returns the applicable property definition for a property with the specified name and type.
 QPropertyDefinition ItemDefinitionProviderImpl.getQPropertyDefinition(Name[] parentNodeTypeNames, Name name, int type, boolean multiValued)
           
 QPropertyDefinition ItemDefinitionProvider.getQPropertyDefinition(Name[] parentNodeTypeNames, Name name, int type, boolean multiValued)
          Returns the applicable property definition for a property with the specified name, type and multiValued characteristic.
 QPropertyDefinition ItemDefinitionProviderImpl.getQPropertyDefinition(Name[] parentNodeTypeNames, Name propertyName, int propertType, boolean isMultiValued, PropertyId propertyId)
           
 QPropertyDefinition ItemDefinitionProvider.getQPropertyDefinition(Name[] parentNodeTypeNames, Name propertyName, int propertType, boolean isMultiValued, PropertyId propertyId)
          Returns the QPropertyDefinition for the specified parameters.
 QPropertyDefinition ItemDefinitionProviderImpl.getQPropertyDefinition(Name ntName, Name propName, int type, boolean multiValued)
           
 QPropertyDefinition ItemDefinitionProvider.getQPropertyDefinition(Name ntName, Name propName, int type, boolean multiValued)
          Returns the applicable property definition for a property with the specified name, type and multiValued characteristic.
 QPropertyDefinition[] EffectiveNodeType.getUnnamedQPropertyDefinitions()
           
 QPropertyDefinition[] EffectiveNodeTypeImpl.getUnnamedQPropertyDefinitions()
           
 

Methods in org.apache.jackrabbit.jcr2spi.nodetype with parameters of type QPropertyDefinition
 PropertyDefinition NodeTypeManagerImpl.getPropertyDefinition(QPropertyDefinition def)
          Retrieve the PropertyDefinition for the given QPropertyDefinition.
 

Uses of QPropertyDefinition in org.apache.jackrabbit.jcr2spi.operation
 

Methods in org.apache.jackrabbit.jcr2spi.operation that return QPropertyDefinition
 QPropertyDefinition AddProperty.getDefinition()
           
 

Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type QPropertyDefinition
static Operation AddProperty.create(NodeState parentState, Name propName, int propertyType, QPropertyDefinition def, QValue[] values)
           
 

Uses of QPropertyDefinition in org.apache.jackrabbit.jcr2spi.state
 

Methods in org.apache.jackrabbit.jcr2spi.state that return QPropertyDefinition
 QPropertyDefinition PropertyState.getDefinition()
          Returns the definition defined for this property state.
 

Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type QPropertyDefinition
 void ItemStateValidator.checkAddProperty(NodeState parentState, Name propertyName, QPropertyDefinition definition, int options)
           
 PropertyState TransientItemStateFactory.createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition, QValue[] values, int propertyType)
          Creates a transient PropertyState.
 PropertyState TransientISFactory.createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition, QValue[] values, int propertyType)
           
 

Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type QPropertyDefinition
PropertyState(PropertyEntry entry, ItemStateFactory isf, QPropertyDefinition definition, ItemDefinitionProvider definitionProvider, QValue[] values, int propertyType)
          Create a NEW PropertyState
 

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.
 

Uses of QPropertyDefinition in org.apache.jackrabbit.spi.commons
 

Classes in org.apache.jackrabbit.spi.commons that implement QPropertyDefinition
 class QPropertyDefinitionImpl
          QPropertyDefinitionImpl implements a qualified property definition.
 

Methods in org.apache.jackrabbit.spi.commons that return QPropertyDefinition
 QPropertyDefinition AbstractReadableRepositoryService.getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)
           
 QPropertyDefinition[] QNodeTypeDefinitionImpl.getPropertyDefs()
          Returns an array containing the property definitions.
 

Constructors in org.apache.jackrabbit.spi.commons with parameters of type QPropertyDefinition
QNodeTypeDefinitionImpl(Name name, Name[] supertypes, boolean isMixin, boolean hasOrderableChildNodes, Name primaryItemName, QPropertyDefinition[] declaredPropDefs, QNodeDefinition[] declaredNodeDefs)
          Deprecated. use QNodeTypeDefinitionImpl.QNodeTypeDefinitionImpl(Name, Name[], Name[], boolean, boolean, Name, QPropertyDefinition[], QNodeDefinition[])
QNodeTypeDefinitionImpl(Name name, Name[] supertypes, Name[] supportedMixins, boolean isMixin, boolean hasOrderableChildNodes, Name primaryItemName, QPropertyDefinition[] declaredPropDefs, QNodeDefinition[] declaredNodeDefs)
          Creates a new serializable qualified node type definition.
QPropertyDefinitionImpl(QPropertyDefinition propDef)
          Copy constructor.
 

Uses of QPropertyDefinition in org.apache.jackrabbit.spi.commons.logging
 

Methods in org.apache.jackrabbit.spi.commons.logging that return QPropertyDefinition
 QPropertyDefinition RepositoryServiceLogger.getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)
           
 

Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type QPropertyDefinition
 QValue[] QValueFactoryLogger.computeAutoValues(QPropertyDefinition propertyDefinition)
           
 

Uses of QPropertyDefinition in org.apache.jackrabbit.spi.commons.nodetype
 

Methods in org.apache.jackrabbit.spi.commons.nodetype that return QPropertyDefinition
 QPropertyDefinition NodeTypeDefDiff.PropDefDiff.getNewDef()
           
 QPropertyDefinition NodeTypeDefDiff.PropDefDiff.getOldDef()
           
 

Methods in org.apache.jackrabbit.spi.commons.nodetype with parameters of type QPropertyDefinition
static void ValueConstraint.checkValueConstraints(QPropertyDefinition pd, QValue[] values)
          Tests if the value constraints defined in the property definition pd are satisfied by the the specified values.
 

Uses of QPropertyDefinition in org.apache.jackrabbit.spi.commons.nodetype.compact
 

Methods in org.apache.jackrabbit.spi.commons.nodetype.compact that return QPropertyDefinition
 QPropertyDefinition QNodeTypeDefinitionsBuilderImpl.QPropertyDefinitionBuilderImpl.build()
           
abstract  QPropertyDefinition QNodeTypeDefinitionsBuilder.QPropertyDefinitionBuilder.build()
          Creates a new QPropertyDefinition instance based on the state of this builder.
 QPropertyDefinition[] QNodeTypeDefinitionsBuilder.QNodeTypeDefinitionBuilder.getPropertyDefs()
           
 

Methods in org.apache.jackrabbit.spi.commons.nodetype.compact with parameters of type QPropertyDefinition
 void QNodeTypeDefinitionsBuilder.QNodeTypeDefinitionBuilder.setPropertyDefs(QPropertyDefinition[] propDefs)
           
 

Uses of QPropertyDefinition in org.apache.jackrabbit.spi.commons.value
 

Methods in org.apache.jackrabbit.spi.commons.value with parameters of type QPropertyDefinition
 QValue[] QValueFactoryImpl.computeAutoValues(QPropertyDefinition propertyDefinition)
           
 

Uses of QPropertyDefinition in org.apache.jackrabbit.spi2dav
 

Methods in org.apache.jackrabbit.spi2dav that return QPropertyDefinition
 QPropertyDefinition RepositoryServiceImpl.getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)
           
 QPropertyDefinition[] QNodeTypeDefinitionImpl.getPropertyDefs()
           
 

Uses of QPropertyDefinition in org.apache.jackrabbit.spi2jcr
 

Methods in org.apache.jackrabbit.spi2jcr that return QPropertyDefinition
 QPropertyDefinition RepositoryServiceImpl.getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)
          Returns the QPropertyDefinition for the Property identified by the given id.
 



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