Interface CvTermValidationHandler

    • Method Detail

      • handleParameters

        List<ValidationMessagehandleParameters​(RuleEvaluationResult result,
                                                 boolean errorOnTermNotInRule)
        Implementations of this method should take care that they always return a list, even if it is empty.
        Parameters:
        result - the validation messages produced by this handler.
        errorOnTermNotInRule - flag to signal, whether unknown terms should yield an error.
        Returns:
        a list of validation messages.