| 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 |
|---|---|
Set<FrequencyType> |
IndicatorDefinition.getPossibleComputationFrequencies()
The types of the indicator's frequency.
|
Set<FrequencyType> |
DefaultWorkflowIndicator.getPossibleComputationFrequencies()
Always returns the on-demand type.
|
Set<FrequencyType> |
DefaultDECIndicator.getPossibleComputationFrequencies()
Returns the on-demand and real-time types.
|
| Modifier and Type | Field and Description |
|---|---|
static FrequencyType |
FrequencyType.ON_DEMAND |
static FrequencyType |
FrequencyType.REAL_TIME |
static FrequencyType |
FrequencyType.TIMELINE |
| Modifier and Type | Method and Description |
|---|---|
static FrequencyType |
FrequencyType.parse(String type) |