public interface RepositorySearchResult
SearchOperations.searchGlobal(GlobalSearchContext)
.Modifier and Type | Method and Description |
---|---|
List<TableSearchResult> |
getByDataset(com.orchestranetworks.instance.HomeKey homeKey,
com.onwbp.adaptation.AdaptationName adaptationName)
Gets search results belonging to a dataset.
|
List<TableSearchResult> |
getByDataspace(com.orchestranetworks.instance.HomeKey homeKey)
Gets search results belonging to a dataspace.
|
List<TableSearchResult> |
getByRepository()
Gets all search results.
|
TableSearchResult |
getByTable(com.onwbp.adaptation.AdaptationTable table)
Gets search results belonging to a table.
|
List<TableSearchResult> |
getByTableNode(com.orchestranetworks.schema.SchemaNode tableNode)
Gets search results belonging to a table node.
|
List<com.onwbp.adaptation.AdaptationName> |
getDatasets(com.orchestranetworks.instance.HomeKey homeKey)
Get all the datasets belonging to a specific dataspace where the search result is found.
|
List<com.orchestranetworks.instance.HomeKey> |
getDataspaces()
Gets all the dataspaces where the search result is found.
|
List<com.onwbp.adaptation.AdaptationTable> |
getTables(com.orchestranetworks.instance.HomeKey homeKey,
com.onwbp.adaptation.AdaptationName adaptationName)
Get all the tables belonging to a specific dataspace and dataset where the search result is found.
|
List<TableSearchResult> getByRepository()
List<TableSearchResult> getByDataspace(com.orchestranetworks.instance.HomeKey homeKey)
List<TableSearchResult> getByDataset(com.orchestranetworks.instance.HomeKey homeKey, com.onwbp.adaptation.AdaptationName adaptationName)
TableSearchResult getByTable(com.onwbp.adaptation.AdaptationTable table)
List<TableSearchResult> getByTableNode(com.orchestranetworks.schema.SchemaNode tableNode)
List<com.orchestranetworks.instance.HomeKey> getDataspaces()
List<com.onwbp.adaptation.AdaptationName> getDatasets(com.orchestranetworks.instance.HomeKey homeKey)
List<com.onwbp.adaptation.AdaptationTable> getTables(com.orchestranetworks.instance.HomeKey homeKey, com.onwbp.adaptation.AdaptationName adaptationName)