Uses of Class
net.bluemind.notes.api.VNotesQuery
Packages that use VNotesQuery
-
Uses of VNotesQuery in net.bluemind.notes.api
Methods in net.bluemind.notes.api that return VNotesQueryModifier and TypeMethodDescriptionstatic VNotesQuery
VNotesQuery.create
(VNoteQuery vnoteQuery, String owner) static VNotesQuery
VNotesQuery.create
(VNoteQuery vnoteQuery, List<String> containers) Methods in net.bluemind.notes.api with parameters of type VNotesQueryModifier and TypeMethodDescriptionINotes.search
(VNotesQuery query) void
INotesAsync.search
(VNotesQuery query, AsyncHandler<List<ItemContainerValue<VNote>>> handler) INotesPromise.search
(VNotesQuery query)