|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IListMappingDeltaSupport
Interface to complement IListMapping in order to provide list delta processing support.
| Method Summary | |
|---|---|
void |
processDelta(IDBStoreAccessor accessor,
CDOID id,
int oldVersion,
int newVersion,
long created,
CDOListFeatureDelta delta)
Process a set of CDOFeatureDeltas for a many-valued feature. |
| Method Detail |
|---|
void processDelta(IDBStoreAccessor accessor,
CDOID id,
int oldVersion,
int newVersion,
long created,
CDOListFeatureDelta delta)
accessor - the accessor to useid - the ID of the revision affectedoldVersion - the original version of the revisionnewVersion - the new revision of the revision (after the change)created - the creation date for the new revisiondelta - the CDOListFeatureDelta which contains the list deltas.
|
Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||