Uses of Class
com.orchestranetworks.addon.dpra.DPRAException
Packages that use DPRAException
Package
Description
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 DPRAExceptionModifier and TypeMethodDescriptionFunctionExecutionOnDataset.execute(ExecutionContextOnDataset context) Executes at the dataset level.FunctionExecutionOnDataspace.execute(ExecutionContextOnDataspace context) Executes at the dataspace level.FunctionExecutionOnField.execute(ExecutionContextOnField context) Executes at the field level.FunctionExecutionOnTable.execute(ExecutionContextOnTable context) Executes at the table level.FunctionExecutionOnWorkflow.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 DPRAExceptionModifier and TypeMethodDescriptionexecutes an indicatorIndicatorOperations.getIndicatorExecutions(String indicatorId, QueryParam queryParam) Returns all the executions associated with a given indicator.IndicatorOperations.getLastIndicatorExecution(String indicatorId) Returns the last execution of the given indicator