Uses of Class
org.apache.jackrabbit.jcr2spi.state.PropertyState

Packages that use PropertyState
org.apache.jackrabbit.jcr2spi   
org.apache.jackrabbit.jcr2spi.hierarchy   
org.apache.jackrabbit.jcr2spi.operation   
org.apache.jackrabbit.jcr2spi.state   
org.apache.jackrabbit.jcr2spi.util   
 

Uses of PropertyState in org.apache.jackrabbit.jcr2spi
 

Constructors in org.apache.jackrabbit.jcr2spi with parameters of type PropertyState
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
 PropertyState PropertyEntryImpl.getPropertyState()
           
 PropertyState PropertyEntry.getPropertyState()
           
 PropertyState HierarchyManagerImpl.getPropertyState(Path qPath)
           
 PropertyState HierarchyManager.getPropertyState(Path qPath)
          Retrieves the PropertyEntry corresponding to the given path and resolves it to the underlying PropertyState.
 

Uses of PropertyState in org.apache.jackrabbit.jcr2spi.operation
 

Methods in org.apache.jackrabbit.jcr2spi.operation that return PropertyState
 PropertyState SetPropertyValue.getPropertyState()
           
 

Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type PropertyState
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
 PropertyState WorkspaceItemStateFactory.createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)
          Creates the PropertyState with information retrieved from the RepositoryService.
 PropertyState TransientISFactory.createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)
           
 PropertyState ItemStateFactory.createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)
          Tries to retrieve the PropertyState with the given PropertyId and if the state exists, fills in the HierarchyEntries missing between the last known NodeEntry marked by anyParent.
 PropertyState TransientItemStateFactory.createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition, QValue[] values, int propertyType)
          Creates a transient PropertyState.
 PropertyState TransientISFactory.createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition, QValue[] values, int propertyType)
           
 PropertyState WorkspaceItemStateFactory.createPropertyState(PropertyId propertyId, PropertyEntry entry)
          Creates the PropertyState with information retrieved from the RepositoryService.
 PropertyState TransientISFactory.createPropertyState(PropertyId propertyId, PropertyEntry entry)
           
 PropertyState ItemStateFactory.createPropertyState(PropertyId propertyId, PropertyEntry entry)
          Creates the PropertyState with the given propertyId.
 PropertyState NodeState.getPropertyState(Name propertyName)
          Utility method that returns the property state with the given name or throws an ItemNotFoundException if no matching, valid property could be found.
 

Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type PropertyState
 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
 Iterator<PropertyState> ReferenceChangeTracker.getReferences()
           
 

Methods in org.apache.jackrabbit.jcr2spi.util with parameters of type PropertyState
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.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.