Uses of Class
io.apicurio.registry.storage.RuleNotFoundException
-
Packages that use RuleNotFoundException Package Description io.apicurio.registry.events io.apicurio.registry.storage io.apicurio.registry.storage.decorator io.apicurio.registry.storage.impl.sql -
-
Uses of RuleNotFoundException in io.apicurio.registry.events
Methods in io.apicurio.registry.events that throw RuleNotFoundException Modifier and Type Method Description voidEventSourcedRegistryStorage. deleteArtifactRule(String groupId, String artifactId, RuleType rule)voidEventSourcedRegistryStorage. deleteGlobalRule(RuleType rule)voidEventSourcedRegistryStorage. updateArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)voidEventSourcedRegistryStorage. updateGlobalRule(RuleType rule, RuleConfigurationDto config) -
Uses of RuleNotFoundException in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that throw RuleNotFoundException Modifier and Type Method Description voidRegistryStorage. deleteArtifactRule(String groupId, String artifactId, RuleType rule)Deletes a single stored/configured rule for a given artifact.voidRegistryStorage. deleteGlobalRule(RuleType rule)Deletes a single global rule.RuleConfigurationDtoRegistryStorage. getArtifactRule(String groupId, String artifactId, RuleType rule)Gets all of the information for a single rule configured on a given artifact.RuleConfigurationDtoRegistryStorage. getGlobalRule(RuleType rule)Gets all information about a single global rule.voidRegistryStorage. updateArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)Updates the configuration information for a single rule on a given artifact.voidRegistryStorage. updateGlobalRule(RuleType rule, RuleConfigurationDto config)Updates the configuration settings for a single global rule. -
Uses of RuleNotFoundException in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator that throw RuleNotFoundException Modifier and Type Method Description voidRegistryStorageDecorator. deleteArtifactRule(String groupId, String artifactId, RuleType rule)voidRegistryStorageDecorator. deleteGlobalRule(RuleType rule)RuleConfigurationDtoRegistryStorageDecorator. getArtifactRule(String groupId, String artifactId, RuleType rule)RuleConfigurationDtoRegistryStorageDecorator. getGlobalRule(RuleType rule)voidRegistryStorageDecorator. updateArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)voidRegistryStorageDecorator. updateGlobalRule(RuleType rule, RuleConfigurationDto config) -
Uses of RuleNotFoundException in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that throw RuleNotFoundException Modifier and Type Method Description voidAbstractSqlRegistryStorage. deleteArtifactRule(String groupId, String artifactId, RuleType rule)voidAbstractSqlRegistryStorage. deleteGlobalRule(RuleType rule)RuleConfigurationDtoAbstractSqlRegistryStorage. getArtifactRule(String groupId, String artifactId, RuleType rule)RuleConfigurationDtoAbstractSqlRegistryStorage. getGlobalRule(RuleType rule)voidAbstractSqlRegistryStorage. updateArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)voidAbstractSqlRegistryStorage. updateGlobalRule(RuleType rule, RuleConfigurationDto config)
-