Interface CDOListResolver
- 
- All Known Subinterfaces:
- CDOCollectionLoadingPolicy
 
 public interface CDOListResolverA strategy that specifies which list elememts must be present (loaded) in aCDOIDlist of arevisionwhen a certain list index is accessed. Implementations of this interface can control the exact characteristics of a certain partial collection loading strategy.- Since:
- 4.0
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresolveAllProxies(CDORevision revision, org.eclipse.emf.ecore.EStructuralFeature feature)Defines a strategy to be used when the collection needs to resolve all elements.java.lang.ObjectresolveProxy(CDORevision revision, org.eclipse.emf.ecore.EStructuralFeature feature, int accessIndex, int serverIndex)Defines a strategy to be used when the collection needs to resolve one element.
 
- 
- 
- 
Method Detail- 
resolveProxyjava.lang.Object resolveProxy(CDORevision revision, org.eclipse.emf.ecore.EStructuralFeature feature, int accessIndex, int serverIndex) Defines a strategy to be used when the collection needs to resolve one element.
 - 
resolveAllProxiesvoid resolveAllProxies(CDORevision revision, org.eclipse.emf.ecore.EStructuralFeature feature) Defines a strategy to be used when the collection needs to resolve all elements.
 
- 
 
-