Uses of Class
org.apache.jackrabbit.spi.commons.nodetype.PropertyDefinitionImpl
-
Packages that use PropertyDefinitionImpl Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected PropertyImpl
NodeImpl. createChildProperty(Name name, int type, PropertyDefinitionImpl def)
Creates a new property with the given name andtype
hint and property definition. -
Uses of PropertyDefinitionImpl in org.apache.jackrabbit.core.nodetype
Methods in org.apache.jackrabbit.core.nodetype that return PropertyDefinitionImpl Modifier and Type Method Description PropertyDefinitionImpl
NodeTypeManagerImpl. getPropertyDefinition(QPropertyDefinition def)
-