Interface FunctionExecutionOnField
- All Superinterfaces:
FunctionExecution
Execution of a function at the field level.
- Since:
- 4.2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(ExecutionContextOnField context) Executes at the field level.
-
Method Details
-
execute
Executes at the field level.- Parameters:
context
- The execution context on field.- Throws:
DPRAException
- An exception with a user-friendly message in case an error is thrown.
-