Class FunctionDefinitionOnFieldBuilder
java.lang.Object
com.orchestranetworks.addon.dpra.function.BaseFunctionDefinitionBuilder<T>
com.orchestranetworks.addon.dpra.function.FunctionDefinitionOnTableLevelBuilder<FunctionDefinitionOnFieldBuilder>
com.orchestranetworks.addon.dpra.function.FunctionDefinitionOnFieldBuilder
public final class FunctionDefinitionOnFieldBuilder
extends FunctionDefinitionOnTableLevelBuilder<FunctionDefinitionOnFieldBuilder>
Builder of
FunctionDefinition
instances at the field level.- Since:
- 4.2.0
-
Method Summary
Modifier and TypeMethodDescriptiononExecution
(FunctionExecutionOnField execution) Sets the execution.onExecution
(Supplier<FunctionExecutionOnField> supplier) Sets the execution.onValidation
(FunctionValidationOnField validation) Sets the validation.Methods inherited from class com.orchestranetworks.addon.dpra.function.FunctionDefinitionOnTableLevelBuilder
withFilter, withLinkedRecord
Methods inherited from class com.orchestranetworks.addon.dpra.function.BaseFunctionDefinitionBuilder
disableAlert, withDescription, withDescription, withInputs, withLabel, withLabel, withOutputs
-
Method Details
-
onValidation
Sets the validation.The validation instance should be stateless.
- See Also:
-
onExecution
Sets the execution.The execution instance should be stateless.
-
onExecution
Sets the execution.- Since:
- 4.3.0
- See Also:
-