Uses of Class
com.orchestranetworks.addon.dpra.DPRAException
Packages that use DPRAException
Package
Description
Provides classes and interfaces to create custom functions and execute registered functions
(both built-in functions and custom functions).
Provides classes and interfaces to perform operations on indicators.
-
Uses of DPRAException in com.orchestranetworks.addon.dpra.function
Methods in com.orchestranetworks.addon.dpra.function that throw DPRAExceptionModifier and TypeMethodDescriptionFunctionOperations.execute(String functionCode, AssetContextAdapter context) Executes a function identified by its code within the specified asset context. -
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