Package | Description |
---|---|
com.orchestranetworks.addon.dqid |
Provides classes and interfaces to define, publish and execute indicators.
|
Modifier and Type | Class and Description |
---|---|
class |
DECIndicatorExecutionContext
Execution context for a Data Element Concept.
|
class |
DECIndicatorExecutionContextOnDemand
The on-demand context for a data element concept.
|
class |
DECIndicatorExecutionContextOnProbe
The on-probe context for a data element concept.
|
class |
WorkflowIndicatorExecutionContext
The on-demand context for a workflow.
|
Modifier and Type | Method and Description |
---|---|
com.onwbp.adaptation.PrimaryKey |
Indicator.getPrimaryKeyOrNullOfExistingIndicatorReport(IndicatorExecutionContext executionContext)
Deprecated.
Since v2.0.0, use
IndicatorReportAccessor.getPrimaryKeyOrNullOfLatestRecord(IndicatorExecutionContext) instead. |
com.onwbp.adaptation.PrimaryKey |
Indicator.getPrimaryKeyOrNullOfExistingIndicatorReportInBigDataTable(IndicatorExecutionContext executionContext,
int sequence)
Deprecated.
Since v2.0.0, use
FlatDataAccessor.getPrimaryKeyOrNullOfLatestRecord(IndicatorExecutionContext, int) instead. |
com.onwbp.adaptation.PrimaryKey |
IndicatorReportAccessor.getPrimaryKeyOrNullOfLatestRecord(IndicatorExecutionContext executionContext)
Returns the primary key of the latest corresponding record in the
Indicator report table. |
com.onwbp.adaptation.PrimaryKey |
FlatDataAccessor.getPrimaryKeyOrNullOfLatestRecord(IndicatorExecutionContext executionContext,
int sequence)
Returns the primary key of the latest corresponding record in the
Flat data table or the Big data table. |