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

Packages that use CDOList
org.eclipse.emf.cdo.common.io   
org.eclipse.emf.cdo.common.revision   
org.eclipse.emf.cdo.spi.common.revision   
org.eclipse.emf.cdo.view   
 

Uses of CDOList in org.eclipse.emf.cdo.common.io
 

Methods in org.eclipse.emf.cdo.common.io that return CDOList
 CDOList CDODataInput.readCDOList(org.eclipse.emf.ecore.EClass owner, org.eclipse.emf.ecore.EStructuralFeature feature)
           
 

Methods in org.eclipse.emf.cdo.common.io with parameters of type CDOList
 void CDODataOutput.writeCDOList(org.eclipse.emf.ecore.EClass owner, org.eclipse.emf.ecore.EStructuralFeature feature, CDOList list, int referenceChunk)
           
 

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

Methods in org.eclipse.emf.cdo.common.revision that return CDOList
 CDOList CDOListFactory.createList(int intitialCapacity, int size, int initialChunk)
           
 

Uses of CDOList in org.eclipse.emf.cdo.spi.common.revision
 

Subinterfaces of CDOList in org.eclipse.emf.cdo.spi.common.revision
 interface InternalCDOList
           
 

Methods in org.eclipse.emf.cdo.spi.common.revision that return CDOList
 CDOList InternalCDORevision.getList(org.eclipse.emf.ecore.EStructuralFeature feature)
           
 CDOList AbstractCDORevision.getList(org.eclipse.emf.ecore.EStructuralFeature feature)
           
 CDOList InternalCDORevision.getList(org.eclipse.emf.ecore.EStructuralFeature feature, int size)
           
 CDOList AbstractCDORevision.getList(org.eclipse.emf.ecore.EStructuralFeature feature, int size)
           
 

Uses of CDOList in org.eclipse.emf.cdo.view
 

Methods in org.eclipse.emf.cdo.view with parameters of type CDOList
 java.util.Collection<CDOID> CDORevisionPrefetchingPolicy.loadAhead(CDORevisionManager revisionManager, org.eclipse.emf.ecore.EObject targetObject, org.eclipse.emf.ecore.EStructuralFeature feature, CDOList list, int accessIndex, CDOID accessID)
           
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.