Package | Description |
---|---|
net.bluemind.core.container.model | |
net.bluemind.core.container.persistence |
Modifier and Type | Class and Description |
---|---|
class |
ItemChangeLogEntry |
Modifier and Type | Field and Description |
---|---|
java.util.List<ChangeLogEntry> |
ContainerChangelog.entries
changelog entries
|
Modifier and Type | Method and Description |
---|---|
static ChangeLogEntry |
ChangeLogEntry.create(long id,
long v,
java.lang.String uid,
ChangeLogEntry.Type t) |
Constructor and Description |
---|
ItemChangeLogEntry(ChangeLogEntry entry) |
ItemIdentifier(ChangeLogEntry entry) |
ItemVersion(ChangeLogEntry cl) |
Modifier and Type | Class and Description |
---|---|
class |
FlaggedChangeLogEntry |
Modifier and Type | Method and Description |
---|---|
static <T extends java.lang.Comparable<?>,E extends ChangeLogEntry> |
ChangelogUtils.toChangeset(IWeightProvider wp,
long from,
java.util.List<E> entries,
java.util.function.Function<E,T> toId,
ItemFlagFilter filter) |
Modifier and Type | Method and Description |
---|---|
void |
ChangelogStore.insertLog(java.util.List<ChangeLogEntry> entries) |
static <T extends java.lang.Comparable<T>> |
ChangelogUtils.toChangesetByExtId(IWeightProvider wp,
long from,
ContainerChangelog cc,
java.util.function.Function<ChangeLogEntry,T> toId) |
Copyright © 2021. All Rights Reserved.