public static final class ItemVersionUpdate.Total extends ItemVersionUpdate
ItemVersionUpdate.Empty, ItemVersionUpdate.Total| Constructor and Description |
|---|
Total(DataVersion version) |
| Modifier and Type | Method and Description |
|---|---|
Set<ItemIdentity> |
getAffectedItems() |
DataVersion |
getFromVersion() |
boolean |
isFull()
Returns true if the update is "full", that is, the caller may drop the current state and replace it fully
with the state from this update.
|
String |
toString() |
getVersion, isEmpty, isIncrementalpublic Total(@NotNull
DataVersion version)
@NotNull public DataVersion getFromVersion()
getFromVersion in class ItemVersionUpdatepublic boolean isFull()
VersionedDataUpdateisFull in class VersionedDataUpdate@NotNull public Set<ItemIdentity> getAffectedItems()
getAffectedItems in class ItemVersionUpdateCopyright © 2022 ALM Works. All Rights Reserved.