|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(QName propertyName,
int type,
boolean multiValued)
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(QName name,
PropertyDefinitionImpl def)
Computes the values of well-known system (i.e. |
protected PropertyImpl |
NodeImpl.createChildProperty(QName 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 |
NodeTypeImpl.getApplicablePropertyDefinition(QName propertyName,
int type,
boolean multiValued)
Returns the applicable property definition for a property with the specified name and type. |
PropertyDefinitionImpl |
NodeTypeManagerImpl.getPropertyDefinition(PropDefId id)
|
Methods in org.apache.jackrabbit.core.nodetype with parameters of type PropertyDefinitionImpl | |
static void |
NodeTypeImpl.checkSetPropertyValueConstraints(PropertyDefinitionImpl def,
InternalValue[] values)
Tests if the value constraints defined in the property definition def are satisfied by the the specified values . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |