Interface RequirementEvaluationFactory
- All Known Implementing Classes:
RequirementEvaluationFactoryImpl
public interface RequirementEvaluationFactory
-
Method Summary
Modifier and TypeMethodDescriptionvoid
compileRequirementRule
(Entity requirementRule) compile a rule to check for compilation errorscreateRequirementEvaluation
(Entity entity) setup a requirement evaluation to be used for running the rules on a entity
-
Method Details
-
createRequirementEvaluation
setup a requirement evaluation to be used for running the rules on a entity- Parameters:
entity
- the entity to load the rules for- Returns:
- the readied evaluation
- Throws:
CompileException
-
compileRequirementRule
compile a rule to check for compilation errors- Parameters:
requirementRule
- the entity to pull the rules from- Throws:
CompileException
- any error that happened during compilation
-