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.session   
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(org.apache.jackrabbit.spi.Name name, int type, org.apache.jackrabbit.spi.commons.nodetype.PropertyDefinitionImpl def)
          Creates a new property with the given name and type hint and property definition.
protected  PropertyImpl NodeImpl.getOrCreateProperty(org.apache.jackrabbit.spi.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(org.apache.jackrabbit.spi.Name name)
          Returns the property of this node with the specified name.
 PropertyImpl ItemManager.getProperty(org.apache.jackrabbit.spi.Path path)
           
 PropertyImpl NodeImpl.setProperty(org.apache.jackrabbit.spi.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(org.apache.jackrabbit.spi.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(org.apache.jackrabbit.spi.Name name, Value[] values, int type, boolean enforceType)
          Implementation for setProperty() using a Value array.
 

Uses of PropertyImpl in org.apache.jackrabbit.core.session
 

Methods in org.apache.jackrabbit.core.session that return types with arguments of type PropertyImpl
static SessionItemOperation<PropertyImpl> SessionItemOperation.getProperty(String path)
          Creates a session operation for getting the property at the given path.
 

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-2012 The Apache Software Foundation. All Rights Reserved.