Uses of Class
io.apicurio.registry.rest.v3.beans.Rule
Packages that use Rule
-
Uses of Rule in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 that return RuleModifier and TypeMethodDescriptionGroupsResource.getArtifactRuleConfig(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, RuleType ruleType) Returns information about a single rule configured for an artifact.AdminResource.getGlobalRuleConfig(RuleType ruleType) Returns information about the named globally configured rule.GroupsResource.getGroupRuleConfig(@Pattern(regexp="^.{1,512}$") String groupId, RuleType ruleType) Returns information about a single rule configured for a group.GroupsResource.updateArtifactRuleConfig(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, RuleType ruleType, @NotNull Rule data) Updates the configuration of a single rule for the artifact.AdminResource.updateGlobalRuleConfig(RuleType ruleType, @NotNull Rule data) Updates the configuration for a globally configured rule.GroupsResource.updateGroupRuleConfig(@Pattern(regexp="^.{1,512}$") String groupId, RuleType ruleType, @NotNull Rule data) Updates the configuration of a single rule for the group.Methods in io.apicurio.registry.rest.v3 with parameters of type RuleModifier and TypeMethodDescriptionGroupsResource.updateArtifactRuleConfig(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, RuleType ruleType, @NotNull Rule data) Updates the configuration of a single rule for the artifact.AdminResource.updateGlobalRuleConfig(RuleType ruleType, @NotNull Rule data) Updates the configuration for a globally configured rule.GroupsResource.updateGroupRuleConfig(@Pattern(regexp="^.{1,512}$") String groupId, RuleType ruleType, @NotNull Rule data) Updates the configuration of a single rule for the group.