Class SearchRestClient


  • public class SearchRestClient
    extends AbstractRestClient
    Simple search rest client
    Author:
    pgraca
    • Constructor Detail

      • SearchRestClient

        public SearchRestClient​(RestConnector connector)
    • Method Detail

      • searchPerson

        public Search searchPerson​(String query,
                                   boolean pagination,
                                   String order,
                                   int rows,
                                   int page,
                                   int limit,
                                   String lang)
                            throws ClientException
        Perform a Person Search request by a query
        Parameters:
        query -
        pagination -
        order -
        rows -
        page -
        limit -
        lang -
        Returns:
        CienciaVitae Search response if found or null otherwise
        Throws:
        ClientException