Package | Description |
---|---|
io.apicurio.registry.rules |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
RulesServiceImpl.applyRule(String artifactId,
ArtifactType artifactType,
ContentHandle artifactContent,
RuleType ruleType,
String ruleConfiguration,
RuleApplicationType ruleApplicationType) |
void |
RulesService.applyRule(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.applyRules(String artifactId,
ArtifactType artifactType,
ContentHandle artifactContent,
RuleApplicationType ruleApplicationType) |
void |
RulesService.applyRules(String artifactId,
ArtifactType artifactType,
ContentHandle artifactContent,
RuleApplicationType ruleApplicationType)
Applies all configured rules to check whether a content update for an artifact is allowed.
|
Copyright © 2020 Red Hat. All rights reserved.