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 SummaryConstructorsConstructorDescriptionSoapEnterpriseSearchClient(String endpoint) SoapEnterpriseSearchClient(String endpoint, int timeout) 
- 
Method SummaryModifier and TypeMethodDescriptionList<com.logicaldoc.webservice.model.WSDocument> findByParameters(String sid, Long templateId, List<WSCriterion> criteria, String order, Integer maxResults) List<com.logicaldoc.webservice.model.WSDocument> findDocumentsByParameters(String sid, Long templateId, List<WSCriterion> criteria, String order, Integer maxResults) String[][]queryDocuments(String sid, String select, String tables, String where, String order, Integer maxResults) 
- 
Constructor Details- 
SoapEnterpriseSearchClient
- 
SoapEnterpriseSearchClient
 
- 
- 
Method Details- 
findByParameterspublic List<com.logicaldoc.webservice.model.WSDocument> findByParameters(String sid, Long templateId, List<WSCriterion> criteria, String order, Integer maxResults) throws com.logicaldoc.core.security.authentication.AuthenticationException, FeatureNotEnabledException, com.logicaldoc.webservice.WebserviceException, com.logicaldoc.core.PersistenceException - Specified by:
- findByParametersin interface- EnterpriseSearchService
- Throws:
- com.logicaldoc.core.security.authentication.AuthenticationException
- FeatureNotEnabledException
- com.logicaldoc.webservice.WebserviceException
- com.logicaldoc.core.PersistenceException
 
- 
findDocumentsByParameterspublic List<com.logicaldoc.webservice.model.WSDocument> findDocumentsByParameters(String sid, Long templateId, List<WSCriterion> criteria, String order, Integer maxResults) throws com.logicaldoc.core.security.authentication.AuthenticationException, FeatureNotEnabledException, com.logicaldoc.webservice.WebserviceException, com.logicaldoc.core.PersistenceException - Specified by:
- findDocumentsByParametersin interface- EnterpriseSearchService
- Throws:
- com.logicaldoc.core.security.authentication.AuthenticationException
- FeatureNotEnabledException
- com.logicaldoc.webservice.WebserviceException
- com.logicaldoc.core.PersistenceException
 
- 
queryDocumentspublic String[][] queryDocuments(String sid, String select, String tables, String where, String order, Integer maxResults) throws com.logicaldoc.core.security.authorization.PermissionException, com.logicaldoc.core.security.authentication.AuthenticationException, FeatureNotEnabledException, com.logicaldoc.webservice.WebserviceException, com.logicaldoc.core.PersistenceException - Specified by:
- queryDocumentsin interface- EnterpriseSearchService
- Throws:
- com.logicaldoc.core.security.authorization.PermissionException
- com.logicaldoc.core.security.authentication.AuthenticationException
- FeatureNotEnabledException
- com.logicaldoc.webservice.WebserviceException
- com.logicaldoc.core.PersistenceException
 
 
-