Interface ParametersCrossValidator

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ParametersCrossValidator
Validator invoked as part of input parameters validation on the UI. Checks that selected values are mutually valid (e.g. it can check that at least one of several parameters must be specified).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validateParameters(Map<String,Object> parameterValues)
    Validate input parameter values.