Class SoapEnterpriseSearchService
- java.lang.Object
-
- com.logicaldoc.webservice.AbstractService
-
- com.logicaldoc.enterprise.webservice.soap.endpoint.SoapEnterpriseSearchService
-
- All Implemented Interfaces:
EnterpriseSearchService
public class SoapEnterpriseSearchService extends com.logicaldoc.webservice.AbstractService implements EnterpriseSearchService
Enterprise Search Web Service Implementation- Since:
- 5.2
- Author:
- Matteo Caruso - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description SoapEnterpriseSearchService()
-
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)
-
-
-
Method Detail
-
findByParameters
public com.logicaldoc.webservice.model.WSDocument[] findByParameters(String sid, Long templateId, WSCriterion[] criteria, String order, Integer maxResults) throws Exception
- Specified by:
findByParameters
in 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:
findDocumentsByParameters
in interfaceEnterpriseSearchService
- Throws:
Exception
-
-