@Experimental
public class SyncChange
extends java.lang.Object
SyncChangeListener.
IDs of changed objects are available via getChangedIds() and those of removed objects via
getRemovedIds().| Constructor and Description |
|---|
SyncChange(long entityTypeId,
long[] changedIds,
long[] removedIds) |
| Modifier and Type | Method and Description |
|---|---|
long[] |
getChangedIds()
IDs of objects that have been changed; e.g.
|
long |
getEntityTypeId()
The entity type ID; use methods like
BoxStore.getEntityTypeIdOrThrow(java.lang.Class<?>) to map with classes. |
long[] |
getRemovedIds()
IDs of objects that have been removed.
|
public SyncChange(long entityTypeId,
long[] changedIds,
long[] removedIds)
public long getEntityTypeId()
BoxStore.getEntityTypeIdOrThrow(java.lang.Class<?>) to map with classes.public long[] getChangedIds()
public long[] getRemovedIds()