Uses of Interface
com.orchestranetworks.addon.dpra.indicator.IndicatorExecution
-
Packages that use IndicatorExecution Package Description com.orchestranetworks.addon.dpra.indicator Provides classes and interfaces to perform operations on indicators. -
-
Uses of IndicatorExecution in com.orchestranetworks.addon.dpra.indicator
Methods in com.orchestranetworks.addon.dpra.indicator that return IndicatorExecution Modifier and Type Method Description IndicatorExecutionIndicatorOperations. execute(java.lang.String indicatorId)executes an indicatorIndicatorExecutionIndicatorOperations. getLastIndicatorExecution(java.lang.String indicatorId)Returns the last execution of the given indicatorMethods in com.orchestranetworks.addon.dpra.indicator that return types with arguments of type IndicatorExecution Modifier and Type Method Description java.util.List<IndicatorExecution>IndicatorOperations. getIndicatorExecutions(java.lang.String indicatorId, QueryParam queryParam)Returns all the executions associated with a given indicator.
-