Uses of Interface
org.apache.jackrabbit.spi.QValueFactory
-
Packages that use QValueFactory Package Description 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 Modifier and Type Class Description class
InternalValueFactory
InternalValueFactory
implements aQValueFactory
that createsInternalValue
instances for binary values.Methods in org.apache.jackrabbit.core.value that return QValueFactory Modifier and Type Method Description static QValueFactory
InternalValueFactory. getInstance()
-
Uses of QValueFactory in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi that return QValueFactory Modifier and Type Method Description QValueFactory
ManagerProvider. getQValueFactory()
QValueFactory
SessionImpl. getQValueFactory()
QValueFactory
WorkspaceImpl. getQValueFactory()
-
Uses of QValueFactory in org.apache.jackrabbit.jcr2spi.state
Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type QValueFactory Constructor Description SessionItemStateManager(UpdatableItemStateManager workspaceItemStateMgr, ItemStateValidator validator, QValueFactory qValueFactory, ItemStateFactory isf, SessionImpl mgrProvider)
Creates a newSessionItemStateManager
instance. -
Uses of QValueFactory in org.apache.jackrabbit.jcr2spi.util
Methods in org.apache.jackrabbit.jcr2spi.util with parameters of type QValueFactory Modifier and Type Method Description QValue
ReferenceChangeTracker. getMappedReference(QValue oldReference, QValueFactory factory)
Returns the new UUID to whicholdUUID
has been mapped ornull
if no such mapping exists. -
Uses of QValueFactory in org.apache.jackrabbit.spi
Methods in org.apache.jackrabbit.spi that return QValueFactory Modifier and Type Method Description QValueFactory
RepositoryService. getQValueFactory()
Return theQValueFactory
defined with this SPI implementation. -
Uses of QValueFactory in org.apache.jackrabbit.spi.commons
Methods in org.apache.jackrabbit.spi.commons that return QValueFactory Modifier and Type Method Description QValueFactory
AbstractRepositoryService. getQValueFactory()
Constructors in org.apache.jackrabbit.spi.commons with parameters of type QValueFactory Constructor Description QNodeTypeDefinitionImpl(NodeTypeDefinition def, NamePathResolver resolver, QValueFactory qValueFactory)
Create a a newQNodeTypeDefinitionImpl
from a JCR NodeType definition.QPropertyDefinitionImpl(PropertyDefinition propDef, NamePathResolver resolver, QValueFactory qValueFactory)
Creates a new property definition based onpropDef
. -
Uses of QValueFactory in org.apache.jackrabbit.spi.commons.logging
Classes in org.apache.jackrabbit.spi.commons.logging that implement QValueFactory Modifier and Type Class Description class
QValueFactoryLogger
Log wrapper for aQValueFactory
.Methods in org.apache.jackrabbit.spi.commons.logging that return QValueFactory Modifier and Type Method Description static QValueFactory
SpiLoggerFactory. create(QValueFactory qValueFactory, LogWriterProvider logWriterProvider)
Returns a log wrapper for the givenqValueFactory
which logs a calls to its methods iflogWriterProvider
returns aLogWriter
instance forqValueFactory
.QValueFactory
QValueFactoryLogger. getQValueFactory()
QValueFactory
RepositoryServiceLogger. getQValueFactory()
Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type QValueFactory Modifier and Type Method Description static QValueFactory
SpiLoggerFactory. create(QValueFactory qValueFactory, LogWriterProvider logWriterProvider)
Returns a log wrapper for the givenqValueFactory
which logs a calls to its methods iflogWriterProvider
returns aLogWriter
instance forqValueFactory
.LogWriter
LogWriterProvider. getLogWriter(QValueFactory qValueFactory)
LogWriter
Slf4jLogWriterProvider. getLogWriter(QValueFactory valueFactory)
Returns aSlf4jLogWriter
if the logger forvalueFactory.getClass()
has debug level enabled.LogWriter
WriterLogWriterProvider. getLogWriter(QValueFactory valueFactory)
Returns aWriterLogWriter
if the logger forvalueFactory.getClass()
has debug level enabled.Constructors in org.apache.jackrabbit.spi.commons.logging with parameters of type QValueFactory Constructor Description QValueFactoryLogger(QValueFactory qValueFactory, LogWriter writer)
Create a new instance for the givenqValueFactory
which useswriter
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 Modifier and Type Class Description class
AbstractQValueFactory
AbstractQValueFactory
...class
QValueFactoryImpl
QValueFactoryImpl
...Methods in org.apache.jackrabbit.spi.commons.value that return QValueFactory Modifier and Type Method Description static QValueFactory
QValueFactoryImpl. getInstance()
QValueFactory
ValueFactoryQImpl. getQValueFactory()
TheQValueFactory
that is wrapped by thisValueFactory
instance.Methods in org.apache.jackrabbit.spi.commons.value with parameters of type QValueFactory Modifier and Type Method Description 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 Constructor Description ValueFactoryQImpl(QValueFactory qfactory, NamePathResolver resolver)
Constructs a newValueFactoryQImpl
based on an existing SPIQValueFactory
and aNamePathResolver
. -
Uses of QValueFactory in org.apache.jackrabbit.spi2dav
Methods in org.apache.jackrabbit.spi2dav that return QValueFactory Modifier and Type Method Description QValueFactory
RepositoryServiceImpl. getQValueFactory()
-
Uses of QValueFactory in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return QValueFactory Modifier and Type Method Description QValueFactory
RepositoryServiceImpl. getQValueFactory()
Return theQValueFactory
defined with this SPI implementation.
-