Uses of Interface
com.orchestranetworks.addon.dpra.function.execution.FunctionExecutionOnTable
-
Packages that use FunctionExecutionOnTable Package Description com.orchestranetworks.addon.dpra.function Provides classes and interfaces to create custom functions. -
-
Uses of FunctionExecutionOnTable in com.orchestranetworks.addon.dpra.function
Methods in com.orchestranetworks.addon.dpra.function with parameters of type FunctionExecutionOnTable Modifier and Type Method Description FunctionDefinitionBuilderFunctionDefinitionOnTableBuilder. onExecution(FunctionExecutionOnTable execution)Sets the execution.Method parameters in com.orchestranetworks.addon.dpra.function with type arguments of type FunctionExecutionOnTable Modifier and Type Method Description FunctionDefinitionBuilderFunctionDefinitionOnTableBuilder. onExecution(java.util.function.Supplier<FunctionExecutionOnTable> supplier)Sets the execution.
-