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.impl.sql -
-
Uses of RuleNotFoundException in io.apicurio.registry.events
Methods in io.apicurio.registry.events that throw RuleNotFoundException Modifier and Type Method Description void
EventSourcedRegistryStorage. deleteArtifactRule(String groupId, String artifactId, RuleType rule)
void
EventSourcedRegistryStorage. deleteGlobalRule(RuleType rule)
RuleConfigurationDto
EventSourcedRegistryStorage. getArtifactRule(String groupId, String artifactId, RuleType rule)
RuleConfigurationDto
EventSourcedRegistryStorage. getGlobalRule(RuleType rule)
void
EventSourcedRegistryStorage. updateArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)
void
EventSourcedRegistryStorage. 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 void
RegistryStorage. deleteArtifactRule(String groupId, String artifactId, RuleType rule)
Deletes a single stored/configured rule for a given artifact.void
RegistryStorage. deleteGlobalRule(RuleType rule)
Deletes a single global rule.RuleConfigurationDto
RegistryStorage. getArtifactRule(String groupId, String artifactId, RuleType rule)
Gets all of the information for a single rule configured on a given artifact.RuleConfigurationDto
RegistryStorage. getGlobalRule(RuleType rule)
Gets all information about a single global rule.void
RegistryStorage. updateArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)
Updates the configuration information for a single rule on a given artifact.void
RegistryStorage. updateGlobalRule(RuleType rule, RuleConfigurationDto config)
Updates the configuration settings for a single global rule. -
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 void
AbstractSqlRegistryStorage. deleteArtifactRule(String groupId, String artifactId, RuleType rule)
void
AbstractSqlRegistryStorage. deleteGlobalRule(RuleType rule)
RuleConfigurationDto
AbstractSqlRegistryStorage. getArtifactRule(String groupId, String artifactId, RuleType rule)
RuleConfigurationDto
AbstractSqlRegistryStorage. getGlobalRule(RuleType rule)
void
AbstractSqlRegistryStorage. updateArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)
void
AbstractSqlRegistryStorage. updateGlobalRule(RuleType rule, RuleConfigurationDto config)
-