| Package | Description | 
|---|---|
| net.bluemind.todolist.api | |
| net.bluemind.todolist.persistence | |
| net.bluemind.todolist.service.internal | 
| Modifier and Type | Field and Description | 
|---|---|
VTodoQuery | 
TodoListsVTodoQuery.vtodoQuery  | 
| Modifier and Type | Method and Description | 
|---|---|
static VTodoQuery | 
VTodoQuery.create(BmDateTime dateMin,
      BmDateTime dateMax)  | 
static VTodoQuery | 
VTodoQuery.create(java.lang.String query)  | 
| Modifier and Type | Method and Description | 
|---|---|
static TodoListsVTodoQuery | 
TodoListsVTodoQuery.create(VTodoQuery vtodoQuery,
      java.util.List<java.lang.String> containers)  | 
static TodoListsVTodoQuery | 
TodoListsVTodoQuery.create(VTodoQuery vtodoQuery,
      java.lang.String owner)  | 
java.util.concurrent.CompletableFuture<ListResult<ItemValue<VTodo>>> | 
ITodoListPromise.search(VTodoQuery query)  | 
ListResult<ItemValue<VTodo>> | 
ITodoList.search(VTodoQuery query)
ElasticSearch based  
VTodo search | 
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.