Class SoapEnterpriseSearchClient
- java.lang.Object
 - 
- com.logicaldoc.webservice.soap.client.SoapClient<EnterpriseSearchService>
 - 
- com.logicaldoc.enterprise.webservice.soap.client.SoapEnterpriseSearchClient
 
 
 
- 
- All Implemented Interfaces:
 EnterpriseSearchService
public class SoapEnterpriseSearchClient extends com.logicaldoc.webservice.soap.client.SoapClient<EnterpriseSearchService> implements EnterpriseSearchService
Enterprise Search Web Service client. exi- Since:
 - 5.2
 - Author:
 - Matteo Caruso - LogicalDOC
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SoapEnterpriseSearchClient(String endpoint)SoapEnterpriseSearchClient(String endpoint, int timeout) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.logicaldoc.webservice.model.WSDocument[]findByParameters(String sid, Long templateId, WSCriterion[] criteria, String order, Integer maxResults)com.logicaldoc.webservice.model.WSDocument[]findDocumentsByParameters(String sid, Long templateId, WSCriterion[] criteria, String order, Integer maxResults)String[][]queryDocuments(String sid, String select, String tables, String where, String order, Integer maxResults) 
 - 
 
- 
- 
Constructor Detail
- 
SoapEnterpriseSearchClient
public SoapEnterpriseSearchClient(String endpoint) throws IOException
- Throws:
 IOException
 
- 
SoapEnterpriseSearchClient
public SoapEnterpriseSearchClient(String endpoint, int timeout) throws IOException
- Throws:
 IOException
 
 - 
 
- 
Method Detail
- 
findByParameters
public com.logicaldoc.webservice.model.WSDocument[] findByParameters(String sid, Long templateId, WSCriterion[] criteria, String order, Integer maxResults) throws Exception
- Specified by:
 findByParametersin interfaceEnterpriseSearchService- Throws:
 Exception
 
- 
findDocumentsByParameters
public com.logicaldoc.webservice.model.WSDocument[] findDocumentsByParameters(String sid, Long templateId, WSCriterion[] criteria, String order, Integer maxResults) throws Exception
- Specified by:
 findDocumentsByParametersin interfaceEnterpriseSearchService- Throws:
 Exception
 
 - 
 
 -