Uses of Class
org.apache.jackrabbit.core.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  InternalValue[] NodeImpl.computeSystemGeneratedPropertyValues(Name name, PropertyDefinitionImpl def)
          Computes the values of well-known system (i.e. protected) properties.
protected  PropertyImpl NodeImpl.createChildProperty(Name name, int type, PropertyDefinitionImpl def)
           
 

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

Methods in org.apache.jackrabbit.core.nodetype that return PropertyDefinitionImpl
 PropertyDefinitionImpl NodeTypeManagerImpl.getPropertyDefinition(PropDefId id)
           
 



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