Package | Description |
---|---|
io.apicurio.registry.storage | |
io.apicurio.registry.storage.impl |
Modifier and Type | Method and Description |
---|---|
RuleConfigurationDto |
RegistryStorage.getArtifactRule(String artifactId,
RuleType rule)
Gets all of the information for a single rule configured on a given artifact.
|
RuleConfigurationDto |
RegistryStorage.getGlobalRule(RuleType rule)
Gets all information about a single global rule.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryStorage.createArtifactRule(String artifactId,
RuleType rule,
RuleConfigurationDto config)
Creates an artifact rule for a specific Artifact.
|
void |
RegistryStorage.createGlobalRule(RuleType rule,
RuleConfigurationDto config)
Creates a single global rule.
|
void |
RegistryStorage.updateArtifactRule(String artifactId,
RuleType rule,
RuleConfigurationDto config)
Updates the configuration information for a single rule on a given artifact.
|
void |
RegistryStorage.updateGlobalRule(RuleType rule,
RuleConfigurationDto config)
Updates the configuration settings for a single global rule.
|
Modifier and Type | Method and Description |
---|---|
RuleConfigurationDto |
AbstractMapRegistryStorage.getArtifactRule(String artifactId,
RuleType rule) |
RuleConfigurationDto |
AbstractMapRegistryStorage.getGlobalRule(RuleType rule) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMapRegistryStorage.createArtifactRule(String artifactId,
RuleType rule,
RuleConfigurationDto config) |
void |
AbstractMapRegistryStorage.createGlobalRule(RuleType rule,
RuleConfigurationDto config) |
void |
AbstractMapRegistryStorage.updateArtifactRule(String artifactId,
RuleType rule,
RuleConfigurationDto config) |
void |
AbstractMapRegistryStorage.updateGlobalRule(RuleType rule,
RuleConfigurationDto config) |
Copyright © 2019 Red Hat. All rights reserved.