Uses of Class
net.bluemind.core.container.model.ItemContainerValue
Packages that use ItemContainerValue
Package
Description
-
Uses of ItemContainerValue in net.bluemind.addressbook.api
Methods in net.bluemind.addressbook.api that return types with arguments of type ItemContainerValueModifier and TypeMethodDescriptionIAddressBooks.search
(VCardQuery query) ElasticSearch based vcard search througth all subscribed addressbooksIAddressBooksPromise.search
(VCardQuery query) Method parameters in net.bluemind.addressbook.api with type arguments of type ItemContainerValueModifier and TypeMethodDescriptionvoid
IAddressBooksAsync.search
(VCardQuery query, AsyncHandler<ListResult<ItemContainerValue<VCardInfo>>> handler) -
Uses of ItemContainerValue in net.bluemind.calendar.api
Methods in net.bluemind.calendar.api that return types with arguments of type ItemContainerValueModifier and TypeMethodDescriptionICalendars.search
(CalendarsVEventQuery query) ICalendarsPromise.search
(CalendarsVEventQuery query) ICalendars.searchPendingCounters
(List<String> calendars) Retrieve a list of pending counter propositions of the current userICalendarsPromise.searchPendingCounters
(List<String> calendars) Method parameters in net.bluemind.calendar.api with type arguments of type ItemContainerValueModifier and TypeMethodDescriptionvoid
ICalendarsAsync.search
(CalendarsVEventQuery query, AsyncHandler<List<ItemContainerValue<VEventSeries>>> handler) void
ICalendarsAsync.searchPendingCounters
(List<String> calendars, AsyncHandler<List<ItemContainerValue<VEventSeries>>> handler) -
Uses of ItemContainerValue in net.bluemind.core.container.model
Methods in net.bluemind.core.container.model that return ItemContainerValue -
Uses of ItemContainerValue in net.bluemind.notes.api
Methods in net.bluemind.notes.api that return types with arguments of type ItemContainerValueModifier and TypeMethodDescriptionINotes.search
(VNotesQuery query) INotesPromise.search
(VNotesQuery query) Method parameters in net.bluemind.notes.api with type arguments of type ItemContainerValueModifier and TypeMethodDescriptionvoid
INotesAsync.search
(VNotesQuery query, AsyncHandler<List<ItemContainerValue<VNote>>> handler) -
Uses of ItemContainerValue in net.bluemind.todolist.api
Methods in net.bluemind.todolist.api that return types with arguments of type ItemContainerValueModifier and TypeMethodDescriptionITodoLists.search
(TodoListsVTodoQuery query) ITodoListsPromise.search
(TodoListsVTodoQuery query) Method parameters in net.bluemind.todolist.api with type arguments of type ItemContainerValueModifier and TypeMethodDescriptionvoid
ITodoListsAsync.search
(TodoListsVTodoQuery query, AsyncHandler<List<ItemContainerValue<VTodo>>> handler)