Interface ValidateableExpression

  • All Superinterfaces:
    Cloneable, Expression, Serializable

    public interface ValidateableExpression
    extends Expression
    A decorator interface that allows an expression to validate it's parameters. The validation is returned as map of fieldnames and validation messages. If global validation messages need to be published, these messages will be stored with a null key.
    Author:
    Thomas Morgner.