Interface SearchOperations


public interface SearchOperations
Operations used to search.
  • Method Details

    • searchGlobal

      RepositorySearchResult searchGlobal(GlobalSearchContext context) throws com.orchestranetworks.service.OperationException
      Deprecated.
      Since 3.0.5, replaced by targetedSearch(GlobalSearchContext).
      Performs a repository search based on the search context.
      Throws:
      com.orchestranetworks.service.OperationException
      Since:
      3.0.0
    • search

      DatasetSearchResult search(DatasetSearchContext context) throws com.orchestranetworks.service.OperationException
      Performs a dataset search based on the search context.
      Throws:
      com.orchestranetworks.service.OperationException
      Since:
      3.0.0
    • targetedSearch

      RepositorySearchResult targetedSearch(GlobalSearchContext context) throws com.orchestranetworks.service.OperationException
      Performs a repository search based on the search context.
      Throws:
      com.orchestranetworks.service.OperationException
      Since:
      3.0.5