Uses of Interface
org.apache.jackrabbit.spi.IdFactory

Packages that use IdFactory
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.spi2jcr   
 

Uses of IdFactory in org.apache.jackrabbit.jcr2spi
 

Methods in org.apache.jackrabbit.jcr2spi that return IdFactory
 IdFactory WorkspaceManager.getIdFactory()
           
 IdFactory SessionImpl.getIdFactory()
           
 

Uses of IdFactory in org.apache.jackrabbit.jcr2spi.hierarchy
 

Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return IdFactory
 IdFactory EntryFactory.getIdFactory()
           
 

Constructors in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type IdFactory
EntryFactory(TransientItemStateFactory isf, IdFactory idFactory, EntryFactory.NodeEntryListener listener, PathFactory pathFactory)
           
HierarchyManagerImpl(TransientItemStateFactory isf, IdFactory idFactory, PathFactory pathFactory)
           
 

Uses of IdFactory in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return IdFactory
 IdFactory RepositoryService.getIdFactory()
          Return the IdFactory.
 

Uses of IdFactory in org.apache.jackrabbit.spi.commons
 

Methods in org.apache.jackrabbit.spi.commons with parameters of type IdFactory
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.
 

Uses of IdFactory in org.apache.jackrabbit.spi.commons.identifier
 

Classes in org.apache.jackrabbit.spi.commons.identifier that implement IdFactory
 class AbstractIdFactory
          AbstractIdFactory...
 class IdFactoryImpl
          IdFactoryImpl...
 

Methods in org.apache.jackrabbit.spi.commons.identifier that return IdFactory
static IdFactory IdFactoryImpl.getInstance()
           
 

Uses of IdFactory in org.apache.jackrabbit.spi2jcr
 

Methods in org.apache.jackrabbit.spi2jcr that return IdFactory
 IdFactory RepositoryServiceImpl.getIdFactory()
          Return the IdFactory.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.