Class RestEnterpriseSearchClient
- java.lang.Object
-
- com.logicaldoc.webservice.rest.client.AbstractRestClient
-
- com.logicaldoc.enterprise.webservice.rest.client.RestEnterpriseSearchClient
-
public class RestEnterpriseSearchClient extends com.logicaldoc.webservice.rest.client.AbstractRestClient
-
-
Constructor Summary
Constructors Constructor Description RestEnterpriseSearchClient(String endpoint, String username, String password)RestEnterpriseSearchClient(String endpoint, String username, String password, int timeout)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.logicaldoc.webservice.model.WSDocument[]findByParameters(Long templateId, WSCriterion[] criteria, String order, Integer maxResults)com.logicaldoc.webservice.model.WSDocument[]findDocumentsByParameters(Long templateId, WSCriterion[] criteria, String order, Integer maxResults)String[][]queryDocuments(String select, String tables, String where, String order, Integer maxResults)
-
-
-
Method Detail
-
findByParameters
public com.logicaldoc.webservice.model.WSDocument[] findByParameters(Long templateId, WSCriterion[] criteria, String order, Integer maxResults) throws Exception
- Throws:
Exception
-
findDocumentsByParameters
public com.logicaldoc.webservice.model.WSDocument[] findDocumentsByParameters(Long templateId, WSCriterion[] criteria, String order, Integer maxResults) throws Exception
- Throws:
Exception
-
-