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

Packages that use QValueFactory
org.apache.jackrabbit.core.value   
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   
org.apache.jackrabbit.spi.commons.logging   
org.apache.jackrabbit.spi.commons.value   
org.apache.jackrabbit.spi2dav   
org.apache.jackrabbit.spi2jcr   
 

Uses of QValueFactory in org.apache.jackrabbit.core.value
 

Classes in org.apache.jackrabbit.core.value that implement QValueFactory
 class InternalValueFactory
          InternalValueFactory implements a QValueFactory that creates InternalValue instances for binary values.
 

Methods in org.apache.jackrabbit.core.value that return QValueFactory
static QValueFactory InternalValueFactory.getInstance()
           
 

Uses of QValueFactory in org.apache.jackrabbit.jcr2spi
 

Methods in org.apache.jackrabbit.jcr2spi that return QValueFactory
 QValueFactory WorkspaceImpl.getQValueFactory()
           
 QValueFactory SessionImpl.getQValueFactory()
           
 QValueFactory ManagerProvider.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, SessionImpl 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
 

Methods in org.apache.jackrabbit.spi.commons that return QValueFactory
 QValueFactory AbstractRepositoryService.getQValueFactory()
           
 

Constructors in org.apache.jackrabbit.spi.commons with parameters of type QValueFactory
QNodeTypeDefinitionImpl(NodeTypeDefinition def, NamePathResolver resolver, QValueFactory qValueFactory)
          Createa a new QNodeTypeDefinitionImpl from a JCR NodeType definition.
QPropertyDefinitionImpl(PropertyDefinition propDef, NamePathResolver resolver, QValueFactory qValueFactory)
          Creates a new property definition based on propDef.
 

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

Classes in org.apache.jackrabbit.spi.commons.logging that implement QValueFactory
 class QValueFactoryLogger
          Log wrapper for a QValueFactory.
 

Methods in org.apache.jackrabbit.spi.commons.logging that return QValueFactory
static QValueFactory SpiLoggerFactory.create(QValueFactory qValueFactory, LogWriterProvider logWriterProvider)
          Returns a log wrapper for the given qValueFactory which logs a calls to its methods if logWriterProvider returns a LogWriter instance for qValueFactory.
 QValueFactory RepositoryServiceLogger.getQValueFactory()
           
 QValueFactory QValueFactoryLogger.getQValueFactory()
           
 

Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type QValueFactory
static QValueFactory SpiLoggerFactory.create(QValueFactory qValueFactory, LogWriterProvider logWriterProvider)
          Returns a log wrapper for the given qValueFactory which logs a calls to its methods if logWriterProvider returns a LogWriter instance for qValueFactory.
 LogWriter WriterLogWriterProvider.getLogWriter(QValueFactory valueFactory)
          Returns a WriterLogWriter if the logger for valueFactory.getClass() has debug level enabled.
 LogWriter Slf4jLogWriterProvider.getLogWriter(QValueFactory valueFactory)
          Returns a Slf4jLogWriter if the logger for valueFactory.getClass() has debug level enabled.
 LogWriter LogWriterProvider.getLogWriter(QValueFactory qValueFactory)
           
 

Constructors in org.apache.jackrabbit.spi.commons.logging with parameters of type QValueFactory
QValueFactoryLogger(QValueFactory qValueFactory, LogWriter writer)
          Create a new instance for the given qValueFactory which uses writer for persisting log messages.
 

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

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

Methods in org.apache.jackrabbit.spi.commons.value that return QValueFactory
static QValueFactory QValueFactoryImpl.getInstance()
           
 QValueFactory ValueFactoryQImpl.getQValueFactory()
          The QValueFactory that is wrapped by this ValueFactory instance.
 

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.spi2dav
 

Methods in org.apache.jackrabbit.spi2dav that return QValueFactory
 QValueFactory RepositoryServiceImpl.getQValueFactory()
           
 

Constructors in org.apache.jackrabbit.spi2dav with parameters of type QValueFactory
EventImpl(ItemId eventId, Path eventPath, NodeId parentId, int eventType, Element eventElement, NamePathResolver resolver, QValueFactory qvFactory)
           
PropertyInfoImpl(PropertyId id, DavPropertySet propSet, NamePathResolver resolver, ValueFactory valueFactory, QValueFactory qValueFactory)
           
QueryInfoImpl(MultiStatus ms, IdFactory idFactory, NamePathResolver resolver, ValueFactory valueFactory, QValueFactory qValueFactory)
           
QueryResultRowImpl(MultiStatusResponse response, String[] columnNames, NamePathResolver resolver, QValueFactory qValueFactory, ValueFactory valueFactory, IdFactory idFactory)
           
RepositoryServiceImpl(String uri, IdFactory idFactory, NameFactory nameFactory, PathFactory pathFactory, QValueFactory qValueFactory)
           
RepositoryServiceImpl(String uri, IdFactory idFactory, NameFactory nameFactory, PathFactory pathFactory, QValueFactory qValueFactory, int itemInfoCacheSize)
           
 

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-2010 The Apache Software Foundation. All Rights Reserved.