Uses of Class
net.bluemind.notes.api.VNoteQuery
Packages that use VNoteQuery
-
Uses of VNoteQuery in net.bluemind.notes.api
Fields in net.bluemind.notes.api declared as VNoteQueryMethods in net.bluemind.notes.api that return VNoteQueryMethods in net.bluemind.notes.api with parameters of type VNoteQueryModifier 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)