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 TypeMethodDescriptionIndex/Offset based GETIAddressBook.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 TypeMethodDescriptionvoidIAddressBookAsync.range(Integer offset, Integer size, AsyncHandler<ListResult<ItemValue<VCardInfo>>> handler) voidIAddressBookAsync.search(VCardQuery query, AsyncHandler<ListResult<ItemValue<VCardInfo>>> handler) voidIAddressBooksAsync.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 ofCalendarViewICalendar.multipleGetByRange(VEventRange range) Fetch multipleVEventSeriesidentified by the given rangeICalendar.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.multipleGetByRange(VEventRange range) ICalendarPromise.search(VEventQuery query) ICalendarPromise.searchPendingCounters()Method parameters in net.bluemind.calendar.api with type arguments of type ListResultModifier and TypeMethodDescriptionvoidICalendarAsync.list(AsyncHandler<ListResult<ItemValue<VEventSeries>>> handler) voidICalendarViewAsync.list(AsyncHandler<ListResult<ItemValue<CalendarView>>> handler) voidIUserCalendarViewsAsync.list(AsyncHandler<ListResult<ItemValue<CalendarView>>> handler) voidICalendarAsync.multipleGetByRange(VEventRange range, AsyncHandler<ListResult<ItemValue<VEventSeries>>> handler) voidICalendarAsync.search(VEventQuery query, AsyncHandler<ListResult<ItemValue<VEventSeries>>> handler) voidICalendarAsync.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 TypeMethodDescriptionvoidIDeviceAsync.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) SearchDirEntrys byDirEntryQueryIDirectory.searchUids(DirEntryQuery query) SearchDirEntrys byDirEntryQueryMethods in net.bluemind.directory.api that return types with arguments of type ListResultModifier and TypeMethodDescriptionIDirectoryPromise.search(DirEntryQuery query) IDirectoryPromise.searchUids(DirEntryQuery query) Method parameters in net.bluemind.directory.api with type arguments of type ListResultModifier and TypeMethodDescriptionvoidIDirectoryAsync.search(DirEntryQuery query, AsyncHandler<ListResult<ItemValue<DirEntry>>> handler) voidIDirectoryAsync.searchUids(DirEntryQuery query, AsyncHandler<ListResult<String>> 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 TypeMethodDescriptionvoidIDocumentFolderAsync.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 TypeMethodDescriptionvoidINoteAsync.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 TypeMethodDescriptionvoidIJobAsync.searchExecution(JobExecutionQuery query, AsyncHandler<ListResult<JobExecution>> handler) voidIJobAsync.searchJob(JobQuery query, AsyncHandler<ListResult<Job>> handler) -
Uses of ListResult in net.bluemind.system.api
Methods in net.bluemind.system.api that return ListResultModifier and TypeMethodDescriptionICredentials.getObfuscatedUserCredentials(String userUid) Get user credentials for user UIDICredentials.getSelfObfuscatedCredentials()Get logged user credentialMethods in net.bluemind.system.api that return types with arguments of type ListResultModifier and TypeMethodDescriptionICredentialsPromise.getObfuscatedUserCredentials(String userUid) IInternalCredentialsPromise.getObfuscatedUserCredentials(String userUid) ICredentialsPromise.getSelfObfuscatedCredentials()IInternalCredentialsPromise.getSelfObfuscatedCredentials()Method parameters in net.bluemind.system.api with type arguments of type ListResultModifier and TypeMethodDescriptionvoidICredentialsAsync.getObfuscatedUserCredentials(String userUid, AsyncHandler<ListResult<Credential>> handler) voidIInternalCredentialsAsync.getObfuscatedUserCredentials(String userUid, AsyncHandler<ListResult<Credential>> handler) voidICredentialsAsync.getSelfObfuscatedCredentials(AsyncHandler<ListResult<Credential>> handler) voidIInternalCredentialsAsync.getSelfObfuscatedCredentials(AsyncHandler<ListResult<Credential>> handler) -
Uses of ListResult in net.bluemind.todolist.api
Methods in net.bluemind.todolist.api that return ListResultModifier and TypeMethodDescriptionITodoList.multipleGetByRange(VTodoRange range) Fetch multipleVTodoidentified by the given rangeITodoList.multipleGetWithOffset(Integer from, Integer size) Index/Offset based GETITodoList.search(VTodoQuery query) SearchVTodo's byVTodoQueryMethods in net.bluemind.todolist.api that return types with arguments of type ListResultModifier and TypeMethodDescriptionITodoListPromise.multipleGetByRange(VTodoRange range) ITodoListPromise.multipleGetWithOffset(Integer from, Integer size) ITodoListPromise.search(VTodoQuery query) Method parameters in net.bluemind.todolist.api with type arguments of type ListResultModifier and TypeMethodDescriptionvoidITodoListAsync.multipleGetByRange(VTodoRange range, AsyncHandler<ListResult<ItemValue<VTodo>>> handler) voidITodoListAsync.multipleGetWithOffset(Integer from, Integer size, AsyncHandler<ListResult<ItemValue<VTodo>>> handler) voidITodoListAsync.search(VTodoQuery query, AsyncHandler<ListResult<ItemValue<VTodo>>> handler)