Package | Description |
---|---|
io.apicurio.registry.rest | |
io.apicurio.registry.rest.beans | |
io.apicurio.registry.types |
Modifier and Type | Method and Description |
---|---|
List<RuleType> |
ArtifactsResource.listArtifactRules(String artifactId)
Returns a list of all rules configured for the artifact.
|
List<RuleType> |
RulesResource.listGlobalRules()
Gets a list of all the currently configured global rules (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactsResource.deleteArtifactRule(RuleType rule,
String artifactId)
Deletes a rule from the artifact.
|
void |
RulesResource.deleteGlobalRule(RuleType rule)
Deletes a single global rule.
|
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 |
---|---|
RuleType |
Rule.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Rule.setType(RuleType type) |
Modifier and Type | Method and Description |
---|---|
static RuleType |
RuleType.fromValue(String value) |
static RuleType |
RuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleType[] |
RuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Red Hat. All rights reserved.