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) multipleDeleteById
(List<Long> arg0, Boolean bypassDeletedItems) multipleGetById
(List<Long> arg0) reset()
sortedIds
(SortDescriptor arg0) updateById
(long id, MapiRawMessage arg1)
-
Method Details
-
changeset
-
changesetById
-
count
-
createById
-
deleteById
-
filteredChangesetById
CompletableFuture<ContainerChangeset<ItemVersion>> filteredChangesetById(Long since, ItemFlagFilter arg1) -
getCompleteById
-
getVersion
CompletableFuture<Long> getVersion() -
multipleDeleteById
-
multipleGetById
-
reset
CompletableFuture<Void> reset() -
sortedIds
-
updateById
-