Schnittstelle CDOListResolver
- Alle bekannten Unterschnittstellen:
CDOCollectionLoadingPolicy
public interface CDOListResolver
A strategy that specifies which list elememts must be present (loaded) in a
CDOID list of a
revision when a certain list index is accessed. Implementations of this interface can control the
exact characteristics of a certain partial collection loading strategy.- Seit:
- 4.0
- Autor:
- Eike Stepper
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidresolveAllProxies(CDORevision revision, EStructuralFeature feature) Defines a strategy to be used when the collection needs to resolve all elements.resolveProxy(CDORevision revision, EStructuralFeature feature, int accessIndex, int serverIndex) Defines a strategy to be used when the collection needs to resolve one element.
-
Methodendetails
-
resolveProxy
Object resolveProxy(CDORevision revision, EStructuralFeature feature, int accessIndex, int serverIndex) Defines a strategy to be used when the collection needs to resolve one element. -
resolveAllProxies
Defines a strategy to be used when the collection needs to resolve all elements.
-