Package net.bluemind.exchange.mapi.api
Interface IMapiFolderPromise
public interface IMapiFolderPromise
-
Method Summary
Modifier and TypeMethodDescriptionchangesetById(Long since) count(ItemFlagFilter arg0) createById(long id, MapiRawMessage arg1) deleteById(long id) filteredChangesetById(Long since, ItemFlagFilter arg1) getCompleteById(long id) itemChangelog(String uid, Long arg1) multipleDeleteById(List<Long> arg0) multipleGetById(List<Long> arg0) reset()sortedIds(SortDescriptor arg0) updateById(long id, MapiRawMessage arg1)
-
Method Details
-
allIds
CompletableFuture<ListResult<Long>> allIds(String filter, Long knownContainerVersion, Integer limit, Integer offset) -
changeset
-
changesetById
-
count
-
createById
-
deleteById
-
filteredChangesetById
CompletableFuture<ContainerChangeset<ItemVersion>> filteredChangesetById(Long since, ItemFlagFilter arg1) -
getCompleteById
-
getVersion
CompletableFuture<Long> getVersion() -
itemChangelog
-
multipleDeleteById
-
multipleGetById
-
reset
CompletableFuture<Void> reset() -
sortedIds
-
updateById
-