Interface FunctionValidationOnDataset

All Superinterfaces:
FunctionValidation
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 FunctionValidationOnDataset extends FunctionValidation
Validation of a function at the dataset level.
Since:
4.2.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Validates the current context on dataset.
  • Method Details

    • validate

      void validate(ValidationContextOnDataset validationContext) throws com.orchestranetworks.addon.dpra.function.validation.InvalidFunctionException
      Validates the current context on dataset.
      Parameters:
      validationContext - The validation context.
      Throws:
      com.orchestranetworks.addon.dpra.function.validation.InvalidFunctionException - If the current context has invalid data.