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.PrimaryKeygetPrimaryKeyOrNullOfLatestRecord(IndicatorExecutionContext executionContext, int sequence) Returns the primary key of the latest corresponding record in theFlat datatable or theBig datatable. 
- 
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 datatable or theBig datatable.- Parameters:
 executionContext-IndicatorExecutionContextsequence-IndicatorValue.getSequence()- See Also:
 
 
 -