Interface EvaluationService

All Known Implementing Classes:
EvaluationServiceImpl

@Deprecated public interface EvaluationService
Deprecated.
use JpaDataSetService instead.
Facade for evaluation operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    getEvaluator(boolean evaluate, boolean acceptFails)
    Deprecated.
    only for cases when the evaluate parameter equals true.
  • Method Details

    • getEvaluator

      @Deprecated DsEvaluator getEvaluator(boolean evaluate, boolean acceptFails)
      Deprecated.
      only for cases when the evaluate parameter equals true. Use JpaDataSetService instead. 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.