Uses of Class
org.apache.jackrabbit.spi.commons.nodetype.PropertyDefinitionImpl

Packages that use PropertyDefinitionImpl
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.nodetype   
 

Uses of PropertyDefinitionImpl in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return PropertyDefinitionImpl
protected  PropertyDefinitionImpl NodeImpl.getApplicablePropertyDefinition(Name propertyName, int type, boolean multiValued, boolean exactTypeMatch)
          Returns the applicable property definition for a property with the specified name and type.
 

Methods in org.apache.jackrabbit.core with parameters of type PropertyDefinitionImpl
protected  PropertyImpl NodeImpl.createChildProperty(Name name, int type, PropertyDefinitionImpl def)
          Creates a new property with the given name and type hint and property definition.
 

Uses of PropertyDefinitionImpl in org.apache.jackrabbit.core.nodetype
 

Methods in org.apache.jackrabbit.core.nodetype that return PropertyDefinitionImpl
 PropertyDefinitionImpl NodeTypeManagerImpl.getPropertyDefinition(QPropertyDefinition def)
           
 



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