Uses of Class
com.orchestranetworks.addon.dqid.IndicatorValue
Package
Description
Provides classes and interfaces to define, publish and execute indicators.
-
Uses of IndicatorValue in com.orchestranetworks.addon.dqid
Modifier and TypeClassDescriptionclass
Represents a decimal outcome ofIndicatorReport
.class
Represents a boolean outcome ofIndicatorReport
.final class
Represents a date outcome ofIndicatorReport
.final class
Represents an integer outcome ofIndicatorReport
.final class
Represents an interval outcome of indicator execution.final class
Represents a percentage outcome of indicator execution.final class
Represents a string outcome ofIndicatorReport
.Modifier and TypeMethodDescriptionIndicatorReport.getIndicatorValues()
Returns the list ofIndicatorValue
, the atomic outcomes after executing Indicator.Modifier and TypeMethodDescriptionvoid
IndicatorReport.addValue
(IndicatorValue indicatorValue) Adds anIndicatorValue
.Modifier and TypeMethodDescriptionvoid
IndicatorReport.addValues
(List<IndicatorValue> indicatorValues) Adds severalIndicatorValue
.