Uses of Class
net.bluemind.core.api.ListResult
Packages that use ListResult
Package
Description
-
Uses of ListResult in net.bluemind.addressbook.api
Methods in net.bluemind.addressbook.api that return ListResultModifier and TypeMethodDescriptionIAddressBook.search
(VCardQuery query) ElasticSearch based vcard searchIAddressBooks.search
(VCardQuery query) ElasticSearch based vcard search througth all subscribed addressbooksMethods in net.bluemind.addressbook.api that return types with arguments of type ListResultModifier and TypeMethodDescriptionIAddressBookPromise.search
(VCardQuery query) IAddressBooksPromise.search
(VCardQuery query) Method parameters in net.bluemind.addressbook.api with type arguments of type ListResultModifier and TypeMethodDescriptionvoid
IAddressBookAsync.search
(VCardQuery query, AsyncHandler<ListResult<ItemValue<VCardInfo>>> handler) void
IAddressBooksAsync.search
(VCardQuery query, AsyncHandler<ListResult<ItemContainerValue<VCardInfo>>> handler) -
Uses of ListResult in net.bluemind.calendar.api
Methods in net.bluemind.calendar.api that return ListResultModifier and TypeMethodDescriptionICalendar.list()
List all the events of this calendar.ICalendarView.list()
Deprecated.Returns a list ofCalendarView
ICalendar.search
(VEventQuery query) Search for events matching the given query.ICalendar.searchPendingCounters()
Search pending counters of the current userMethods in net.bluemind.calendar.api that return types with arguments of type ListResultModifier and TypeMethodDescriptionICalendarPromise.list()
ICalendarViewPromise.list()
IUserCalendarViewsPromise.list()
ICalendarPromise.search
(VEventQuery query) ICalendarPromise.searchPendingCounters()
Method parameters in net.bluemind.calendar.api with type arguments of type ListResultModifier and TypeMethodDescriptionvoid
ICalendarAsync.list
(AsyncHandler<ListResult<ItemValue<VEventSeries>>> handler) void
ICalendarViewAsync.list
(AsyncHandler<ListResult<ItemValue<CalendarView>>> handler) void
IUserCalendarViewsAsync.list
(AsyncHandler<ListResult<ItemValue<CalendarView>>> handler) void
ICalendarAsync.search
(VEventQuery query, AsyncHandler<ListResult<ItemValue<VEventSeries>>> handler) void
ICalendarAsync.searchPendingCounters
(AsyncHandler<ListResult<ItemValue<VEventSeries>>> handler) -
Uses of ListResult in net.bluemind.core.api
Methods in net.bluemind.core.api that return ListResult -
Uses of ListResult in net.bluemind.device.api
Methods in net.bluemind.device.api that return ListResultMethods in net.bluemind.device.api that return types with arguments of type ListResultMethod parameters in net.bluemind.device.api with type arguments of type ListResultModifier and TypeMethodDescriptionvoid
IDeviceAsync.list
(AsyncHandler<ListResult<ItemValue<Device>>> handler) -
Uses of ListResult in net.bluemind.directory.api
Methods in net.bluemind.directory.api that return ListResultModifier and TypeMethodDescriptionIDirectory.search
(DirEntryQuery query) SearchDirEntry
s byDirEntryQuery
Methods in net.bluemind.directory.api that return types with arguments of type ListResultMethod parameters in net.bluemind.directory.api with type arguments of type ListResultModifier and TypeMethodDescriptionvoid
IDirectoryAsync.search
(DirEntryQuery query, AsyncHandler<ListResult<ItemValue<DirEntry>>> handler) -
Uses of ListResult in net.bluemind.documentfolder.api
Methods in net.bluemind.documentfolder.api that return ListResultMethods in net.bluemind.documentfolder.api that return types with arguments of type ListResultMethod parameters in net.bluemind.documentfolder.api with type arguments of type ListResultModifier and TypeMethodDescriptionvoid
IDocumentFolderAsync.list
(AsyncHandler<ListResult<DocumentFolder>> handler) -
Uses of ListResult in net.bluemind.notes.api
Methods in net.bluemind.notes.api that return ListResultMethods in net.bluemind.notes.api that return types with arguments of type ListResultMethod parameters in net.bluemind.notes.api with type arguments of type ListResultModifier and TypeMethodDescriptionvoid
INoteAsync.search
(VNoteQuery query, AsyncHandler<ListResult<ItemValue<VNote>>> handler) -
Uses of ListResult in net.bluemind.scheduledjob.api
Methods in net.bluemind.scheduledjob.api that return ListResultModifier and TypeMethodDescriptionIJob.searchExecution
(JobExecutionQuery query) Fetch recorded job executions.List jobs deployed.Methods in net.bluemind.scheduledjob.api that return types with arguments of type ListResultMethod parameters in net.bluemind.scheduledjob.api with type arguments of type ListResultModifier and TypeMethodDescriptionvoid
IJobAsync.searchExecution
(JobExecutionQuery query, AsyncHandler<ListResult<JobExecution>> handler) void
IJobAsync.searchJob
(JobQuery query, AsyncHandler<ListResult<Job>> handler) -
Uses of ListResult in net.bluemind.todolist.api
Methods in net.bluemind.todolist.api that return ListResultModifier and TypeMethodDescriptionITodoList.search
(VTodoQuery query) SearchVTodo
's byVTodoQuery
Methods in net.bluemind.todolist.api that return types with arguments of type ListResultMethod parameters in net.bluemind.todolist.api with type arguments of type ListResultModifier and TypeMethodDescriptionvoid
ITodoListAsync.search
(VTodoQuery query, AsyncHandler<ListResult<ItemValue<VTodo>>> handler)