Uses of Interface
org.eclipse.emf.cdo.common.revision.CDOListFactory

Packages that use CDOListFactory
org.eclipse.emf.cdo.common.revision Common concepts for dealing with revisions and revision lists. 
org.eclipse.emf.cdo.common.util Common utility classes, some common interfaces and exceptions. 
org.eclipse.emf.cdo.spi.common.protocol Common base implementations for dealing with I/O of CDO data structures. 
 

Uses of CDOListFactory in org.eclipse.emf.cdo.common.revision
 

Fields in org.eclipse.emf.cdo.common.revision declared as CDOListFactory
static CDOListFactory CDOListFactory.DEFAULT
           
 

Uses of CDOListFactory in org.eclipse.emf.cdo.common.util
 

Methods in org.eclipse.emf.cdo.common.util with parameters of type CDOListFactory
static CDODataInput CDOCommonUtil.createCDODataInput(ExtendedDataInputStream inputStream, CDOPackageRegistry packageRegistry, CDOBranchManager branchManager, CDOCommitInfoManager commitManager, CDORevisionFactory revisionFactory, CDOListFactory listFactory, CDOLobStore lobStore)
           
 

Uses of CDOListFactory in org.eclipse.emf.cdo.spi.common.protocol
 

Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOListFactory
protected abstract  CDOListFactory CDODataInputImpl.getListFactory()
           
protected  CDOListFactory CDODataInputImpl.Default.getListFactory()
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.