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 RuleApplicationType
RuleApplicationType. 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 void
RulesService. 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.void
RulesServiceImpl. applyRule(String groupId, String artifactId, ArtifactType artifactType, ContentHandle artifactContent, RuleType ruleType, String ruleConfiguration, RuleApplicationType ruleApplicationType)
void
RulesService. 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.void
RulesServiceImpl. applyRules(String groupId, String artifactId, ArtifactType artifactType, ContentHandle artifactContent, RuleApplicationType ruleApplicationType)
-