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 |
Modifier and Type | Class and Description |
---|---|
class |
InternalValueFactory
InternalValueFactory implements a QValueFactory that
creates InternalValue instances for binary values. |
Modifier and Type | Method and Description |
---|---|
static QValueFactory |
InternalValueFactory.getInstance() |
Modifier and Type | Method and Description |
---|---|
QValueFactory |
ManagerProvider.getQValueFactory() |
QValueFactory |
SessionImpl.getQValueFactory() |
QValueFactory |
WorkspaceImpl.getQValueFactory() |
Constructor and Description |
---|
SessionItemStateManager(UpdatableItemStateManager workspaceItemStateMgr,
ItemStateValidator validator,
QValueFactory qValueFactory,
ItemStateFactory isf,
SessionImpl mgrProvider)
Creates a new
SessionItemStateManager instance. |
Modifier and Type | Method and Description |
---|---|
QValue |
ReferenceChangeTracker.getMappedReference(QValue oldReference,
QValueFactory factory)
Returns the new UUID to which
oldUUID has been mapped
or null if no such mapping exists. |
Modifier and Type | Method and Description |
---|---|
QValueFactory |
RepositoryService.getQValueFactory()
Return the
QValueFactory defined with this SPI implementation. |
Modifier and Type | Method and Description |
---|---|
QValueFactory |
AbstractRepositoryService.getQValueFactory() |
Constructor and Description |
---|
QNodeTypeDefinitionImpl(NodeTypeDefinition def,
NamePathResolver resolver,
QValueFactory qValueFactory)
Create a a new
QNodeTypeDefinitionImpl from a JCR
NodeType definition. |
QPropertyDefinitionImpl(PropertyDefinition propDef,
NamePathResolver resolver,
QValueFactory qValueFactory)
Creates a new property definition based on
propDef . |
Modifier and Type | Class and Description |
---|---|
class |
QValueFactoryLogger
Log wrapper for a
QValueFactory . |
Modifier and Type | Method and Description |
---|---|
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 |
QValueFactoryLogger.getQValueFactory() |
QValueFactory |
RepositoryServiceLogger.getQValueFactory() |
Modifier and Type | Method and Description |
---|---|
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 |
LogWriterProvider.getLogWriter(QValueFactory qValueFactory) |
LogWriter |
Slf4jLogWriterProvider.getLogWriter(QValueFactory valueFactory)
Returns a
Slf4jLogWriter if the logger for
valueFactory.getClass() has debug level enabled. |
LogWriter |
WriterLogWriterProvider.getLogWriter(QValueFactory valueFactory)
Returns a
WriterLogWriter if the logger for
valueFactory.getClass() has debug level enabled. |
Constructor and Description |
---|
QValueFactoryLogger(QValueFactory qValueFactory,
LogWriter writer)
Create a new instance for the given
qValueFactory which uses
writer for persisting log messages. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQValueFactory
AbstractQValueFactory ... |
class |
QValueFactoryImpl
QValueFactoryImpl ... |
Modifier and Type | Method and Description |
---|---|
static QValueFactory |
QValueFactoryImpl.getInstance() |
QValueFactory |
ValueFactoryQImpl.getQValueFactory()
The
QValueFactory that is wrapped by this ValueFactory
instance. |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
ValueFactoryQImpl(QValueFactory qfactory,
NamePathResolver resolver)
Constructs a new
ValueFactoryQImpl based
on an existing SPI QValueFactory and a
NamePathResolver . |
Modifier and Type | Method and Description |
---|---|
QValueFactory |
RepositoryServiceImpl.getQValueFactory() |
Modifier and Type | Method and Description |
---|---|
QValueFactory |
RepositoryServiceImpl.getQValueFactory()
Return the
QValueFactory defined with this SPI implementation. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.