Interface EvaluationService
- All Known Implementing Classes:
EvaluationServiceImpl
Deprecated.
Facade for evaluation operations.
-
Method Summary
Modifier and TypeMethodDescriptiongetEvaluator(boolean evaluate, boolean acceptFails) Deprecated.only for cases when the evaluate parameter equals true.
-
Method Details
-
getEvaluator
Deprecated.only for cases when the evaluate parameter equals true. UseJpaDataSetServiceinstead. Otherwise you can use this method.Returns processor which evaluates macroses/unwraps aliases.- Parameters:
evaluate- if true - macroses will be evaluated. Else - unwraps aliases only.acceptFails- if true and some macros failed to be evaluated, returns error as evaluation result.- Throws:
IllegalArgumentException- if acceptFails is false and some macros failed to be evaluated.
-
JpaDataSetServiceinstead.