Package | Description |
---|---|
org.apache.jackrabbit.core |
Contains the core classes that provide the implementation of the JCR API.
|
org.apache.jackrabbit.core.nodetype |
Modifier and Type | Method and 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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected PropertyImpl |
NodeImpl.createChildProperty(Name name,
int type,
PropertyDefinitionImpl def)
Creates a new property with the given name and
type hint and
property definition. |
protected PropertyImpl |
NodeImpl.createChildProperty(Name name,
int type,
PropertyDefinitionImpl def)
Creates a new property with the given name and
type hint and
property definition. |
Modifier and Type | Method and Description |
---|---|
PropertyDefinitionImpl |
NodeTypeManagerImpl.getPropertyDefinition(QPropertyDefinition def) |
PropertyDefinitionImpl |
NodeTypeManagerImpl.getPropertyDefinition(QPropertyDefinition def) |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.