Interface FunctionValidationOnWorkflow

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

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

    • validate

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