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.nodetype   
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(ItemManagerImpl itemManager, 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 NodeEntryImpl.addNewPropertyEntry(Name propName, QPropertyDefinition definition)
           
 PropertyState NodeEntry.addNewPropertyEntry(Name propName, QPropertyDefinition definition)
          Add a new, transient PropertyEntry to this NodeEntry and return the PropertyState associated with the new entry.
 PropertyState PropertyEntryImpl.getPropertyState()
           
 PropertyState PropertyEntry.getPropertyState()
           
 

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

Methods in org.apache.jackrabbit.jcr2spi.nodetype with parameters of type PropertyState
 QPropertyDefinition ItemDefinitionProvider.getQPropertyDefinition(PropertyState propertyState)
           
 QPropertyDefinition ItemDefinitionProviderImpl.getQPropertyDefinition(PropertyState 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 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 WorkspaceItemStateFactory.createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)
           
 PropertyState TransientISFactory.createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition)
           
 PropertyState TransientItemStateFactory.createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition)
          Creates a transient PropertyState.
 PropertyState TransientISFactory.createPropertyState(PropertyId propertyId, PropertyEntry entry)
           
 PropertyState ItemStateFactory.createPropertyState(PropertyId propertyId, PropertyEntry entry)
          Creates the PropertyState with the given propertyId.
 PropertyState WorkspaceItemStateFactory.createPropertyState(PropertyId propertyId, PropertyEntry entry)
          Creates the PropertyState with information retrieved from the RepositoryService.
 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 with parameters of type PropertyState
static Name[] StateUtility.getMixinNames(PropertyState ps)
           
 void ReferenceChangeTracker.processedReference(PropertyState refPropertyState)
          Store the given reference property for later resolution.
 



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