Class ListDeltaWork

java.lang.Object
org.eclipse.emf.cdo.server.db.mapping.ListDeltaWork

public final class ListDeltaWork extends Object
Since:
4.15
Author:
Eike Stepper
  • Field Details

  • Constructor Details

    • ListDeltaWork

      public ListDeltaWork(CDOID id, int branchId, int oldVersion, int newVersion, long created, CDOListFeatureDelta delta)
    • ListDeltaWork

      public ListDeltaWork(CDOID id, int branchId, int oldVersion, int newVersion, long created, CDOListFeatureDelta delta, int newListSize)
  • Method Details

    • getID

      public CDOID getID()
    • getBranchId

      public int getBranchId()
    • getOldVersion

      public int getOldVersion()
    • getNewVersion

      public int getNewVersion()
    • getCreated

      public long getCreated()
    • getDelta

      public CDOListFeatureDelta getDelta()
    • getNewListSize

      public int getNewListSize()
      Returns the semantic size after the delta has been planned, or UNSPECIFIED_LIST_SIZE if it was not planned.