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
ConstructorsConstructorDescriptionSoapEnterpriseSearchClient
(String endpoint) SoapEnterpriseSearchClient
(String endpoint, int timeout) -
Method Summary
Modifier 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
-
findByParameters
public 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:
findByParameters
in interfaceEnterpriseSearchService
- Throws:
com.logicaldoc.core.security.authentication.AuthenticationException
FeatureNotEnabledException
com.logicaldoc.webservice.WebserviceException
com.logicaldoc.core.PersistenceException
-
findDocumentsByParameters
public 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:
findDocumentsByParameters
in interfaceEnterpriseSearchService
- Throws:
com.logicaldoc.core.security.authentication.AuthenticationException
FeatureNotEnabledException
com.logicaldoc.webservice.WebserviceException
com.logicaldoc.core.PersistenceException
-
queryDocuments
public 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:
queryDocuments
in interfaceEnterpriseSearchService
- Throws:
com.logicaldoc.core.security.authorization.PermissionException
com.logicaldoc.core.security.authentication.AuthenticationException
FeatureNotEnabledException
com.logicaldoc.webservice.WebserviceException
com.logicaldoc.core.PersistenceException
-