Package com.orchestranetworks.addon.dqid
Interface IndicatorsExecutionResult
-
public interface IndicatorsExecutionResultGlobal execution result of all indicators.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DQIdException>getExceptions()Returns all exceptions thrown during an indicator execution.booleanhasFailed()Returnstrueif at least one indicator has failed.
-
-
-
Method Detail
-
hasFailed
boolean hasFailed()
Returnstrueif at least one indicator has failed.
-
getExceptions
java.util.List<DQIdException> getExceptions()
Returns all exceptions thrown during an indicator execution.
-
-