Uses of Class
io.apicurio.registry.rules.RuleApplicationType
-
Packages that use RuleApplicationType Package Description io.apicurio.registry.rules -
-
Uses of RuleApplicationType in io.apicurio.registry.rules
Methods in io.apicurio.registry.rules that return RuleApplicationType Modifier and Type Method Description static RuleApplicationTypeRuleApplicationType. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleApplicationType[]RuleApplicationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.apicurio.registry.rules with parameters of type RuleApplicationType Modifier and Type Method Description voidRulesService. applyRule(String groupId, String artifactId, ArtifactType artifactType, ContentHandle artifactContent, RuleType ruleType, String ruleConfiguration, RuleApplicationType ruleApplicationType)Applies a single, specific rule to the content update for the given artifact.voidRulesServiceImpl. applyRule(String groupId, String artifactId, ArtifactType artifactType, ContentHandle artifactContent, RuleType ruleType, String ruleConfiguration, RuleApplicationType ruleApplicationType)voidRulesService. applyRules(String groupId, String artifactId, ArtifactType artifactType, ContentHandle artifactContent, RuleApplicationType ruleApplicationType)Applies all configured rules to check whether a content update for an artifact is allowed.voidRulesServiceImpl. applyRules(String groupId, String artifactId, ArtifactType artifactType, ContentHandle artifactContent, RuleApplicationType ruleApplicationType)
-