public interface IInternalOwnerSubscriptions extends IOwnerSubscriptions
Modifier and Type | Method and Description |
---|---|
void |
create(java.lang.String uid,
ContainerSubscriptionModel node) |
void |
createWithId(long id,
java.lang.String uid,
ContainerSubscriptionModel node) |
void |
createWithItem(ItemValue<ContainerSubscriptionModel> node) |
void |
delete(java.lang.String uid) |
void |
reset() |
void |
update(java.lang.String uid,
ContainerSubscriptionModel node) |
void |
updateWithItem(ItemValue<ContainerSubscriptionModel> node) |
fullChangesetById, getComplete, getCompleteById, getMultiple, getMultipleById, list
allIds, changeset, changesetById, containerChangelog, filteredChangesetById, getVersion, itemChangelog
xfer
void create(java.lang.String uid, ContainerSubscriptionModel node)
void createWithId(long id, java.lang.String uid, ContainerSubscriptionModel node)
void createWithItem(ItemValue<ContainerSubscriptionModel> node)
void update(java.lang.String uid, ContainerSubscriptionModel node)
void updateWithItem(ItemValue<ContainerSubscriptionModel> node)
void delete(java.lang.String uid)
void reset()
Copyright © 2022. All Rights Reserved.