Schnittstelle IListMappingDeltaSupport


public interface IListMappingDeltaSupport
Interface to complement IListMapping in order to provide list delta processing support.
Seit:
2.0
Autor:
Eike Stepper, Stefan Winkler
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    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.
  • Methodendetails

    • processDelta

      void 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.
      Parameter:
      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 CDOListFeatureDelta which contains the list deltas.
      Seit:
      4.0