Uses of Class
org.apache.jackrabbit.core.PropertyImpl
-
Packages that use PropertyImpl Package Description 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 Modifier and Type Method Description protected PropertyImplNodeImpl. createChildProperty(Name name, int type, PropertyDefinitionImpl def)Creates a new property with the given name andtypehint and property definition.protected PropertyImplNodeImpl. getOrCreateProperty(String name, int type, boolean multiValued, boolean exactTypeMatch, BitSet status)protected PropertyImplNodeImpl. getOrCreateProperty(Name name, int type, boolean multiValued, boolean exactTypeMatch, BitSet status)PropertyImplItemManager. getProperty(Path path)PropertyImplNodeImpl. getProperty(Name name)Returns the property ofthisnode with the specifiedname.PropertyImplNodeImpl. setProperty(Name name, Value value)Same asexcept that this method takes aNode.setProperty(String, Value)Namename argument instead of aString.PropertyImplNodeImpl. setProperty(Name name, Value[] values, int type)Same asexcept that this method takes aNode.setProperty(String, Value[], int)Namename argument instead of aString.protected PropertyImplNodeImpl. setProperty(Name name, Value[] values, int type, boolean enforceType)Implementation forsetProperty()using aValuearray. -
Uses of PropertyImpl in org.apache.jackrabbit.core.session
Methods in org.apache.jackrabbit.core.session that return types with arguments of type PropertyImpl Modifier and Type Method Description 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 Modifier and Type Method Description voidNodeStateEx. copyFrom(PropertyImpl prop)copies a property
-