Uses of Class
org.drools.verifier.core.configuration.CheckConfiguration
Packages that use CheckConfiguration
Package
Description
-
Uses of CheckConfiguration in org.drools.verifier.core.checks
Methods in org.drools.verifier.core.checks with parameters of type CheckConfigurationModifier and TypeMethodDescriptionbooleanDetectRedundantRowsCheck.isActive(CheckConfiguration checkConfiguration) -
Uses of CheckConfiguration in org.drools.verifier.core.checks.base
Methods in org.drools.verifier.core.checks.base with parameters of type CheckConfigurationModifier and TypeMethodDescriptionbooleanCheck.isActive(CheckConfiguration checkConfiguration) booleanCheckBase.isActive(CheckConfiguration checkConfiguration) booleanPriorityListCheck.isActive(CheckConfiguration checkConfiguration) -
Uses of CheckConfiguration in org.drools.verifier.core.configuration
Methods in org.drools.verifier.core.configuration that return CheckConfigurationModifier and TypeMethodDescriptionAnalyzerConfiguration.getCheckConfiguration()static CheckConfigurationCheckConfiguration.newDefault()static CheckConfigurationCheckConfiguration.newEmpty()Constructors in org.drools.verifier.core.configuration with parameters of type CheckConfigurationModifierConstructorDescriptionAnalyzerConfiguration(String webWorkerUUID, DateTimeFormatProvider dateTimeFormatter, UUIDKeyProvider uuidKeyProvider, CheckConfiguration checkConfiguration, CheckRunner checkRunner)