Package com.orchestranetworks.addon.tese
Interface TableSearchResult
- 
 public interface TableSearchResultRepresents the search result for a table.- Since:
- 3.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<RecordSearchResult>getResults()Returns the list ofRecordSearchResultfor this table search result.com.onwbp.adaptation.AdaptationTablegetTable()Returns the table.
 
- 
- 
- 
Method Detail- 
getTablecom.onwbp.adaptation.AdaptationTable getTable() Returns the table.
 - 
getResultsjava.util.List<RecordSearchResult> getResults() Returns the list ofRecordSearchResultfor this table search result.
 
- 
 
-