Uses of Interface
com.orchestranetworks.addon.dpra.function.execution.FunctionExecution
-
Packages that use FunctionExecution Package Description com.orchestranetworks.addon.dpra.function Provides classes and interfaces to create custom functions.com.orchestranetworks.addon.dpra.function.execution -
-
Uses of FunctionExecution in com.orchestranetworks.addon.dpra.function
Methods in com.orchestranetworks.addon.dpra.function that return FunctionExecution Modifier and Type Method Description FunctionExecutionFunctionDefinition. getExecution()Returns the function execution. -
Uses of FunctionExecution in com.orchestranetworks.addon.dpra.function.execution
Subinterfaces of FunctionExecution in com.orchestranetworks.addon.dpra.function.execution Modifier and Type Interface Description interfaceFunctionExecutionOnDatasetExecution of a function at the dataset level.interfaceFunctionExecutionOnDataspaceExecution of a function at the dataspace level.interfaceFunctionExecutionOnFieldExecution of a function at the field level.interfaceFunctionExecutionOnTableExecution of a function at the table level.interfaceFunctionExecutionOnWorkflowExecution of a function at the dataspace level.
-