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.impl.sql -
-
Uses of GroupNotFoundException in io.apicurio.registry.events
Methods in io.apicurio.registry.events that throw GroupNotFoundException Modifier and Type Method Description void
EventSourcedRegistryStorage. deleteGroup(String groupId)
GroupMetaDataDto
EventSourcedRegistryStorage. getGroupMetaData(String groupId)
void
EventSourcedRegistryStorage. 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 void
RegistryStorage. deleteGroup(String groupId)
Deletes a group intified by the given groupId and DELETES ALL resources related to this groupGroupMetaDataDto
RegistryStorage. getGroupMetaData(String groupId)
Get the metadata information for a group identified by the given groupIdvoid
RegistryStorage. updateGroupMetaData(GroupMetaDataDto group)
Updates the metadata of an existent 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 void
AbstractSqlRegistryStorage. deleteGroup(String groupId)
GroupMetaDataDto
AbstractSqlRegistryStorage. getGroupMetaData(String groupId)
void
AbstractSqlRegistryStorage. updateGroupMetaData(GroupMetaDataDto group)
-