Package | Description |
---|---|
io.apicurio.registry.rest |
Modifier and Type | Method and Description |
---|---|
Rule |
ArtifactsResource.getArtifactRuleConfig(RuleType rule,
String artifactId)
Returns information about a single rule configured for an artifact.
|
Rule |
RulesResource.getGlobalRuleConfig(RuleType rule)
Returns information about the named globally configured rule.
|
Rule |
ArtifactsResource.updateArtifactRuleConfig(RuleType rule,
String artifactId,
Rule data)
Updates the configuration of a single rule for the artifact.
|
Rule |
RulesResource.updateGlobalRuleConfig(RuleType rule,
Rule data)
Updates the configuration for a globally configured rule.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactsResource.createArtifactRule(String artifactId,
Rule data)
Adds a rule to the list of rules that get applied to the artifact when adding new
versions.
|
void |
RulesResource.createGlobalRule(Rule data)
Adds a rule to the list of globally configured rules.
|
Rule |
ArtifactsResource.updateArtifactRuleConfig(RuleType rule,
String artifactId,
Rule data)
Updates the configuration of a single rule for the artifact.
|
Rule |
RulesResource.updateGlobalRuleConfig(RuleType rule,
Rule data)
Updates the configuration for a globally configured rule.
|
Copyright © 2019 Red Hat. All rights reserved.