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 IdFactorySessionImpl. getIdFactory()IdFactoryWorkspaceManager. 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 IdFactoryEntryFactory. 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 IdFactoryRepositoryService. 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 IdFactoryAbstractRepositoryService. getIdFactory()Methods in org.apache.jackrabbit.spi.commons with parameters of type IdFactory Modifier and Type Method Description static NodeInfoNodeInfoImpl. createSerializableNodeInfo(NodeInfo nodeInfo, IdFactory idFactory)Creates a new serializableNodeInfofor the givenNodeInfo.static PropertyInfoPropertyInfoImpl. 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 classAbstractIdFactoryAbstractIdFactory...classIdFactoryImplIdFactoryImpl...Methods in org.apache.jackrabbit.spi.commons.identifier that return IdFactory Modifier and Type Method Description static IdFactoryIdFactoryImpl. 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 classIdFactoryLoggerLog wrapper for anIdFactory.Methods in org.apache.jackrabbit.spi.commons.logging that return IdFactory Modifier and Type Method Description static IdFactorySpiLoggerFactory. create(IdFactory idFactory, LogWriterProvider logWriterProvider)Returns a log wrapper for the givenidFactorywhich logs a calls to its methods iflogWriterProviderreturns aLogWriterinstance foridFactory.IdFactoryIdFactoryLogger. getIdFactory()IdFactoryRepositoryServiceLogger. getIdFactory()Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type IdFactory Modifier and Type Method Description static IdFactorySpiLoggerFactory. create(IdFactory idFactory, LogWriterProvider logWriterProvider)Returns a log wrapper for the givenidFactorywhich logs a calls to its methods iflogWriterProviderreturns aLogWriterinstance foridFactory.LogWriterLogWriterProvider. getLogWriter(IdFactory idFactory)LogWriterSlf4jLogWriterProvider. getLogWriter(IdFactory idFactory)Returns aSlf4jLogWriterif the logger foridFactory.getClass()has debug level enabled.LogWriterWriterLogWriterProvider. getLogWriter(IdFactory idFactory)Returns aWriterLogWriterif 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 givenidFactorywhich useswriterfor 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 IdFactoryRepositoryServiceImpl. getIdFactory() - 
Uses of IdFactory in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return IdFactory Modifier and Type Method Description IdFactoryRepositoryServiceImpl. getIdFactory()Return theIdFactory. 
 -