Uses of Class
io.apicurio.registry.rest.v1.beans.Rule
Packages that use Rule
-
Uses of Rule in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 that return RuleModifier and TypeMethodDescriptionArtifactsResource.getArtifactRuleConfig(String artifactId, RuleType rule) Returns information about a single rule configured for an artifact.RulesResource.getGlobalRuleConfig(RuleType rule) Returns information about the named globally configured rule.ArtifactsResource.updateArtifactRuleConfig(String artifactId, RuleType rule, Rule data) Updates the configuration of a single rule for the artifact.RulesResource.updateGlobalRuleConfig(RuleType rule, Rule data) Updates the configuration for a globally configured rule.Methods in io.apicurio.registry.rest.v1 with parameters of type RuleModifier and TypeMethodDescriptionvoidArtifactsResource.createArtifactRule(String artifactId, Rule data) Adds a rule to the list of rules that get applied to the artifact when adding new versions.voidRulesResource.createGlobalRule(Rule data) Adds a rule to the list of globally configured rules.ArtifactsResource.updateArtifactRuleConfig(String artifactId, RuleType rule, Rule data) Updates the configuration of a single rule for the artifact.RulesResource.updateGlobalRuleConfig(RuleType rule, Rule data) Updates the configuration for a globally configured rule.