Interface EnterpriseSearchService
-
- All Known Implementing Classes:
RestEnterpriseSearchService
,SoapEnterpriseSearchClient
,SoapEnterpriseSearchService
public interface EnterpriseSearchService
Enterprise Search Web Service definition interface- Since:
- 5.2
- Author:
- Matteo Caruso - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract 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
com.logicaldoc.webservice.model.WSDocument[] findByParameters(String sid, Long templateId, WSCriterion[] criteria, String order, Integer maxResults) throws Exception
- Throws:
Exception
-
findDocumentsByParameters
com.logicaldoc.webservice.model.WSDocument[] findDocumentsByParameters(String sid, Long templateId, WSCriterion[] criteria, String order, Integer maxResults) throws Exception
- Throws:
Exception
-
-