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<ItemContainerValue<VCardInfo>>> |
IAddressBooksPromise.search(VCardQuery query) |
java.util.concurrent.CompletableFuture<ListResult<ItemValue<VCardInfo>>> |
IAddressBookPromise.search(VCardQuery query) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
ListResult<ItemValue<CalendarView>> |
ICalendarView.list()
Deprecated.
Returns a list of
CalendarView |
ListResult<ItemValue<VEventSeries>> |
ICalendar.list() |
ListResult<ItemValue<VEventSeries>> |
ICalendar.search(VEventQuery query)
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
ListResult<ItemValue<VEventSeries>> |
CalendarAuditProxy.list() |
ListResult<ItemValue<VEventSeries>> |
CalendarAuditProxy.search(VEventQuery query) |
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) |
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 |
---|---|
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) |
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>> |
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 |
---|---|
ListResult<java.lang.Integer> |
IFolders.byContentUri(java.lang.String uri)
Returns a list of
Folder.uid |
ListResult<ItemValue<Folder>> |
IFolderHierarchy.search(FolderQuery query)
Searches for the
Folder s items in the container using the given
query |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ListResult<java.lang.Integer>> |
IFoldersPromise.byContentUri(java.lang.String uri) |
java.util.concurrent.CompletableFuture<ListResult<ItemValue<Folder>>> |
IFolderHierarchyPromise.search(FolderQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
IFoldersAsync.byContentUri(java.lang.String uri,
AsyncHandler<ListResult<java.lang.Integer>> handler) |
void |
IFolderHierarchyAsync.search(FolderQuery query,
AsyncHandler<ListResult<ItemValue<Folder>>> handler) |
Modifier and Type | Method and Description |
---|---|
ListResult<java.lang.Integer> |
FoldersStore.byUri(java.lang.String uri) |
ListResult<java.lang.String> |
FolderHierarchyStore.search(FolderQuery q) |
Modifier and Type | Method and Description |
---|---|
ListResult<java.lang.Integer> |
FoldersService.byContentUri(java.lang.String uri) |
ListResult<ItemValue<Folder>> |
FolderHierarchyService.search(FolderQuery query) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ListResult<ItemValue<Folder>>> |
IMailboxFolderHierarchyPromise.search(FolderQuery arg0) |
Modifier and Type | Method and Description |
---|---|
void |
IMailboxFolderHierarchyAsync.search(FolderQuery arg0,
AsyncHandler<ListResult<ItemValue<Folder>>> 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)
ElasticSearch based
VTodo search |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ListResult<ItemValue<VTodo>>> |
ITodoListPromise.search(VTodoQuery query) |
Modifier and Type | Method and Description |
---|---|
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.