Package | Description |
---|---|
io.apicurio.registry.ccompat.store | |
io.apicurio.registry.rules | |
io.apicurio.registry.storage | |
io.apicurio.registry.storage.impl |
Modifier and Type | Method and Description |
---|---|
RuleConfigurationDto |
RegistryStorageFacadeImpl.getArtifactRule(String subject,
RuleType ruleType) |
RuleConfigurationDto |
RegistryStorageFacade.getArtifactRule(String subject,
RuleType ruleType) |
RuleConfigurationDto |
RegistryStorageFacadeImpl.getGlobalRule(RuleType ruleType) |
RuleConfigurationDto |
RegistryStorageFacade.getGlobalRule(RuleType ruleType) |
Modifier and Type | Method and Description |
---|---|
void |
RegistryStorageFacadeImpl.createOrUpdateArtifactRule(String subject,
RuleType type,
RuleConfigurationDto dto) |
void |
RegistryStorageFacade.createOrUpdateArtifactRule(String subject,
RuleType type,
RuleConfigurationDto dto) |
void |
RegistryStorageFacadeImpl.createOrUpdateGlobalRule(RuleType type,
RuleConfigurationDto dto) |
void |
RegistryStorageFacade.createOrUpdateGlobalRule(RuleType type,
RuleConfigurationDto dto) |
Modifier and Type | Method and Description |
---|---|
RuleConfigurationDto |
RulesPropertiesImpl.getDefaultGlobalRuleConfiguration(RuleType ruleType) |
RuleConfigurationDto |
RulesProperties.getDefaultGlobalRuleConfiguration(RuleType ruleType)
Get the default global RuleConfigurationDto for the supplied RuleType.
|
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 |
---|---|
default void |
RegistryStorage.createArtifactRule(String artifactId,
RuleType rule,
RuleConfigurationDto config)
Creates an artifact rule for a specific Artifact.
|
CompletionStage<Void> |
RegistryStorage.createArtifactRuleAsync(String artifactId,
RuleType rule,
RuleConfigurationDto config) |
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 |
AbstractRegistryStorage.createArtifactRule(String artifactId,
RuleType rule,
RuleConfigurationDto config) |
CompletionStage<Void> |
AbstractMapRegistryStorage.createArtifactRuleAsync(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 © 2020 Red Hat. All rights reserved.