Package | Description |
---|---|
net.bluemind.notes.api | |
net.bluemind.notes.service.internal |
Modifier and Type | Method and Description |
---|---|
static VNoteChanges |
VNoteChanges.create(java.util.List<VNoteChanges.ItemAdd> add,
java.util.List<VNoteChanges.ItemModify> modify,
java.util.List<VNoteChanges.ItemDelete> delete) |
static VNoteChanges |
VNoteChanges.empty() |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ContainerUpdatesResult> |
INotePromise.updates(VNoteChanges changes) |
ContainerUpdatesResult |
INote.updates(VNoteChanges changes)
Updates multiple
VNote s. |
void |
INoteAsync.updates(VNoteChanges changes,
AsyncHandler<ContainerUpdatesResult> handler) |
Modifier and Type | Method and Description |
---|---|
ContainerUpdatesResult |
NoteService.updates(VNoteChanges changes) |
Copyright © 2023. All Rights Reserved.