Package | Description |
---|---|
io.apicurio.registry.rules | |
io.apicurio.registry.rules.compatibility | |
io.apicurio.registry.rules.validity |
Modifier and Type | Method and Description |
---|---|
void |
RulesServiceImpl.applyRule(String artifactId,
ArtifactType artifactType,
String artifactContent,
RuleType ruleType,
String ruleConfiguration,
RuleApplicationType ruleApplicationType) |
void |
RulesService.applyRule(String artifactId,
ArtifactType artifactType,
String artifactContent,
RuleType ruleType,
String ruleConfiguration,
RuleApplicationType ruleApplicationType)
Applies a single, specific rule to the content update for the given artifact.
|
void |
RulesServiceImpl.applyRules(String artifactId,
ArtifactType artifactType,
String artifactContent,
RuleApplicationType ruleApplicationType) |
void |
RulesService.applyRules(String artifactId,
ArtifactType artifactType,
String artifactContent,
RuleApplicationType ruleApplicationType)
Applies all configured rules to check whether a content update for an artifact is allowed.
|
void |
RuleExecutor.execute(RuleContext context)
Executes the logic of the rule against the given context.
|
Modifier and Type | Method and Description |
---|---|
void |
CompatibilityRuleExecutor.execute(RuleContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ValidityRuleExecutor.execute(RuleContext context) |
Copyright © 2019 Red Hat. All rights reserved.