|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PropertyImpl | |
| org.apache.jackrabbit.core | Contains the core classes that provide the implementation of the JCR API. |
| Uses of PropertyImpl in org.apache.jackrabbit.core |
| Methods in org.apache.jackrabbit.core that return PropertyImpl | |
protected PropertyImpl |
NodeImpl.getOrCreateProperty(String name,
int type,
boolean multiValued,
boolean exactTypeMatch,
BitSet status)
|
protected PropertyImpl |
NodeImpl.getOrCreateProperty(QName name,
int type,
boolean multiValued,
boolean exactTypeMatch,
BitSet status)
|
protected PropertyImpl |
NodeImpl.createChildProperty(QName name,
int type,
PropertyDefinitionImpl def)
|
PropertyImpl |
NodeImpl.getProperty(QName name)
Returns the property of this node with the specified
name. |
PropertyImpl |
NodeImpl.setProperty(QName name,
Value[] values)
Same as except that
this method takes a QName name argument instead of a
String. |
PropertyImpl |
NodeImpl.setProperty(QName name,
Value[] values,
int type)
Same as except
that this method takes a QName name argument instead of a
String. |
PropertyImpl |
NodeImpl.setProperty(QName name,
Value value)
Same as except that
this method takes a QName name argument instead of a
String. |
| Methods in org.apache.jackrabbit.core with parameters of type PropertyImpl | |
protected void |
NodeImpl.internalCopyPropertyFrom(PropertyImpl prop)
Copies a property to this node |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||