Package net.bluemind.todolist.api
Interface ITodoListPromise
public interface ITodoListPromise
- 
Method Summary
Modifier and TypeMethodDescriptionall()allUids()changesetById(Long since) count(ItemFlagFilter arg0) createById(long id, VTodo arg1) deleteById(long id) filteredChangesetById(Long since, ItemFlagFilter arg1) getByIcsUid(String uid) getComplete(String uid) getCompleteById(long id) itemChangelog(String uid, Long arg1) multipleDeleteById(List<Long> arg0) multipleGet(List<String> uids) multipleGetById(List<Long> arg0) reset()search(VTodoQuery query) sortedIds(SortDescriptor arg0) sync(Long since, VTodoChanges changes) updateById(long id, VTodo arg1) updates(VTodoChanges changes)  
- 
Method Details
- 
all
CompletableFuture<List<ItemValue<VTodo>>> all() - 
allIds
CompletableFuture<ListResult<Long>> allIds(String filter, Long knownContainerVersion, Integer limit, Integer offset)  - 
allUids
CompletableFuture<List<String>> allUids() - 
changeset
 - 
changesetById
 - 
copy
 - 
count
 - 
create
 - 
createById
 - 
delete
 - 
deleteById
 - 
filteredChangesetById
CompletableFuture<ContainerChangeset<ItemVersion>> filteredChangesetById(Long since, ItemFlagFilter arg1)  - 
getByIcsUid
 - 
getComplete
 - 
getCompleteById
 - 
getVersion
CompletableFuture<Long> getVersion() - 
itemChangelog
 - 
move
 - 
multipleDeleteById
 - 
multipleGet
 - 
multipleGetById
 - 
reset
CompletableFuture<Void> reset() - 
search
 - 
sortedIds
 - 
sync
 - 
update
 - 
updateById
 - 
updates
 
 -