Package net.bluemind.smime.cacerts.api
Interface ISmimeCACertPromise
public interface ISmimeCACertPromise
- 
Method Summary
Modifier and TypeMethodDescriptionall()allUids()changesetById(Long since) create(String uid, SmimeCacert 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) reset()update(String uid, SmimeCacert arg1)  
- 
Method Details
- 
all
CompletableFuture<List<ItemValue<SmimeCacert>>> all() - 
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)  - 
getCacertWithRevocations
CompletableFuture<List<SmimeCacertInfos>> getCacertWithRevocations() - 
getComplete
 - 
getCompleteById
 - 
getVersion
CompletableFuture<Long> getVersion() - 
itemChangelog
 - 
multipleGet
 - 
multipleGetById
 - 
reset
CompletableFuture<Void> reset() - 
update
 
 -