Class ListDeltaWork
java.lang.Object
org.eclipse.emf.cdo.server.db.mapping.ListDeltaWork
The semantic arguments of one
IListMappingDeltaSupport.processDelta(org.eclipse.emf.cdo.server.db.IDBStoreAccessor, org.eclipse.emf.cdo.common.id.CDOID, int, int, int, long, org.eclipse.emf.cdo.common.revision.delta.CDOListFeatureDelta) invocation.- Since:
- 4.15
- Author:
- Eike Stepper
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionListDeltaWork(CDOID id, int branchId, int oldVersion, int newVersion, long created, CDOListFeatureDelta delta) ListDeltaWork(CDOID id, int branchId, int oldVersion, int newVersion, long created, CDOListFeatureDelta delta, int newListSize) -
Method Summary
Modifier and TypeMethodDescriptionintlonggetDelta()getID()intReturns the semantic size after the delta has been planned, orUNSPECIFIED_LIST_SIZEif it was not planned.intint
-
Field Details
-
UNSPECIFIED_LIST_SIZE
public static final int UNSPECIFIED_LIST_SIZE- See Also:
-
-
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
-
getBranchId
public int getBranchId() -
getOldVersion
public int getOldVersion() -
getNewVersion
public int getNewVersion() -
getCreated
public long getCreated() -
getDelta
-
getNewListSize
public int getNewListSize()Returns the semantic size after the delta has been planned, orUNSPECIFIED_LIST_SIZEif it was not planned.
-