java.util.List<TableSearchResult> |
RepositorySearchResult.getByDataset(com.orchestranetworks.instance.HomeKey homeKey,
com.onwbp.adaptation.AdaptationName adaptationName) |
Gets search results belonging to a dataset.
|
java.util.List<TableSearchResult> |
RepositorySearchResult.getByDataspace(com.orchestranetworks.instance.HomeKey homeKey) |
Gets search results belonging to a dataspace.
|
java.util.List<TableSearchResult> |
RepositorySearchResult.getByRepository() |
Gets all search results.
|
java.util.List<TableSearchResult> |
RepositorySearchResult.getByTableNode(com.orchestranetworks.schema.SchemaNode tableNode) |
Gets search results belonging to a table node.
|