Uses of Class
io.apicurio.registry.storage.GroupNotFoundException
-
Packages that use GroupNotFoundException Package Description io.apicurio.registry.events io.apicurio.registry.storage io.apicurio.registry.storage.decorator io.apicurio.registry.storage.impl.sql -
-
Uses of GroupNotFoundException in io.apicurio.registry.events
Methods in io.apicurio.registry.events that throw GroupNotFoundException Modifier and Type Method Description voidEventSourcedRegistryStorage. deleteGroup(String groupId)voidEventSourcedRegistryStorage. updateGroupMetaData(GroupMetaDataDto group) -
Uses of GroupNotFoundException in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that throw GroupNotFoundException Modifier and Type Method Description voidRegistryStorage. deleteGroup(String groupId)Deletes a group intified by the given groupId and DELETES ALL resources related to this groupGroupMetaDataDtoRegistryStorage. getGroupMetaData(String groupId)Get the metadata information for a group identified by the given groupIdvoidRegistryStorage. updateGroupMetaData(GroupMetaDataDto group)Updates the metadata of an existent group. -
Uses of GroupNotFoundException in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator that throw GroupNotFoundException Modifier and Type Method Description voidRegistryStorageDecorator. deleteGroup(String groupId)GroupMetaDataDtoRegistryStorageDecorator. getGroupMetaData(String groupId)voidRegistryStorageDecorator. updateGroupMetaData(GroupMetaDataDto group) -
Uses of GroupNotFoundException in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that throw GroupNotFoundException Modifier and Type Method Description voidAbstractSqlRegistryStorage. deleteGroup(String groupId)GroupMetaDataDtoAbstractSqlRegistryStorage. getGroupMetaData(String groupId)voidAbstractSqlRegistryStorage. updateGroupMetaData(GroupMetaDataDto group)
-