Uses of Class
net.bluemind.notes.api.VNotesQuery
-
Uses of VNotesQuery in net.bluemind.notes.api
Modifier and TypeMethodDescriptionstatic VNotesQuery
VNotesQuery.create
(VNoteQuery vnoteQuery, String owner) static VNotesQuery
VNotesQuery.create
(VNoteQuery vnoteQuery, List<String> containers) Modifier and TypeMethodDescriptionINotes.search
(VNotesQuery query) void
INotesAsync.search
(VNotesQuery query, AsyncHandler<List<ItemContainerValue<VNote>>> handler) INotesPromise.search
(VNotesQuery query)