Modifier and Type | Method and Description |
---|---|
ListResult<ItemContainerValue<VCardInfo>> |
IAddressBooks.search(VCardQuery query)
ElasticSearch based vcard search througth all subscribed addressbooks
|
ListResult<ItemValue<VCardInfo>> |
IAddressBook.search(VCardQuery query)
ElasticSearch based vcard search
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
IAddressBookPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
java.util.concurrent.CompletableFuture<ListResult<ItemContainerValue<VCardInfo>>> |
IAddressBooksPromise.search(VCardQuery query) |
java.util.concurrent.CompletableFuture<ListResult<ItemValue<VCardInfo>>> |
IAddressBookPromise.search(VCardQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
IAddressBookAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
void |
IAddressBooksAsync.search(VCardQuery query,
AsyncHandler<ListResult<ItemContainerValue<VCardInfo>>> handler) |
void |
IAddressBookAsync.search(VCardQuery query,
AsyncHandler<ListResult<ItemValue<VCardInfo>>> handler) |
Modifier and Type | Method and Description |
---|---|
ListResult<java.lang.String> |
VCardIndexStore.search(VCardQuery query) |
Modifier and Type | Method and Description |
---|---|
ListResult<ItemValue<VCardInfo>> |
AddressBookService.search(VCardQuery query) |
ListResult<ItemContainerValue<VCardInfo>> |
AddressBooksService.search(VCardQuery query) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
IMailboxFoldersPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
IMailboxItemsPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
IBaseMailboxFoldersPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
IMailboxFoldersByContainerPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
IReadOnlyMailboxFoldersPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
Modifier and Type | Method and Description |
---|---|
void |
IMailboxItemsAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
void |
IMailboxFoldersAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
void |
IReadOnlyMailboxFoldersAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
void |
IMailboxFoldersByContainerAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
void |
IBaseMailboxFoldersAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
IDbReplicatedMailboxesPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
IDbMailboxRecordsPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
IDbByContainerReplicatedMailboxesPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
Modifier and Type | Method and Description |
---|---|
void |
IDbReplicatedMailboxesAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
void |
IDbByContainerReplicatedMailboxesAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
void |
IDbMailboxRecordsAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
Modifier and Type | Method and Description |
---|---|
ListResult<java.lang.Long> |
BaseMailboxRecordsService.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
Modifier and Type | Method and Description |
---|---|
ListResult<ItemValue<CalendarView>> |
ICalendarView.list()
Deprecated.
Returns a list of
CalendarView |
ListResult<ItemValue<VEventSeries>> |
ICalendar.list()
List all the events of this calendar.
|
ListResult<ItemValue<VEventSeries>> |
ICalendar.search(VEventQuery query)
Search for events matching the given query.
|
ListResult<ItemValue<VEventSeries>> |
ICalendar.searchPendingCounters()
Search pending counters of the current user
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
ICalendarPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
java.util.concurrent.CompletableFuture<ListResult<ItemValue<CalendarView>>> |
IUserCalendarViewsPromise.list() |
java.util.concurrent.CompletableFuture<ListResult<ItemValue<VEventSeries>>> |
ICalendarPromise.list() |
java.util.concurrent.CompletableFuture<ListResult<ItemValue<CalendarView>>> |
ICalendarViewPromise.list() |
java.util.concurrent.CompletableFuture<ListResult<ItemValue<VEventSeries>>> |
ICalendarPromise.search(VEventQuery query) |
java.util.concurrent.CompletableFuture<ListResult<ItemValue<VEventSeries>>> |
ICalendarPromise.searchPendingCounters() |
Modifier and Type | Method and Description |
---|---|
void |
ICalendarAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
void |
IUserCalendarViewsAsync.list(AsyncHandler<ListResult<ItemValue<CalendarView>>> handler) |
void |
ICalendarViewAsync.list(AsyncHandler<ListResult<ItemValue<CalendarView>>> handler) |
void |
ICalendarAsync.list(AsyncHandler<ListResult<ItemValue<VEventSeries>>> handler) |
void |
ICalendarAsync.search(VEventQuery query,
AsyncHandler<ListResult<ItemValue<VEventSeries>>> handler) |
void |
ICalendarAsync.searchPendingCounters(AsyncHandler<ListResult<ItemValue<VEventSeries>>> handler) |
Modifier and Type | Method and Description |
---|---|
ListResult<ItemValue<VEventSeries>> |
CalendarAuditProxy.list() |
ListResult<ItemValue<VEventSeries>> |
CalendarAuditProxy.search(VEventQuery query) |
ListResult<ItemValue<VEventSeries>> |
CalendarAuditProxy.searchPendingCounters() |
Modifier and Type | Method and Description |
---|---|
ListResult<java.lang.String> |
VEventIndexStore.search(VEventQuery query) |
ListResult<java.lang.String> |
VEventIndexStore.search(VEventQuery query,
boolean searchInPrivate) |
Modifier and Type | Method and Description |
---|---|
static ListResult<ItemValue<VEventSeries>> |
PendingEventsCache.getIfPresent(java.lang.String uid) |
Modifier and Type | Method and Description |
---|---|
static void |
PendingEventsCache.put(java.lang.String uid,
ListResult<ItemValue<VEventSeries>> c) |
Modifier and Type | Method and Description |
---|---|
ListResult<ItemValue<CalendarView>> |
CalendarViewService.list() |
ListResult<ItemValue<VEventSeries>> |
CalendarService.list() |
ListResult<ItemValue<VEventSeries>> |
CalendarService.search(VEventQuery query) |
ListResult<ItemValue<VEventSeries>> |
CalendarService.searchPendingCounters() |
Modifier and Type | Method and Description |
---|---|
protected ListResult<Job> |
JobCommand.getjobs(CliContext ctx,
java.lang.String target) |
Modifier and Type | Method and Description |
---|---|
static <E> ListResult<E> |
ListResult.create(java.util.List<E> values) |
static <E> ListResult<E> |
ListResult.create(java.util.List<E> values,
int total) |
Modifier and Type | Method and Description |
---|---|
default ListResult<java.lang.Long> |
IChangelogSupport.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
IChangelogSupportPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
IContainersFlatHierarchyPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
IOwnerSubscriptionsPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
Modifier and Type | Method and Description |
---|---|
void |
IOwnerSubscriptionsAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
void |
IContainersFlatHierarchyAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
void |
IChangelogSupportAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
Modifier and Type | Method and Description |
---|---|
ListResult<java.lang.Long> |
IContainerStoreService.allIds(IdQuery query) |
Modifier and Type | Method and Description |
---|---|
ListResult<java.lang.Long> |
ContainerStoreService.allIds(IdQuery query) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
IDeferredActionPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
Modifier and Type | Method and Description |
---|---|
void |
IDeferredActionAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
Modifier and Type | Method and Description |
---|---|
ListResult<ItemValue<Device>> |
IDevice.list() |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ListResult<ItemValue<Device>>> |
IDevicePromise.list() |
Modifier and Type | Method and Description |
---|---|
void |
IDeviceAsync.list(AsyncHandler<ListResult<ItemValue<Device>>> handler) |
Modifier and Type | Method and Description |
---|---|
ListResult<ItemValue<Device>> |
DeviceService.list() |
Modifier and Type | Method and Description |
---|---|
ListResult<ItemValue<DirEntry>> |
IDirectory.search(DirEntryQuery query)
Search
DirEntry s by DirEntryQuery |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ListResult<ItemValue<DirEntry>>> |
IDirectoryPromise.search(DirEntryQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
IDirectoryAsync.search(DirEntryQuery query,
AsyncHandler<ListResult<ItemValue<DirEntry>>> handler) |
Modifier and Type | Method and Description |
---|---|
ListResult<Item> |
DirEntryStore.search(DirEntryQuery q) |
ListResult<Item> |
DirEntryStore.searchManageable(DirEntryQuery q,
java.util.List<ManageableOrgUnit> manageable) |
Modifier and Type | Method and Description |
---|---|
ListResult<ItemValue<DirEntry>> |
DirectoryService.search(DirEntryQuery query) |
ListResult<ItemValue<DirEntry>> |
DirEntryStoreService.search(DirEntryQuery query) |
ListResult<ItemValue<DirEntry>> |
Directory.search(DirEntryQuery query) |
ListResult<ItemValue<DirEntry>> |
DirEntryStoreService.searchManageable(DirEntryQuery query,
java.util.List<ManageableOrgUnit> manageable) |
Modifier and Type | Method and Description |
---|---|
ListResult<DocumentFolder> |
IDocumentFolder.list()
Lists all
DocumentFolder |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ListResult<DocumentFolder>> |
IDocumentFolderPromise.list() |
Modifier and Type | Method and Description |
---|---|
void |
IDocumentFolderAsync.list(AsyncHandler<ListResult<DocumentFolder>> handler) |
Modifier and Type | Method and Description |
---|---|
ListResult<DocumentFolder> |
DocumentFolderService.list() |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
IMapiFolderPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
Modifier and Type | Method and Description |
---|---|
void |
IMapiFolderAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
Modifier and Type | Method and Description |
---|---|
ListResult<JobExecution> |
IJob.searchExecution(JobExecutionQuery query)
Fetch recorded job executions.
|
ListResult<Job> |
IJob.searchJob(JobQuery query)
List jobs deployed.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ListResult<JobExecution>> |
IJobPromise.searchExecution(JobExecutionQuery query) |
java.util.concurrent.CompletableFuture<ListResult<Job>> |
IJobPromise.searchJob(JobQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
IJobAsync.searchExecution(JobExecutionQuery query,
AsyncHandler<ListResult<JobExecution>> handler) |
void |
IJobAsync.searchJob(JobQuery query,
AsyncHandler<ListResult<Job>> handler) |
Modifier and Type | Method and Description |
---|---|
ListResult<JobExecution> |
ScheduledJobStore.findExecutions(JobExecutionQuery jeq) |
Modifier and Type | Method and Description |
---|---|
ListResult<JobExecution> |
ScheduledJobService.searchExecution(JobExecutionQuery query) |
ListResult<Job> |
ScheduledJobService.searchJob(JobQuery query) |
Modifier and Type | Method and Description |
---|---|
ListResult<ItemValue<VTodo>> |
ITodoList.search(VTodoQuery query)
Search
VTodo 's by VTodoQuery |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ListResult<java.lang.Long>> |
ITodoListPromise.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset) |
java.util.concurrent.CompletableFuture<ListResult<ItemValue<VTodo>>> |
ITodoListPromise.search(VTodoQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
ITodoListAsync.allIds(java.lang.String filter,
java.lang.Long knownContainerVersion,
java.lang.Integer limit,
java.lang.Integer offset,
AsyncHandler<ListResult<java.lang.Long>> handler) |
void |
ITodoListAsync.search(VTodoQuery query,
AsyncHandler<ListResult<ItemValue<VTodo>>> handler) |
Modifier and Type | Method and Description |
---|---|
ListResult<java.lang.String> |
VTodoIndexStore.search(VTodoQuery query) |
Modifier and Type | Method and Description |
---|---|
ListResult<ItemValue<VTodo>> |
TodoListService.search(VTodoQuery query) |
Copyright © 2021. All Rights Reserved.