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 ofRecordSearchResult
for this table search result.com.onwbp.adaptation.AdaptationTable
getTable()
Returns the table.
-
Method Details
-
getTable
com.onwbp.adaptation.AdaptationTable getTable()Returns the table. -
getResults
List<RecordSearchResult> getResults()Returns the list ofRecordSearchResult
for this table search result.
-