Interface IInternalOwnerSubscriptions
- All Superinterfaces:
IChangelogSupport, IOwnerSubscriptions, IReadByIdSupport<ContainerSubscriptionModel>, IRestoreCrudSupport<ContainerSubscriptionModel>, IRestoreItemCrudSupport<ContainerSubscriptionModel>, IRestoreSupport<ContainerSubscriptionModel>
public interface IInternalOwnerSubscriptions
extends IOwnerSubscriptions, IRestoreItemCrudSupport<ContainerSubscriptionModel>
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(String uid, ContainerSubscriptionModel node) voidcreateWithId(long id, String uid, ContainerSubscriptionModel node) voidvoidreset()voidupdate(String uid, ContainerSubscriptionModel node) Methods inherited from interface IChangelogSupport
changeset, changesetById, filteredChangesetById, getVersionMethods inherited from interface IOwnerSubscriptions
fullChangesetById, getComplete, getMultiple, listMethods inherited from interface IReadByIdSupport
getCompleteById, multipleGetByIdMethods inherited from interface IRestoreItemCrudSupport
getCompleteMethods inherited from interface IRestoreSupport
get, itemValueExists, restore
-
Method Details
-
create
-
createWithId
-
update
-
delete
- Specified by:
deletein interfaceIRestoreCrudSupport<ContainerSubscriptionModel>
-
reset
void reset()
-