|
||||||||||
| 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. |
| org.apache.jackrabbit.core.version | The versioning framework in jackrabbit consists of 3 layers. |
| Uses of PropertyImpl in org.apache.jackrabbit.core |
|---|
| Methods in org.apache.jackrabbit.core that return PropertyImpl | |
|---|---|
protected PropertyImpl |
NodeImpl.createChildProperty(QName name,
int type,
PropertyDefinitionImpl def)
|
protected PropertyImpl |
NodeImpl.getOrCreateProperty(QName name,
int type,
boolean multiValued,
boolean exactTypeMatch,
BitSet status)
|
protected PropertyImpl |
NodeImpl.getOrCreateProperty(String name,
int type,
boolean multiValued,
boolean exactTypeMatch,
BitSet status)
|
PropertyImpl |
NodeImpl.getProperty(QName name)
Returns the property of this node with the specified
name. |
PropertyImpl |
NodeImpl.setProperty(QName name,
Value value)
Same as except that
this method takes a QName name argument instead of a
String. |
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. |
| Methods in org.apache.jackrabbit.core with parameters of type PropertyImpl | |
|---|---|
protected void |
NodeImpl.internalCopyPropertyFrom(PropertyImpl prop)
Copies a property to this node |
| Uses of PropertyImpl in org.apache.jackrabbit.core.version |
|---|
| Methods in org.apache.jackrabbit.core.version with parameters of type PropertyImpl | |
|---|---|
void |
NodeStateEx.copyFrom(PropertyImpl prop)
copies a property |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||