Uses of Class
org.apache.jackrabbit.core.PropertyImpl

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(Name name, int type, PropertyDefinitionImpl def)
          Creates a new property with the given name and type hint and property definition.
protected  PropertyImpl NodeImpl.getOrCreateProperty(Name 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(Name name)
          Returns the property of this node with the specified name.
 PropertyImpl ItemManager.getProperty(Path path)
           
 PropertyImpl NodeImpl.setProperty(Name name, Value value)
          Same as Node.setProperty(String, Value) except that this method takes a Name name argument instead of a String.
 PropertyImpl NodeImpl.setProperty(Name name, Value[] values)
          Same as Node.setProperty(String, Value[]) except that this method takes a Name name argument instead of a String.
 PropertyImpl NodeImpl.setProperty(Name name, Value[] values, int type)
          Same as Node.setProperty(String, Value[], int) except that this method takes a Name name argument instead of a String.
protected  PropertyImpl NodeImpl.setProperty(Name name, Value[] values, int type, boolean enforceType)
          Implementation for setProperty() using a Value array.
protected  PropertyImpl NodeImpl.setProperty(Name name, Value value, boolean enforceType)
          Implementation for setProperty() using a single Value.
 

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
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.