| Package | Description | 
|---|---|
| org.apache.jackrabbit.core.version | 
 The versioning framework in jackrabbit consists of 3 layers. 
 | 
| org.apache.jackrabbit.core.virtual | 
| Modifier and Type | Method and Description | 
|---|---|
VirtualPropertyState | 
InternalXAVersionManager.createPropertyState(VirtualNodeState parent,
                   Name name,
                   int type,
                   boolean multiValued)
Creats a new virtual property state 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VirtualPropertyState | 
AbstractVISProvider.createPropertyState(VirtualNodeState parent,
                   Name name,
                   int type,
                   boolean multiValued)
Creats a new virtual property state 
 | 
VirtualPropertyState | 
VirtualItemStateProvider.createPropertyState(VirtualNodeState parent,
                   Name name,
                   int type,
                   boolean multiValued)
Creats a new virtual property state 
 | 
protected VirtualPropertyState | 
VirtualNodeState.getOrCreatePropertyState(Name name,
                        int type,
                        boolean multiValued)
Retrieves or creates a new property state as child property of this node 
 | 
VirtualPropertyState[] | 
VirtualNodeState.getProperties()
Returns the properties of this node 
 | 
VirtualPropertyState | 
VirtualNodeState.getProperty(Name name)
returns the property state of the given name 
 | 
protected VirtualPropertyState | 
AbstractVISProvider.internalGetPropertyState(PropertyId id)
Retrieves the property state for the given id 
 | 
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.