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.
|
Modifier and Type | Method and Description |
---|---|
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,
javax.jcr.Value value)
Same as
except that
this method takes a Name name argument instead of a
String . |
PropertyImpl |
NodeImpl.setProperty(Name name,
javax.jcr.Value[] values,
int type)
Same as
except
that this method takes a Name name argument instead of a
String . |
protected PropertyImpl |
NodeImpl.setProperty(Name name,
javax.jcr.Value[] values,
int type,
boolean enforceType)
Implementation for
setProperty() using a Value
array. |
Modifier and Type | Method and Description |
---|---|
static SessionItemOperation<PropertyImpl> |
SessionItemOperation.getProperty(String path)
Creates a session operation for getting the property at the given path.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeStateEx.copyFrom(PropertyImpl prop)
copies a property
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.