Uses of Class
com.orchestranetworks.addon.dpra.DPRAException
-
Packages that use DPRAException Package Description com.orchestranetworks.addon.dpra.function.execution com.orchestranetworks.addon.dpra.indicator Provides classes and interfaces to perform operations on indicators. -
-
Uses of DPRAException in com.orchestranetworks.addon.dpra.function.execution
Methods in com.orchestranetworks.addon.dpra.function.execution that throw DPRAException Modifier and Type Method Description FunctionResultFunctionExecutionOnDataset. execute(ExecutionContextOnDataset context)Executes at the dataset level.FunctionResultFunctionExecutionOnDataspace. execute(ExecutionContextOnDataspace context)Executes at the dataspace level.FunctionResultFunctionExecutionOnField. execute(ExecutionContextOnField context)Executes at the field level.FunctionResultFunctionExecutionOnTable. execute(ExecutionContextOnTable context)Executes at the table level.FunctionResultFunctionExecutionOnWorkflow. execute(ExecutionContextOnWorkflow context)Executes at the workflow level. -
Uses of DPRAException in com.orchestranetworks.addon.dpra.indicator
Methods in com.orchestranetworks.addon.dpra.indicator that throw DPRAException Modifier and Type Method Description IndicatorExecutionIndicatorOperations. execute(java.lang.String indicatorId)executes an indicatorjava.util.List<IndicatorExecution>IndicatorOperations. getIndicatorExecutions(java.lang.String indicatorId, QueryParam queryParam)Returns all the executions associated with a given indicator.IndicatorExecutionIndicatorOperations. getLastIndicatorExecution(java.lang.String indicatorId)Returns the last execution of the given indicator
-