Package com.orchestranetworks.addon.tese
Interface TableSearchResult
public interface TableSearchResult
Represents the search result for a table.
- Since:
 - 3.0.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the list ofRecordSearchResultfor this table search result.com.onwbp.adaptation.AdaptationTablegetTable()Returns the table. 
- 
Method Details
- 
getTable
com.onwbp.adaptation.AdaptationTable getTable()Returns the table. - 
getResults
List<RecordSearchResult> getResults()Returns the list ofRecordSearchResultfor this table search result. 
 -