Uses of Enum Class
io.apicurio.registry.types.RuleType
Packages that use RuleType
Package
Description
-
Uses of RuleType in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return types with arguments of type RuleTypeModifier and TypeMethodDescriptionGroupsResource.listArtifactRules(String groupId, String artifactId) Returns a list of all rules configured for the artifact.AdminResource.listGlobalRules()Gets a list of all the currently configured global rules (if any).Methods in io.apicurio.registry.rest.v2 with parameters of type RuleTypeModifier and TypeMethodDescriptionvoidGroupsResource.deleteArtifactRule(String groupId, String artifactId, RuleType rule) Deletes a rule from the artifact.voidAdminResource.deleteGlobalRule(RuleType rule) Deletes a single global rule.GroupsResource.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. -
Uses of RuleType in io.apicurio.registry.rest.v2.beans
Methods in io.apicurio.registry.rest.v2.beans that return RuleTypeMethods in io.apicurio.registry.rest.v2.beans with parameters of type RuleType -
Uses of RuleType in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 that return types with arguments of type RuleTypeModifier and TypeMethodDescriptionGroupsResource.listArtifactRules(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId) Returns a list of all rules configured for the artifact.AdminResource.listGlobalRules()Gets a list of all the currently configured global rules (if any).GroupsResource.listGroupRules(@Pattern(regexp="^.{1,512}$") String groupId) Returns a list of all rules configured for the group.Methods in io.apicurio.registry.rest.v3 with parameters of type RuleTypeModifier and TypeMethodDescriptionvoidGroupsResource.deleteArtifactRule(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, RuleType ruleType) Deletes a rule from the artifact.voidAdminResource.deleteGlobalRule(RuleType ruleType) Deletes a single global rule.voidGroupsResource.deleteGroupRule(@Pattern(regexp="^.{1,512}$") String groupId, RuleType ruleType) Deletes a rule from the group.GroupsResource.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. -
Uses of RuleType in io.apicurio.registry.rest.v3.beans
Methods in io.apicurio.registry.rest.v3.beans that return RuleTypeMethods in io.apicurio.registry.rest.v3.beans with parameters of type RuleTypeModifier and TypeMethodDescriptionvoidCreateRule.setRuleType(RuleType ruleType) voidRule.setRuleType(RuleType ruleType) -
Uses of RuleType in io.apicurio.registry.types
Methods in io.apicurio.registry.types that return RuleType