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