public interface FunctionExecutionOnField extends FunctionExecution
FunctionDefinition.getExecution()| Modifier and Type | Method and Description |
|---|---|
FunctionResult |
execute(ExecutionContextOnField context)
Executes at the field level.
|
FunctionResult execute(ExecutionContextOnField context) throws DPRAException
context - The execution context on field.DPRAException - An exception with a user-friendly message in case an error is thrown.