Uses of Class
io.apicurio.registry.rules.RuleViolationException
-
Packages that use RuleViolationException Package Description io.apicurio.registry.rules io.apicurio.registry.rules.compatibility io.apicurio.registry.rules.validity -
-
Uses of RuleViolationException in io.apicurio.registry.rules
Methods in io.apicurio.registry.rules that throw RuleViolationException Modifier and Type Method Description voidRulesService. applyRule(String groupId, String artifactId, ArtifactType artifactType, ContentHandle artifactContent, RuleType ruleType, String ruleConfiguration, RuleApplicationType ruleApplicationType)Applies a single, specific rule to the content update for the given artifact.voidRulesServiceImpl. applyRule(String groupId, String artifactId, ArtifactType artifactType, ContentHandle artifactContent, RuleType ruleType, String ruleConfiguration, RuleApplicationType ruleApplicationType)voidRulesService. applyRules(String groupId, String artifactId, ArtifactType artifactType, ContentHandle artifactContent, RuleApplicationType ruleApplicationType)Applies all configured rules to check whether a content update for an artifact is allowed.voidRulesService. applyRules(String groupId, String artifactId, String artifactVersion, ArtifactType artifactType, ContentHandle updatedContent)Applies configured rules to the content update, relative to ANY artifact version.voidRulesServiceImpl. applyRules(String groupId, String artifactId, ArtifactType artifactType, ContentHandle artifactContent, RuleApplicationType ruleApplicationType)voidRulesServiceImpl. applyRules(String groupId, String artifactId, String artifactVersion, ArtifactType artifactType, ContentHandle updatedContent)voidRuleExecutor. execute(RuleContext context)Executes the logic of the rule against the given context. -
Uses of RuleViolationException in io.apicurio.registry.rules.compatibility
Methods in io.apicurio.registry.rules.compatibility that throw RuleViolationException Modifier and Type Method Description voidCompatibilityRuleExecutor. execute(RuleContext context) -
Uses of RuleViolationException in io.apicurio.registry.rules.validity
Methods in io.apicurio.registry.rules.validity that throw RuleViolationException Modifier and Type Method Description voidValidityRuleExecutor. execute(RuleContext context)voidApicurioDataModelContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)voidAvroContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)voidContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)Called to validate the given content.voidGraphQLContentValidator. validate(ValidityLevel level, ContentHandle content)voidJsonSchemaContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)voidKafkaConnectContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)voidProtobufContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)voidWsdlContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)voidXmlContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)voidXsdContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)
-