Uses of Class
com.orchestranetworks.addon.dqid.IndicatorExecutionContext
Package
Description
Provides classes and interfaces to define, publish and execute indicators.
-
Uses of IndicatorExecutionContext in com.orchestranetworks.addon.dqid
Modifier and TypeClassDescriptionclass
Execution context for a Data Element Concept.final class
The on-demand context for a data element concept.final class
The on-probe context for a data element concept.class
The on-demand context for a workflow.Modifier and TypeMethodDescriptionfinal com.onwbp.adaptation.PrimaryKey
Indicator.getPrimaryKeyOrNullOfExistingIndicatorReport
(IndicatorExecutionContext executionContext) Deprecated.final com.onwbp.adaptation.PrimaryKey
Indicator.getPrimaryKeyOrNullOfExistingIndicatorReportInBigDataTable
(IndicatorExecutionContext executionContext, int sequence) Deprecated.Since v2.0.0, useFlatDataAccessor.getPrimaryKeyOrNullOfLatestRecord(IndicatorExecutionContext, int)
instead.final com.onwbp.adaptation.PrimaryKey
FlatDataAccessor.getPrimaryKeyOrNullOfLatestRecord
(IndicatorExecutionContext executionContext, int sequence) Returns the primary key of the latest corresponding record in theFlat data
table or theBig data
table.final com.onwbp.adaptation.PrimaryKey
IndicatorReportAccessor.getPrimaryKeyOrNullOfLatestRecord
(IndicatorExecutionContext executionContext) Returns the primary key of the latest corresponding record in theIndicator report
table.
IndicatorReportAccessor.getPrimaryKeyOrNullOfLatestRecord(IndicatorExecutionContext)
instead.