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