Uses of Interface
com.orchestranetworks.addon.dpra.function.FunctionDefinitionBuilder
Package
Description
Provides classes and interfaces to create custom functions.
-
Uses of FunctionDefinitionBuilder in com.orchestranetworks.addon.dpra.function
Modifier and TypeMethodDescriptionFunctionDefinitionOnDatasetBuilder.onExecution
(FunctionExecutionOnDataset execution) Sets the execution.FunctionDefinitionOnDatasetBuilder.onExecution
(Supplier<FunctionExecutionOnDataset> supplier) Sets the execution.FunctionDefinitionOnDataspaceBuilder.onExecution
(FunctionExecutionOnDataspace execution) Sets the execution.FunctionDefinitionOnDataspaceBuilder.onExecution
(Supplier<FunctionExecutionOnDataspace> supplier) Sets the execution.FunctionDefinitionOnFieldBuilder.onExecution
(FunctionExecutionOnField execution) Sets the execution.FunctionDefinitionOnFieldBuilder.onExecution
(Supplier<FunctionExecutionOnField> supplier) Sets the execution.FunctionDefinitionOnTableBuilder.onExecution
(FunctionExecutionOnTable execution) Sets the execution.FunctionDefinitionOnTableBuilder.onExecution
(Supplier<FunctionExecutionOnTable> supplier) Sets the execution.FunctionDefinitionOnWorkflowBuilder.onExecution
(FunctionExecutionOnWorkflow execution) Sets the execution.FunctionDefinitionOnWorkflowBuilder.onExecution
(Supplier<FunctionExecutionOnWorkflow> supplier) Sets the execution.