| Package | Description |
|---|---|
| org.apache.jackrabbit.jcr2spi | |
| org.apache.jackrabbit.jcr2spi.hierarchy | |
| org.apache.jackrabbit.spi |
Defines the interfaces of the JCR SPI (Service Provider Interface).
|
| org.apache.jackrabbit.spi.commons | |
| org.apache.jackrabbit.spi.commons.identifier | |
| org.apache.jackrabbit.spi.commons.logging | |
| org.apache.jackrabbit.spi2dav | |
| org.apache.jackrabbit.spi2jcr |
| Modifier and Type | Method and Description |
|---|---|
IdFactory |
SessionImpl.getIdFactory() |
IdFactory |
WorkspaceManager.getIdFactory() |
| Modifier and Type | Method and Description |
|---|---|
IdFactory |
EntryFactory.getIdFactory() |
| Constructor and Description |
|---|
EntryFactory(TransientItemStateFactory isf,
IdFactory idFactory,
EntryFactory.NodeEntryListener listener,
PathFactory pathFactory)
Create a new instance of the
EntryFactory. |
HierarchyManagerImpl(TransientItemStateFactory isf,
IdFactory idFactory,
PathFactory pathFactory) |
| Modifier and Type | Method and Description |
|---|---|
IdFactory |
RepositoryService.getIdFactory()
Return the
IdFactory. |
| Modifier and Type | Method and Description |
|---|---|
IdFactory |
AbstractRepositoryService.getIdFactory() |
| Modifier and Type | Method and Description |
|---|---|
static NodeInfo |
NodeInfoImpl.createSerializableNodeInfo(NodeInfo nodeInfo,
IdFactory idFactory)
Creates a new serializable
NodeInfo for the given
NodeInfo. |
static PropertyInfo |
PropertyInfoImpl.createSerializablePropertyInfo(PropertyInfo propertyInfo,
IdFactory idFactory)
Creates a new serializable property info for the given
PropertyInfo. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIdFactory
AbstractIdFactory... |
class |
IdFactoryImpl
IdFactoryImpl... |
| Modifier and Type | Method and Description |
|---|---|
static IdFactory |
IdFactoryImpl.getInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
IdFactoryLogger
Log wrapper for an
IdFactory. |
| Modifier and Type | Method and Description |
|---|---|
static IdFactory |
SpiLoggerFactory.create(IdFactory idFactory,
LogWriterProvider logWriterProvider)
Returns a log wrapper for the given
idFactory which logs a calls to its
methods if logWriterProvider returns a LogWriter instance for
idFactory. |
IdFactory |
IdFactoryLogger.getIdFactory() |
IdFactory |
RepositoryServiceLogger.getIdFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IdFactory |
SpiLoggerFactory.create(IdFactory idFactory,
LogWriterProvider logWriterProvider)
Returns a log wrapper for the given
idFactory which logs a calls to its
methods if logWriterProvider returns a LogWriter instance for
idFactory. |
LogWriter |
LogWriterProvider.getLogWriter(IdFactory idFactory) |
LogWriter |
Slf4jLogWriterProvider.getLogWriter(IdFactory idFactory)
Returns a
Slf4jLogWriter if the logger for
idFactory.getClass() has debug level enabled. |
LogWriter |
WriterLogWriterProvider.getLogWriter(IdFactory idFactory)
Returns a
WriterLogWriter if the logger for
idFactory.getClass() has debug level enabled. |
| Constructor and Description |
|---|
IdFactoryLogger(IdFactory idFactory,
LogWriter writer)
Create a new instance for the given
idFactory which uses
writer for persisting log messages. |
| Modifier and Type | Method and Description |
|---|---|
IdFactory |
RepositoryServiceImpl.getIdFactory() |
| Modifier and Type | Method and Description |
|---|---|
IdFactory |
RepositoryServiceImpl.getIdFactory()
Return the
IdFactory. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.