Package net.bluemind.webappdata.api
Interface IWebAppDataPromise
public interface IWebAppDataPromise
- 
Method Summary
Modifier and TypeMethodDescriptionallUids()changesetById(Long since) create(String uid, WebAppData arg1) filteredChangesetById(Long since, ItemFlagFilter arg1) getComplete(String uid) getCompleteById(long id) itemChangelog(String uid, Long arg1) multipleGet(List<String> arg0) multipleGetById(List<Long> arg0) update(String uid, WebAppData arg1)  
- 
Method Details
- 
allIds
CompletableFuture<ListResult<Long>> allIds(String filter, Long knownContainerVersion, Integer limit, Integer offset)  - 
allUids
CompletableFuture<List<String>> allUids() - 
changeset
 - 
changesetById
 - 
create
 - 
delete
 - 
deleteAll
CompletableFuture<Void> deleteAll() - 
filteredChangesetById
CompletableFuture<ContainerChangeset<ItemVersion>> filteredChangesetById(Long since, ItemFlagFilter arg1)  - 
getByKey
 - 
getComplete
 - 
getCompleteById
 - 
getVersion
CompletableFuture<Long> getVersion() - 
itemChangelog
 - 
multipleGet
 - 
multipleGetById
 - 
update
 
 -