Package | Description |
---|---|
com.orchestranetworks.addon.tese |
Provides classes and interfaces required for the Search and History operations.
|
Modifier and Type | Method and Description |
---|---|
TableSearchResult |
RepositorySearchResult.getByTable(com.onwbp.adaptation.AdaptationTable table)
Gets search results belonging to a table.
|
Modifier and Type | Method and Description |
---|---|
List<TableSearchResult> |
RepositorySearchResult.getByDataset(com.orchestranetworks.instance.HomeKey homeKey,
com.onwbp.adaptation.AdaptationName adaptationName)
Gets search results belonging to a dataset.
|
List<TableSearchResult> |
RepositorySearchResult.getByDataspace(com.orchestranetworks.instance.HomeKey homeKey)
Gets search results belonging to a dataspace.
|
List<TableSearchResult> |
RepositorySearchResult.getByRepository()
Gets all search results.
|
List<TableSearchResult> |
RepositorySearchResult.getByTableNode(com.orchestranetworks.schema.SchemaNode tableNode)
Gets search results belonging to a table node.
|