Interface IListMappingDeltaSupport
- 
 public interface IListMappingDeltaSupportInterface to complementIListMappingin order to provide list delta processing support.- Since:
- 2.0
- Author:
- Eike Stepper, Stefan Winkler
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessDelta(IDBStoreAccessor accessor, CDOID id, int branchId, int oldVersion, int newVersion, long created, CDOListFeatureDelta delta)Process a set of CDOFeatureDeltas for a many-valued feature.
 
- 
- 
- 
Method Detail- 
processDeltavoid processDelta(IDBStoreAccessor accessor, CDOID id, int branchId, int oldVersion, int newVersion, long created, CDOListFeatureDelta delta) Process a set of CDOFeatureDeltas for a many-valued feature.- Parameters:
- accessor- the accessor to use
- id- the ID of the revision affected
- oldVersion- the original version of the revision
- newVersion- the new revision of the revision (after the change)
- created- the creation date for the new revision
- delta- the- CDOListFeatureDeltawhich contains the list deltas.
- Since:
- 4.0
 
 
- 
 
-