Uses of Class
io.apicurio.registry.types.RuleType
-
Packages that use RuleType Package Description io.apicurio.registry.rest.v1 io.apicurio.registry.rest.v1.beans io.apicurio.registry.rest.v2 io.apicurio.registry.rest.v2.beans io.apicurio.registry.types -
-
Uses of RuleType in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 that return types with arguments of type RuleType Modifier and Type Method Description List<RuleType>ArtifactsResource. listArtifactRules(String artifactId)Returns a list of all rules configured for the artifact.List<RuleType>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 RuleType Modifier and Type Method Description voidArtifactsResource. deleteArtifactRule(String artifactId, RuleType rule)Deletes a rule from the artifact.voidRulesResource. deleteGlobalRule(RuleType rule)Deletes a single global rule.RuleArtifactsResource. getArtifactRuleConfig(RuleType rule, String artifactId)Returns information about a single rule configured for an artifact.RuleRulesResource. getGlobalRuleConfig(RuleType rule)Returns information about the named globally configured rule.RuleArtifactsResource. updateArtifactRuleConfig(String artifactId, RuleType rule, Rule data)Updates the configuration of a single rule for the artifact.RuleRulesResource. 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 RuleType Modifier and Type Method Description RuleTypeRule. getType()Methods in io.apicurio.registry.rest.v1.beans with parameters of type RuleType Modifier and Type Method Description voidRule. setType(RuleType type) -
Uses of RuleType in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return types with arguments of type RuleType Modifier and Type Method Description List<RuleType>GroupsResource. listArtifactRules(String groupId, String artifactId)Returns a list of all rules configured for the artifact.List<RuleType>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 RuleType Modifier and Type Method Description voidGroupsResource. deleteArtifactRule(String groupId, String artifactId, RuleType rule)Deletes a rule from the artifact.voidAdminResource. deleteGlobalRule(RuleType rule)Deletes a single global rule.RuleGroupsResource. getArtifactRuleConfig(String groupId, String artifactId, RuleType rule)Returns information about a single rule configured for an artifact.RuleAdminResource. getGlobalRuleConfig(RuleType rule)Returns information about the named globally configured rule.RuleGroupsResource. updateArtifactRuleConfig(String groupId, String artifactId, RuleType rule, Rule data)Updates the configuration of a single rule for the artifact.RuleAdminResource. updateGlobalRuleConfig(RuleType rule, 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 RuleType Modifier and Type Method Description RuleTypeRule. getType()Methods in io.apicurio.registry.rest.v2.beans with parameters of type RuleType Modifier and Type Method Description voidRule. setType(RuleType type) -
Uses of RuleType in io.apicurio.registry.types
Methods in io.apicurio.registry.types that return RuleType Modifier and Type Method Description static RuleTypeRuleType. fromValue(String value)static RuleTypeRuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleType[]RuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-