Class SoapEnterpriseSearchService
java.lang.Object
com.logicaldoc.webservice.AbstractService
com.logicaldoc.enterprise.webservice.soap.endpoint.SoapEnterpriseSearchService
- All Implemented Interfaces:
EnterpriseSearchService
- Direct Known Subclasses:
RestEnterpriseSearchService
public class SoapEnterpriseSearchService
extends com.logicaldoc.webservice.AbstractService
implements EnterpriseSearchService
Enterprise Search Web Service Implementation
- Since:
- 5.2
- Author:
- Matteo Caruso - LogicalDOC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.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) Methods inherited from class com.logicaldoc.webservice.AbstractService
convertDateToString, convertStringToDate, getContext, getMessageContext, isValidateSession, setContext, setMessageContext, setValidateSession
-
Constructor Details
-
SoapEnterpriseSearchService
public SoapEnterpriseSearchService()
-
-
Method Details
-
findByParameters
public com.logicaldoc.webservice.model.WSDocument[] findByParameters(String sid, Long templateId, 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 com.logicaldoc.webservice.model.WSDocument[] findDocumentsByParameters(String sid, Long templateId, 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 FeatureNotEnabledException, com.logicaldoc.core.security.authorization.PermissionException, com.logicaldoc.core.security.authentication.AuthenticationException, com.logicaldoc.webservice.WebserviceException, com.logicaldoc.core.PersistenceException - Specified by:
queryDocuments
in interfaceEnterpriseSearchService
- Throws:
FeatureNotEnabledException
com.logicaldoc.core.security.authorization.PermissionException
com.logicaldoc.core.security.authentication.AuthenticationException
com.logicaldoc.webservice.WebserviceException
com.logicaldoc.core.PersistenceException
-