public abstract class ItemVersionUpdate extends VersionedDataUpdate
Modifier and Type | Class and Description |
---|---|
static class |
ItemVersionUpdate.Empty |
static class |
ItemVersionUpdate.Total |
Modifier | Constructor and Description |
---|---|
protected |
ItemVersionUpdate(DataVersion version) |
Modifier and Type | Method and Description |
---|---|
abstract Set<ItemIdentity> |
getAffectedItems() |
abstract DataVersion |
getFromVersion() |
getVersion, isEmpty, isFull, isIncremental
protected ItemVersionUpdate(@NotNull DataVersion version)
@NotNull public abstract DataVersion getFromVersion()
@NotNull public abstract Set<ItemIdentity> getAffectedItems()
Copyright © 2024 Tempo Software. All Rights Reserved.