Package com.orchestranetworks.addon.dqid
Class FlatDataAccessor
java.lang.Object
com.orchestranetworks.addon.dqid.FlatDataAccessor
Retrieves specific data in the
Flat data
table or the Big data
table from IndicatorExecutionContext
.- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionfinal com.onwbp.adaptation.PrimaryKey
getPrimaryKeyOrNullOfLatestRecord
(IndicatorExecutionContext executionContext, int sequence) Returns the primary key of the latest corresponding record in theFlat data
table or theBig data
table.
-
Method Details
-
getPrimaryKeyOrNullOfLatestRecord
public final com.onwbp.adaptation.PrimaryKey getPrimaryKeyOrNullOfLatestRecord(IndicatorExecutionContext executionContext, int sequence) Returns the primary key of the latest corresponding record in theFlat data
table or theBig data
table.- Parameters:
executionContext
-IndicatorExecutionContext
sequence
-IndicatorValue.getSequence()
- See Also:
-