| Package | Description |
|---|---|
| com.orchestranetworks.addon.dqid |
Provides classes and interfaces to define, publish and execute indicators.
|
| Modifier and Type | Method and Description |
|---|---|
abstract IndicatorReport |
DECIndicator.execute(DECIndicatorExecutionContext executionContext)
Defines what the indicator will do.
|
abstract IndicatorReport |
WorkflowIndicator.execute(WorkflowIndicatorExecutionContext executionContext)
Defines what the indicator will do.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,com.onwbp.adaptation.PrimaryKey> |
Indicator.getPrimaryKeysOfExistingIndicatorValueParts(com.onwbp.adaptation.PrimaryKey indicatorReportPK,
IndicatorReport indicatorReport,
int sequence)
Deprecated.
Since v2.0.0, use
IndicatorReportAccessor.getPrimaryKeysOfLatestIndicatorValues(PrimaryKey, IndicatorReport, int) instead. |
Map<Integer,com.onwbp.adaptation.PrimaryKey> |
IndicatorReportAccessor.getPrimaryKeysOfLatestIndicatorValues(com.onwbp.adaptation.PrimaryKey indicatorReportPK,
IndicatorReport indicatorReport,
int sequence)
Returns the mapping between the order (
IndicatorValue.getOrder()) and the latest corresponding records in the Indicator value table. |