Uses of Interface
org.apache.jackrabbit.spi.IdFactory
-
Packages that use IdFactory 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 -
-
Uses of IdFactory in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi that return IdFactory Modifier and Type Method Description IdFactory
SessionImpl. getIdFactory()
IdFactory
WorkspaceManager. getIdFactory()
-
Uses of IdFactory in org.apache.jackrabbit.jcr2spi.hierarchy
Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return IdFactory Modifier and Type Method Description IdFactory
EntryFactory. getIdFactory()
Constructors in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type IdFactory Constructor Description EntryFactory(TransientItemStateFactory isf, IdFactory idFactory, EntryFactory.NodeEntryListener listener, PathFactory pathFactory)
Create a new instance of theEntryFactory
.HierarchyManagerImpl(TransientItemStateFactory isf, IdFactory idFactory, PathFactory pathFactory)
-
Uses of IdFactory in org.apache.jackrabbit.spi
Methods in org.apache.jackrabbit.spi that return IdFactory Modifier and Type Method Description IdFactory
RepositoryService. getIdFactory()
Return theIdFactory
. -
Uses of IdFactory in org.apache.jackrabbit.spi.commons
Methods in org.apache.jackrabbit.spi.commons that return IdFactory Modifier and Type Method Description IdFactory
AbstractRepositoryService. getIdFactory()
Methods in org.apache.jackrabbit.spi.commons with parameters of type IdFactory Modifier and Type Method Description static NodeInfo
NodeInfoImpl. createSerializableNodeInfo(NodeInfo nodeInfo, IdFactory idFactory)
Creates a new serializableNodeInfo
for the givenNodeInfo
.static PropertyInfo
PropertyInfoImpl. createSerializablePropertyInfo(PropertyInfo propertyInfo, IdFactory idFactory)
Creates a new serializable property info for the givenPropertyInfo
. -
Uses of IdFactory in org.apache.jackrabbit.spi.commons.identifier
Classes in org.apache.jackrabbit.spi.commons.identifier that implement IdFactory Modifier and Type Class Description class
AbstractIdFactory
AbstractIdFactory
...class
IdFactoryImpl
IdFactoryImpl
...Methods in org.apache.jackrabbit.spi.commons.identifier that return IdFactory Modifier and Type Method Description static IdFactory
IdFactoryImpl. getInstance()
-
Uses of IdFactory in org.apache.jackrabbit.spi.commons.logging
Classes in org.apache.jackrabbit.spi.commons.logging that implement IdFactory Modifier and Type Class Description class
IdFactoryLogger
Log wrapper for anIdFactory
.Methods in org.apache.jackrabbit.spi.commons.logging that return IdFactory Modifier and Type Method Description static IdFactory
SpiLoggerFactory. create(IdFactory idFactory, LogWriterProvider logWriterProvider)
Returns a log wrapper for the givenidFactory
which logs a calls to its methods iflogWriterProvider
returns aLogWriter
instance foridFactory
.IdFactory
IdFactoryLogger. getIdFactory()
IdFactory
RepositoryServiceLogger. getIdFactory()
Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type IdFactory Modifier and Type Method Description static IdFactory
SpiLoggerFactory. create(IdFactory idFactory, LogWriterProvider logWriterProvider)
Returns a log wrapper for the givenidFactory
which logs a calls to its methods iflogWriterProvider
returns aLogWriter
instance foridFactory
.LogWriter
LogWriterProvider. getLogWriter(IdFactory idFactory)
LogWriter
Slf4jLogWriterProvider. getLogWriter(IdFactory idFactory)
Returns aSlf4jLogWriter
if the logger foridFactory.getClass()
has debug level enabled.LogWriter
WriterLogWriterProvider. getLogWriter(IdFactory idFactory)
Returns aWriterLogWriter
if the logger foridFactory.getClass()
has debug level enabled.Constructors in org.apache.jackrabbit.spi.commons.logging with parameters of type IdFactory Constructor Description IdFactoryLogger(IdFactory idFactory, LogWriter writer)
Create a new instance for the givenidFactory
which useswriter
for persisting log messages. -
Uses of IdFactory in org.apache.jackrabbit.spi2dav
Methods in org.apache.jackrabbit.spi2dav that return IdFactory Modifier and Type Method Description IdFactory
RepositoryServiceImpl. getIdFactory()
-
Uses of IdFactory in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return IdFactory Modifier and Type Method Description IdFactory
RepositoryServiceImpl. getIdFactory()
Return theIdFactory
.
-