Uses of Class
net.bluemind.notes.api.VNote
Packages that use VNote
-
Uses of VNote in net.bluemind.notes.api
Subinterfaces with type arguments of type VNote in net.bluemind.notes.apiFields in net.bluemind.notes.api declared as VNoteMethods in net.bluemind.notes.api that return types with arguments of type VNoteModifier and TypeMethodDescriptionINote.all()List all Notes of a containerINotePromise.all()INote.getComplete(String uid) Fetch aVNoteby its unique UIDINotePromise.getComplete(String uid) INotePromise.getCompleteById(long id) INote.multipleGet(List<String> uids) Fetch multipleVNotes by their unique UIDsINotePromise.multipleGet(List<String> uids) INotePromise.multipleGetById(List<Long> arg0) INote.search(VNoteQuery query) SearchVNote's byVNoteQueryINotePromise.search(VNoteQuery query) INotes.search(VNotesQuery query) INotesPromise.search(VNotesQuery query) Methods in net.bluemind.notes.api with parameters of type VNoteModifier and TypeMethodDescriptionvoidCreates a newVNoteentry.voidINoteAsync.create(String uid, VNote note, AsyncHandler<Void> handler) static VNoteChanges.ItemAddstatic VNoteChanges.ItemModifyvoidINoteAsync.createById(long id, VNote arg1, AsyncHandler<Ack> handler) INotePromise.createById(long id, VNote arg1) voidModifies an existingVNote.voidINoteAsync.update(String uid, VNote note, AsyncHandler<Void> handler) voidINoteAsync.updateById(long id, VNote arg1, AsyncHandler<Ack> handler) INotePromise.updateById(long id, VNote arg1) Method parameters in net.bluemind.notes.api with type arguments of type VNoteModifier and TypeMethodDescriptionvoidINoteAsync.all(AsyncHandler<List<ItemValue<VNote>>> handler) voidINoteAsync.getComplete(String uid, AsyncHandler<ItemValue<VNote>> handler) voidINoteAsync.getCompleteById(long id, AsyncHandler<ItemValue<VNote>> handler) voidINoteAsync.multipleGet(List<String> uids, AsyncHandler<List<ItemValue<VNote>>> handler) voidINoteAsync.multipleGetById(List<Long> arg0, AsyncHandler<List<ItemValue<VNote>>> handler) voidINoteAsync.search(VNoteQuery query, AsyncHandler<ListResult<ItemValue<VNote>>> handler) voidINotesAsync.search(VNotesQuery query, AsyncHandler<List<ItemContainerValue<VNote>>> handler)