|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VirtualPropertyState | |
|---|---|
| org.apache.jackrabbit.core.version | The versioning framework in jackrabbit consists of 3 layers. |
| org.apache.jackrabbit.core.virtual | |
| Uses of VirtualPropertyState in org.apache.jackrabbit.core.version |
|---|
| Methods in org.apache.jackrabbit.core.version that return VirtualPropertyState | |
|---|---|
VirtualPropertyState |
InternalXAVersionManager.createPropertyState(VirtualNodeState parent,
Name name,
int type,
boolean multiValued)
Creats a new virtual property state |
| Uses of VirtualPropertyState in org.apache.jackrabbit.core.virtual |
|---|
| Methods in org.apache.jackrabbit.core.virtual that return VirtualPropertyState | |
|---|---|
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)
Retrieces the property state for the given id |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||