Uses of Interface
com.orchestranetworks.addon.tese.TableSearchResult
-
Packages that use TableSearchResult Package Description com.orchestranetworks.addon.tese Provides classes and interfaces required for the Search and History operations. -
-
Uses of TableSearchResult in com.orchestranetworks.addon.tese
Methods in com.orchestranetworks.addon.tese that return TableSearchResult Modifier and Type Method Description TableSearchResultRepositorySearchResult. getByTable(com.onwbp.adaptation.AdaptationTable table)Gets search results belonging to a table.Methods in com.orchestranetworks.addon.tese that return types with arguments of type TableSearchResult Modifier and Type Method Description 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.
-