Uses of Class
com.orchestranetworks.addon.dqid.IndicatorExecutionContext
-
Packages that use IndicatorExecutionContext Package Description com.orchestranetworks.addon.dqid Provides classes and interfaces to define, publish and execute indicators. -
-
Uses of IndicatorExecutionContext in com.orchestranetworks.addon.dqid
Subclasses of IndicatorExecutionContext in com.orchestranetworks.addon.dqid Modifier and Type Class Description classDECIndicatorExecutionContextExecution context for a Data Element Concept.classDECIndicatorExecutionContextOnDemandThe on-demand context for a data element concept.classDECIndicatorExecutionContextOnProbeThe on-probe context for a data element concept.classWorkflowIndicatorExecutionContextThe on-demand context for a workflow.Methods in com.orchestranetworks.addon.dqid with parameters of type IndicatorExecutionContext Modifier and Type Method Description com.onwbp.adaptation.PrimaryKeyIndicator. getPrimaryKeyOrNullOfExistingIndicatorReport(IndicatorExecutionContext executionContext)Deprecated.Since v2.0.0, useIndicatorReportAccessor.getPrimaryKeyOrNullOfLatestRecord(IndicatorExecutionContext)instead.com.onwbp.adaptation.PrimaryKeyIndicator. getPrimaryKeyOrNullOfExistingIndicatorReportInBigDataTable(IndicatorExecutionContext executionContext, int sequence)Deprecated.Since v2.0.0, useFlatDataAccessor.getPrimaryKeyOrNullOfLatestRecord(IndicatorExecutionContext, int)instead.com.onwbp.adaptation.PrimaryKeyFlatDataAccessor. getPrimaryKeyOrNullOfLatestRecord(IndicatorExecutionContext executionContext, int sequence)Returns the primary key of the latest corresponding record in theFlat datatable or theBig datatable.com.onwbp.adaptation.PrimaryKeyIndicatorReportAccessor. getPrimaryKeyOrNullOfLatestRecord(IndicatorExecutionContext executionContext)Returns the primary key of the latest corresponding record in theIndicator reporttable.
-