Uses of Class
io.apicurio.registry.storage.dto.RuleConfigurationDto
-
-
Uses of RuleConfigurationDto in io.apicurio.registry.ccompat.store
Methods in io.apicurio.registry.ccompat.store that return RuleConfigurationDto Modifier and Type Method Description RuleConfigurationDtoRegistryStorageFacade. getArtifactRule(String subject, RuleType ruleType)RuleConfigurationDtoRegistryStorageFacadeImpl. getArtifactRule(String subject, RuleType ruleType)RuleConfigurationDtoRegistryStorageFacade. getGlobalRule(RuleType ruleType)RuleConfigurationDtoRegistryStorageFacadeImpl. getGlobalRule(RuleType ruleType)Methods in io.apicurio.registry.ccompat.store with parameters of type RuleConfigurationDto Modifier and Type Method Description voidRegistryStorageFacade. createOrUpdateArtifactRule(String subject, RuleType type, RuleConfigurationDto dto)voidRegistryStorageFacadeImpl. createOrUpdateArtifactRule(String subject, RuleType type, RuleConfigurationDto dto)voidRegistryStorageFacade. createOrUpdateGlobalRule(RuleType type, RuleConfigurationDto dto)voidRegistryStorageFacadeImpl. createOrUpdateGlobalRule(RuleType type, RuleConfigurationDto dto) -
Uses of RuleConfigurationDto in io.apicurio.registry.events
Methods in io.apicurio.registry.events with parameters of type RuleConfigurationDto Modifier and Type Method Description voidEventSourcedRegistryStorage. createArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)voidEventSourcedRegistryStorage. createGlobalRule(RuleType rule, RuleConfigurationDto config)voidEventSourcedRegistryStorage. updateArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)voidEventSourcedRegistryStorage. updateGlobalRule(RuleType rule, RuleConfigurationDto config) -
Uses of RuleConfigurationDto in io.apicurio.registry.rules
Methods in io.apicurio.registry.rules that return RuleConfigurationDto Modifier and Type Method Description RuleConfigurationDtoRulesProperties. getDefaultGlobalRuleConfiguration(RuleType ruleType)Get the default global RuleConfigurationDto for the supplied RuleType.RuleConfigurationDtoRulesPropertiesImpl. getDefaultGlobalRuleConfiguration(RuleType ruleType) -
Uses of RuleConfigurationDto in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that return RuleConfigurationDto Modifier and Type Method Description RuleConfigurationDtoRegistryStorage. getArtifactRule(String groupId, String artifactId, RuleType rule)Gets all of the information for a single rule configured on a given artifact.RuleConfigurationDtoRegistryStorage. getGlobalRule(RuleType rule)Gets all information about a single global rule.Methods in io.apicurio.registry.storage with parameters of type RuleConfigurationDto Modifier and Type Method Description voidRegistryStorage. createArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)Creates an artifact rule for a specific Artifact.voidRegistryStorage. createGlobalRule(RuleType rule, RuleConfigurationDto config)Creates a single global rule.voidRegistryStorage. updateArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)Updates the configuration information for a single rule on a given artifact.voidRegistryStorage. updateGlobalRule(RuleType rule, RuleConfigurationDto config)Updates the configuration settings for a single global rule. -
Uses of RuleConfigurationDto in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator that return RuleConfigurationDto Modifier and Type Method Description RuleConfigurationDtoRegistryStorageDecorator. getArtifactRule(String groupId, String artifactId, RuleType rule)RuleConfigurationDtoRegistryStorageDecorator. getGlobalRule(RuleType rule)Methods in io.apicurio.registry.storage.decorator with parameters of type RuleConfigurationDto Modifier and Type Method Description voidRegistryStorageDecorator. createArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)voidRegistryStorageDecorator. createGlobalRule(RuleType rule, RuleConfigurationDto config)voidRegistryStorageDecorator. updateArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)voidRegistryStorageDecorator. updateGlobalRule(RuleType rule, RuleConfigurationDto config) -
Uses of RuleConfigurationDto in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that return RuleConfigurationDto Modifier and Type Method Description RuleConfigurationDtoAbstractSqlRegistryStorage. getArtifactRule(String groupId, String artifactId, RuleType rule)RuleConfigurationDtoAbstractSqlRegistryStorage. getGlobalRule(RuleType rule)Methods in io.apicurio.registry.storage.impl.sql with parameters of type RuleConfigurationDto Modifier and Type Method Description voidAbstractSqlRegistryStorage. createArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)voidAbstractSqlRegistryStorage. createGlobalRule(RuleType rule, RuleConfigurationDto config)voidAbstractSqlRegistryStorage. updateArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)voidAbstractSqlRegistryStorage. updateGlobalRule(RuleType rule, RuleConfigurationDto config) -
Uses of RuleConfigurationDto in io.apicurio.registry.storage.impl.sql.mappers
Methods in io.apicurio.registry.storage.impl.sql.mappers that return RuleConfigurationDto Modifier and Type Method Description RuleConfigurationDtoRuleConfigurationDtoMapper. map(ResultSet rs)
-