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