Class FunctionDefinitionOnTableBuilder
java.lang.Object
com.orchestranetworks.addon.dpra.function.BaseFunctionDefinitionBuilder<T>
com.orchestranetworks.addon.dpra.function.FunctionDefinitionOnTableLevelBuilder<FunctionDefinitionOnTableBuilder>
com.orchestranetworks.addon.dpra.function.FunctionDefinitionOnTableBuilder
public final class FunctionDefinitionOnTableBuilder
extends FunctionDefinitionOnTableLevelBuilder<FunctionDefinitionOnTableBuilder>
Builder of
FunctionDefinition
instances at the table level.- Since:
- 4.2.0
-
Method Summary
Modifier and TypeMethodDescriptiononExecution
(FunctionExecutionOnTable execution) Sets the execution.onExecution
(Supplier<FunctionExecutionOnTable> supplier) Sets the execution.onValidation
(FunctionValidationOnTable 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:
-