Package | Description |
---|---|
net.bluemind.notes.api | |
net.bluemind.notes.persistence | |
net.bluemind.notes.service.internal |
Modifier and Type | Field and Description |
---|---|
VNoteQuery |
VNotesQuery.vnoteQuery |
Modifier and Type | Method and Description |
---|---|
static VNoteQuery |
VNoteQuery.create(java.lang.String query) |
Modifier and Type | Method and Description |
---|---|
static VNotesQuery |
VNotesQuery.create(VNoteQuery vnoteQuery,
java.util.List<java.lang.String> containers) |
static VNotesQuery |
VNotesQuery.create(VNoteQuery vnoteQuery,
java.lang.String owner) |
java.util.concurrent.CompletableFuture<ListResult<ItemValue<VNote>>> |
INotePromise.search(VNoteQuery query) |
ListResult<ItemValue<VNote>> |
INote.search(VNoteQuery query)
Search
VNote 's by VNoteQuery |
void |
INoteAsync.search(VNoteQuery query,
AsyncHandler<ListResult<ItemValue<VNote>>> handler) |
Modifier and Type | Method and Description |
---|---|
ListResult<java.lang.String> |
VNoteIndexStore.search(VNoteQuery query) |
Modifier and Type | Method and Description |
---|---|
ListResult<ItemValue<VNote>> |
NoteService.search(VNoteQuery query) |
Copyright © 2023. All Rights Reserved.