Package | Description |
---|---|
com.orchestranetworks.addon.dqid |
Provides classes and interfaces to define, publish and execute indicators.
|
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalValue
Represents a decimal outcome of
IndicatorReport . |
class |
BooleanValue
Represents a boolean outcome of
IndicatorReport . |
class |
DateValue
Represents a date outcome of
IndicatorReport . |
class |
IntegerValue
Represents an integer outcome of
IndicatorReport . |
class |
IntervalValue
Represents an interval outcome of indicator execution.
|
class |
PercentageValue
Represents a percentage outcome of indicator execution.
|
class |
StringValue
Represents a string outcome of
IndicatorReport . |
Modifier and Type | Method and Description |
---|---|
List<IndicatorValue> |
IndicatorReport.getIndicatorValues()
Returns the list of
IndicatorValue , the atomic outcomes after executing Indicator. |
Modifier and Type | Method and Description |
---|---|
void |
IndicatorReport.addValue(IndicatorValue indicatorValue)
Adds an
IndicatorValue . |
Modifier and Type | Method and Description |
---|---|
void |
IndicatorReport.addValues(List<IndicatorValue> indicatorValues)
Adds several
IndicatorValue . |