Interface SearchService<T,​P extends Enum<?> & SearchParameter,​R extends SearchRequest<P>>

    • Method Detail

      • search

        SearchResponse<T,​Psearch​(R searchRequest)
        Issues a SearchRequest and retrieves a response resulting of the search operation. The actual result information will contain a list elements of type T.
        Parameters:
        searchRequest - the searchRequest that contains the search parameters
        Returns:
        the SearchResponse resulting of the search operation