Uses of Class
org.apache.jackrabbit.jcr2spi.state.PropertyState
-
-
Uses of PropertyState in org.apache.jackrabbit.jcr2spi
Constructors in org.apache.jackrabbit.jcr2spi with parameters of type PropertyState Constructor Description PropertyImpl(SessionImpl session, PropertyState state, ItemLifeCycleListener[] listeners)
-
Uses of PropertyState in org.apache.jackrabbit.jcr2spi.hierarchy
Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return PropertyState Modifier and Type Method Description PropertyState
HierarchyManager. getPropertyState(Path qPath)
Retrieves thePropertyEntry
corresponding to the given path and resolves it to the underlyingPropertyState
.PropertyState
HierarchyManagerImpl. getPropertyState(Path qPath)
PropertyState
PropertyEntry. getPropertyState()
PropertyState
PropertyEntryImpl. getPropertyState()
-
Uses of PropertyState in org.apache.jackrabbit.jcr2spi.operation
Methods in org.apache.jackrabbit.jcr2spi.operation that return PropertyState Modifier and Type Method Description PropertyState
SetPropertyValue. getPropertyState()
Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type PropertyState Modifier and Type Method Description static Operation
SetPropertyValue. create(PropertyState propState, QValue[] qValues, int valueType)
-
Uses of PropertyState in org.apache.jackrabbit.jcr2spi.state
Methods in org.apache.jackrabbit.jcr2spi.state that return PropertyState Modifier and Type Method Description PropertyState
ItemStateFactory. createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)
Tries to retrieve thePropertyState
with the givenPropertyId
and if the state exists, fills in the HierarchyEntries missing between the last known NodeEntry marked byanyParent
.PropertyState
TransientISFactory. createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)
PropertyState
WorkspaceItemStateFactory. createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)
Creates the PropertyState with information retrieved from theRepositoryService
.PropertyState
TransientISFactory. createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition, QValue[] values, int propertyType)
PropertyState
TransientItemStateFactory. createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition, QValue[] values, int propertyType)
Creates a transientPropertyState
.PropertyState
ItemStateFactory. createPropertyState(PropertyId propertyId, PropertyEntry entry)
Creates thePropertyState
with the givenpropertyId
.PropertyState
TransientISFactory. createPropertyState(PropertyId propertyId, PropertyEntry entry)
PropertyState
WorkspaceItemStateFactory. createPropertyState(PropertyId propertyId, PropertyEntry entry)
Creates the PropertyState with information retrieved from theRepositoryService
.PropertyState
NodeState. getPropertyState(Name propertyName)
Utility method that returns the property state with the given name or throws anItemNotFoundException
if no matching, valid property could be found.Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type PropertyState Modifier and Type Method Description void
ItemStateValidator. checkSetProperty(PropertyState propState, int options)
-
Uses of PropertyState in org.apache.jackrabbit.jcr2spi.util
Methods in org.apache.jackrabbit.jcr2spi.util that return types with arguments of type PropertyState Modifier and Type Method Description Iterator<PropertyState>
ReferenceChangeTracker. getReferences()
Methods in org.apache.jackrabbit.jcr2spi.util with parameters of type PropertyState Modifier and Type Method Description static Name[]
StateUtility. getMixinNames(PropertyState ps)
static Name
StateUtility. getPrimaryTypeName(PropertyState ps)
void
ReferenceChangeTracker. processedReference(PropertyState refPropertyState)
Store the given reference property for later resolution.
-