Uses of Interface
org.apache.jackrabbit.spi.QValueFactory

Packages that use QValueFactory
org.apache.jackrabbit.jcr2spi   
org.apache.jackrabbit.jcr2spi.state   
org.apache.jackrabbit.jcr2spi.util   
org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface). 
org.apache.jackrabbit.spi.commons.value   
org.apache.jackrabbit.spi2jcr   
 

Uses of QValueFactory in org.apache.jackrabbit.jcr2spi
 

Methods in org.apache.jackrabbit.jcr2spi that return QValueFactory
 QValueFactory ManagerProvider.getQValueFactory()
           
 QValueFactory WorkspaceImpl.getQValueFactory()
           
 QValueFactory SessionImpl.getQValueFactory()
           
 

Uses of QValueFactory in org.apache.jackrabbit.jcr2spi.state
 

Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type QValueFactory
SessionItemStateManager(UpdatableItemStateManager workspaceItemStateMgr, ItemStateValidator validator, QValueFactory qValueFactory, ItemStateFactory isf, ManagerProvider mgrProvider)
          Creates a new SessionItemStateManager instance.
 

Uses of QValueFactory in org.apache.jackrabbit.jcr2spi.util
 

Methods in org.apache.jackrabbit.jcr2spi.util with parameters of type QValueFactory
 QValue ReferenceChangeTracker.getMappedReference(QValue oldReference, QValueFactory factory)
          Returns the new UUID to which oldUUID has been mapped or null if no such mapping exists.
 

Uses of QValueFactory in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return QValueFactory
 QValueFactory RepositoryService.getQValueFactory()
          Return the QValueFactory defined with this SPI implementation.
 

Uses of QValueFactory in org.apache.jackrabbit.spi.commons.value
 

Classes in org.apache.jackrabbit.spi.commons.value that implement QValueFactory
 class QValueFactoryImpl
          QValueFactoryImpl...
 

Methods in org.apache.jackrabbit.spi.commons.value that return QValueFactory
static QValueFactory QValueFactoryImpl.getInstance()
           
 

Methods in org.apache.jackrabbit.spi.commons.value with parameters of type QValueFactory
static QValue ValueFormat.getQValue(String jcrValue, int propertyType, NamePathResolver resolver, QValueFactory factory)
           
static QValue ValueFormat.getQValue(Value jcrValue, NamePathResolver resolver, QValueFactory factory)
           
static QValue[] ValueFormat.getQValues(Value[] jcrValues, NamePathResolver resolver, QValueFactory factory)
           
 

Constructors in org.apache.jackrabbit.spi.commons.value with parameters of type QValueFactory
ValueFactoryQImpl(QValueFactory qfactory, NamePathResolver resolver)
          Constructs a new ValueFactoryQImpl based on an existing SPI QValueFactory and a NamePathResolver.
 

Uses of QValueFactory in org.apache.jackrabbit.spi2jcr
 

Methods in org.apache.jackrabbit.spi2jcr that return QValueFactory
 QValueFactory RepositoryServiceImpl.getQValueFactory()
          Return the QValueFactory defined with this SPI implementation.
 



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