Uses of Class
net.bluemind.core.container.model.ContainerUpdatesResult
Package
Description
-
Uses of ContainerUpdatesResult in net.bluemind.addressbook.api
Modifier and TypeMethodDescriptionIAddressBook.updates
(VCardChanges changes) Updates multiples entries at once (should be transactional: if one operation fail, nothing is written)Modifier and TypeMethodDescriptionvoid
IAddressBookAsync.updates
(VCardChanges changes, AsyncHandler<ContainerUpdatesResult> handler) -
Uses of ContainerUpdatesResult in net.bluemind.calendar.api
Modifier and TypeMethodDescriptionICalendar.updates
(VEventChanges changes) Applies changes (create, update, delete) to a calendar specified by itscontainerUid
.Modifier and TypeMethodDescriptionvoid
ICalendarAsync.updates
(VEventChanges changes, AsyncHandler<ContainerUpdatesResult> handler) -
Uses of ContainerUpdatesResult in net.bluemind.calendar.api.internal
Modifier and TypeMethodDescriptionIInternalCalendar.updates
(VEventChanges changes, boolean notify) -
Uses of ContainerUpdatesResult in net.bluemind.notes.api
Modifier and TypeMethodDescriptionvoid
INoteAsync.updates
(VNoteChanges changes, AsyncHandler<ContainerUpdatesResult> handler) -
Uses of ContainerUpdatesResult in net.bluemind.tag.api
Modifier and TypeMethodDescriptionITags.updates
(TagChanges changes) Update multiple tags at once.Modifier and TypeMethodDescriptionvoid
ITagsAsync.updates
(TagChanges changes, AsyncHandler<ContainerUpdatesResult> handler) -
Uses of ContainerUpdatesResult in net.bluemind.todolist.api
Modifier and TypeMethodDescriptionITodoList.updates
(VTodoChanges changes) Updates multipleVTodo
s.Modifier and TypeMethodDescriptionvoid
ITodoListAsync.updates
(VTodoChanges changes, AsyncHandler<ContainerUpdatesResult> handler)