Uses of Class
org.apache.jackrabbit.core.virtual.VirtualPropertyState
-
Packages that use VirtualPropertyState Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description VirtualPropertyState
AbstractVISProvider. createPropertyState(VirtualNodeState parent, Name name, int type, boolean multiValued)
Creats a new virtual property stateVirtualPropertyState
VirtualItemStateProvider. createPropertyState(VirtualNodeState parent, Name name, int type, boolean multiValued)
Creats a new virtual property stateprotected VirtualPropertyState
VirtualNodeState. getOrCreatePropertyState(Name name, int type, boolean multiValued)
Retrieves or creates a new property state as child property of this nodeVirtualPropertyState[]
VirtualNodeState. getProperties()
Returns the properties of this nodeVirtualPropertyState
VirtualNodeState. getProperty(Name name)
returns the property state of the given nameprotected VirtualPropertyState
AbstractVISProvider. internalGetPropertyState(PropertyId id)
Retrieves the property state for the given id
-