Package com.orchestranetworks.addon.tese
Interface TableSearchResult
-
public interface TableSearchResultRepresents the search result for a table.- Since:
- 3.0.0
-
-
Method Summary
All 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
-
getTable
com.onwbp.adaptation.AdaptationTable getTable()
Returns the table.
-
getResults
java.util.List<RecordSearchResult> getResults()
Returns the list ofRecordSearchResultfor this table search result.
-
-