| Package | Description |
|---|---|
| com.orchestranetworks.addon.dqid |
Provides classes and interfaces to define, publish and execute indicators.
|
| com.orchestranetworks.addon.dqid.common |
Provides common classes that are used by other classes such as exceptions and enumerations.
|
| Modifier and Type | Method and Description |
|---|---|
IntervalType |
IntervalValue.getIntervalType()
Returns the interval type of this indicator value.
|
| Constructor and Description |
|---|
IntervalValue(BigDecimal result,
int sequence,
int order,
IntervalType intervalType) |
| Modifier and Type | Field and Description |
|---|---|
static IntervalType |
IntervalType.DAY_HOUR |
static IntervalType |
IntervalType.DAY_HOUR_MINUTE |
static IntervalType |
IntervalType.HOUR_MINUTE |
static IntervalType |
IntervalType.HOUR_MINUTE_SECOND |
static IntervalType |
IntervalType.MINUTE_SECOND |
static IntervalType |
IntervalType.MONTH_DAY |
static IntervalType |
IntervalType.MONTH_WEEK_DAY |
static IntervalType |
IntervalType.WEEK_DAY |
static IntervalType |
IntervalType.WEEK_DAY_HOUR |
| Modifier and Type | Method and Description |
|---|---|
static String |
FormatDataPolicy.formatIntervalValue(IntervalType intervalType,
BigDecimal number)
Returns the interval format of a big decimal instance by specifying an interval type.
|
static String |
FormatDataPolicy.formatIntervalValue(IntervalType intervalType,
BigDecimal number,
Locale locale)
Returns the interval format of a big decimal instance by specifying an interval type and a locale.
|
static String[] |
FormatDataPolicy.formatIntervalValueForDashboardTile(IntervalType intervalType,
BigDecimal number,
Locale locale) |