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 PropertyStateHierarchyManager. getPropertyState(Path qPath)Retrieves thePropertyEntrycorresponding to the given path and resolves it to the underlyingPropertyState.PropertyStateHierarchyManagerImpl. getPropertyState(Path qPath)PropertyStatePropertyEntry. getPropertyState()PropertyStatePropertyEntryImpl. 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 PropertyStateSetPropertyValue. getPropertyState()Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type PropertyState Modifier and Type Method Description static OperationSetPropertyValue. 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 PropertyStateItemStateFactory. createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)Tries to retrieve thePropertyStatewith the givenPropertyIdand if the state exists, fills in the HierarchyEntries missing between the last known NodeEntry marked byanyParent.PropertyStateTransientISFactory. createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)PropertyStateWorkspaceItemStateFactory. createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)Creates the PropertyState with information retrieved from theRepositoryService.PropertyStateTransientISFactory. createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition, QValue[] values, int propertyType)PropertyStateTransientItemStateFactory. createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition, QValue[] values, int propertyType)Creates a transientPropertyState.PropertyStateItemStateFactory. createPropertyState(PropertyId propertyId, PropertyEntry entry)Creates thePropertyStatewith the givenpropertyId.PropertyStateTransientISFactory. createPropertyState(PropertyId propertyId, PropertyEntry entry)PropertyStateWorkspaceItemStateFactory. createPropertyState(PropertyId propertyId, PropertyEntry entry)Creates the PropertyState with information retrieved from theRepositoryService.PropertyStateNodeState. getPropertyState(Name propertyName)Utility method that returns the property state with the given name or throws anItemNotFoundExceptionif no matching, valid property could be found.Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type PropertyState Modifier and Type Method Description voidItemStateValidator. 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 NameStateUtility. getPrimaryTypeName(PropertyState ps)voidReferenceChangeTracker. processedReference(PropertyState refPropertyState)Store the given reference property for later resolution.
-