Uses of Class
io.apicurio.registry.rest.v2.beans.Rule
-
Packages that use Rule Package Description io.apicurio.registry.rest.v2 -
-
Uses of Rule in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return Rule Modifier and Type Method Description Rule
GroupsResource. getArtifactRuleConfig(String groupId, String artifactId, RuleType rule)
Returns information about a single rule configured for an artifact.Rule
AdminResource. getGlobalRuleConfig(RuleType rule)
Returns information about the named globally configured rule.Rule
GroupsResource. updateArtifactRuleConfig(String groupId, String artifactId, RuleType rule, Rule data)
Updates the configuration of a single rule for the artifact.Rule
AdminResource. updateGlobalRuleConfig(RuleType rule, Rule data)
Updates the configuration for a globally configured rule.Methods in io.apicurio.registry.rest.v2 with parameters of type Rule Modifier and Type Method Description void
GroupsResource. createArtifactRule(String groupId, String artifactId, Rule data)
Adds a rule to the list of rules that get applied to the artifact when adding new versions.void
AdminResource. createGlobalRule(Rule data)
Adds a rule to the list of globally configured rules.Rule
GroupsResource. updateArtifactRuleConfig(String groupId, String artifactId, RuleType rule, Rule data)
Updates the configuration of a single rule for the artifact.Rule
AdminResource. updateGlobalRuleConfig(RuleType rule, Rule data)
Updates the configuration for a globally configured rule.
-