public interface IInternalOwnerSubscriptions extends IOwnerSubscriptions, IRestoreCrudSupport<ContainerSubscriptionModel>
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 |
delete(java.lang.String uid) |
void |
reset() |
void |
update(java.lang.String uid,
ContainerSubscriptionModel node) |
fullChangesetById, getComplete, getCompleteById, getMultiple, getMultipleById, list
allIds, changeset, changesetById, containerChangelog, filteredChangesetById, getVersion, itemChangelog
xfer
get, restore
void create(java.lang.String uid, ContainerSubscriptionModel node)
void createWithId(long id, java.lang.String uid, ContainerSubscriptionModel node)
void update(java.lang.String uid, ContainerSubscriptionModel node)
void delete(java.lang.String uid)
delete
in interface IRestoreCrudSupport<ContainerSubscriptionModel>
void reset()
Copyright © 2023. All Rights Reserved.