Uses of Enum
io.apicurio.registry.types.RuleType
Packages that use RuleType
Package
Description
-
Uses of RuleType in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 that return types with arguments of type RuleTypeModifier and TypeMethodDescriptionArtifactsResource.listArtifactRules(String artifactId) Returns a list of all rules configured for the artifact.RulesResource.listGlobalRules()Gets a list of all the currently configured global rules (if any).Methods in io.apicurio.registry.rest.v1 with parameters of type RuleTypeModifier and TypeMethodDescriptionvoidArtifactsResource.deleteArtifactRule(String artifactId, RuleType rule) Deletes a rule from the artifact.voidRulesResource.deleteGlobalRule(RuleType rule) Deletes a single global rule.ArtifactsResource.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. -
Uses of RuleType in io.apicurio.registry.rest.v1.beans
Methods in io.apicurio.registry.rest.v1.beans that return RuleTypeMethods in io.apicurio.registry.rest.v1.beans with parameters of type RuleType -
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.types
Methods in io.apicurio.registry.types that return RuleType