Uses of Class
net.bluemind.notes.api.VNote
-
Uses of VNote in net.bluemind.notes.api
Modifier and TypeMethodDescriptionINote.all()
List all Notes of a containerINotePromise.all()
INote.getComplete
(String uid) Fetch aVNote
by its unique UIDINotePromise.getComplete
(String uid) INotePromise.getCompleteById
(long id) INote.multipleGet
(List<String> uids) Fetch multipleVNote
s by their unique UIDsINotePromise.multipleGet
(List<String> uids) INotePromise.multipleGetById
(List<Long> arg0) INote.search
(VNoteQuery query) SearchVNote
's byVNoteQuery
INotePromise.search
(VNoteQuery query) INotes.search
(VNotesQuery query) INotesPromise.search
(VNotesQuery query) Modifier and TypeMethodDescriptionvoid
Creates a newVNote
entry.void
INoteAsync.create
(String uid, VNote note, AsyncHandler<Void> handler) static VNoteChanges.ItemAdd
static VNoteChanges.ItemModify
void
INoteAsync.createById
(long id, VNote arg1, AsyncHandler<Ack> handler) INotePromise.createById
(long id, VNote arg1) void
Modifies an existingVNote
.void
INoteAsync.update
(String uid, VNote note, AsyncHandler<Void> handler) void
INoteAsync.updateById
(long id, VNote arg1, AsyncHandler<Ack> handler) INotePromise.updateById
(long id, VNote arg1) Modifier and TypeMethodDescriptionvoid
INoteAsync.all
(AsyncHandler<List<ItemValue<VNote>>> handler) void
INoteAsync.getComplete
(String uid, AsyncHandler<ItemValue<VNote>> handler) void
INoteAsync.getCompleteById
(long id, AsyncHandler<ItemValue<VNote>> handler) void
INoteAsync.multipleGet
(List<String> uids, AsyncHandler<List<ItemValue<VNote>>> handler) void
INoteAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<VNote>>> handler) void
INoteAsync.search
(VNoteQuery query, AsyncHandler<ListResult<ItemValue<VNote>>> handler) void
INotesAsync.search
(VNotesQuery query, AsyncHandler<List<ItemContainerValue<VNote>>> handler)