Uses of Interface
com.orchestranetworks.addon.dpra.function.execution.context.ExecutionContextOnDataset
-
Packages that use ExecutionContextOnDataset Package Description com.orchestranetworks.addon.dpra.function.execution com.orchestranetworks.addon.dpra.function.execution.context -
-
Uses of ExecutionContextOnDataset in com.orchestranetworks.addon.dpra.function.execution
Methods in com.orchestranetworks.addon.dpra.function.execution with parameters of type ExecutionContextOnDataset Modifier and Type Method Description FunctionResultFunctionExecutionOnDataset. execute(ExecutionContextOnDataset context)Executes at the dataset level. -
Uses of ExecutionContextOnDataset in com.orchestranetworks.addon.dpra.function.execution.context
Subinterfaces of ExecutionContextOnDataset in com.orchestranetworks.addon.dpra.function.execution.context Modifier and Type Interface Description interfaceExecutionContextOnFieldContext for execution of a function at the field level.interfaceExecutionContextOnTableContext for execution of a function at the table level.
-