Package com.orchestranetworks.addon.dqid
Interface IndicatorsExecutionResult
public interface IndicatorsExecutionResult
Global execution result of all indicators.
-
Method Summary
Modifier and TypeMethodDescriptionReturns all exceptions thrown during an indicator execution.boolean
Returnstrue
if at least one indicator has failed.
-
Method Details
-
hasFailed
boolean hasFailed()Returnstrue
if at least one indicator has failed. -
getExceptions
List<DQIdException> getExceptions()Returns all exceptions thrown during an indicator execution.
-