Package net.bluemind.core.container.api
Interface IOwnerSubscriptionsPromise
public interface IOwnerSubscriptionsPromise
-
Method Summary
Modifier and TypeMethodDescriptionchangesetById
(Long since) filteredChangesetById
(Long since, ItemFlagFilter filter) fullChangesetById
(Long since) getComplete
(String uid) getCompleteById
(long id) getMultiple
(List<String> uids) itemChangelog
(String uid, Long since) list()
multipleGetById
(List<Long> ids)
-
Method Details
-
allIds
CompletableFuture<ListResult<Long>> allIds(String filter, Long knownContainerVersion, Integer limit, Integer offset) -
changeset
-
changesetById
-
filteredChangesetById
CompletableFuture<ContainerChangeset<ItemVersion>> filteredChangesetById(Long since, ItemFlagFilter filter) -
fullChangesetById
-
getComplete
-
getCompleteById
-
getMultiple
-
getVersion
CompletableFuture<Long> getVersion() -
itemChangelog
-
list
-
multipleGetById
-