Interface RepositorySearchResult

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<TableSearchResult> getByDataset​(com.orchestranetworks.instance.HomeKey homeKey, com.onwbp.adaptation.AdaptationName adaptationName)
      Gets search results belonging to a dataset.
      java.util.List<TableSearchResult> getByDataspace​(com.orchestranetworks.instance.HomeKey homeKey)
      Gets search results belonging to a dataspace.
      java.util.List<TableSearchResult> getByRepository()
      Gets all search results.
      TableSearchResult getByTable​(com.onwbp.adaptation.AdaptationTable table)
      Gets search results belonging to a table.
      java.util.List<TableSearchResult> getByTableNode​(com.orchestranetworks.schema.SchemaNode tableNode)
      Gets search results belonging to a table node.
      java.util.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.
      java.util.List<com.orchestranetworks.instance.HomeKey> getDataspaces()
      Gets all the dataspaces where the search result is found.
      java.util.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.
    • Method Detail

      • getByRepository

        java.util.List<TableSearchResult> getByRepository()
        Gets all search results.
      • getByDataspace

        java.util.List<TableSearchResult> getByDataspace​(com.orchestranetworks.instance.HomeKey homeKey)
        Gets search results belonging to a dataspace.
      • getByDataset

        java.util.List<TableSearchResult> getByDataset​(com.orchestranetworks.instance.HomeKey homeKey,
                                                       com.onwbp.adaptation.AdaptationName adaptationName)
        Gets search results belonging to a dataset.
      • getByTable

        TableSearchResult getByTable​(com.onwbp.adaptation.AdaptationTable table)
        Gets search results belonging to a table.
      • getByTableNode

        java.util.List<TableSearchResult> getByTableNode​(com.orchestranetworks.schema.SchemaNode tableNode)
        Gets search results belonging to a table node.
      • getDataspaces

        java.util.List<com.orchestranetworks.instance.HomeKey> getDataspaces()
        Gets all the dataspaces where the search result is found.
      • getDatasets

        java.util.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.
      • getTables

        java.util.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.