Interface FunctionValidationOnTable
- 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.
Validation of a function at the table level.
- Since:
- 4.2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(ValidationContextOnTable validationContext) Validates the current context on table.
-
Method Details
-
validate
void validate(ValidationContextOnTable validationContext) throws com.orchestranetworks.addon.dpra.function.validation.InvalidFunctionException Validates the current context on table.- Parameters:
validationContext
- The validation context.- Throws:
com.orchestranetworks.addon.dpra.function.validation.InvalidFunctionException
- If the current context has invalid data.
-