Uses of Class
net.bluemind.notes.api.VNoteQuery
-
Uses of VNoteQuery in net.bluemind.notes.api
Modifier and TypeMethodDescriptionstatic VNotesQuery
VNotesQuery.create
(VNoteQuery vnoteQuery, String owner) static VNotesQuery
VNotesQuery.create
(VNoteQuery vnoteQuery, List<String> containers) INote.search
(VNoteQuery query) SearchVNote
's byVNoteQuery
void
INoteAsync.search
(VNoteQuery query, AsyncHandler<ListResult<ItemValue<VNote>>> handler) INotePromise.search
(VNoteQuery query)