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
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)
-
Method Details
-
findByParameters
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 - Throws:
com.logicaldoc.core.security.authentication.AuthenticationException
FeatureNotEnabledException
com.logicaldoc.webservice.WebserviceException
com.logicaldoc.core.PersistenceException
-
findDocumentsByParameters
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 - Throws:
com.logicaldoc.core.security.authentication.AuthenticationException
FeatureNotEnabledException
com.logicaldoc.webservice.WebserviceException
com.logicaldoc.core.PersistenceException
-
queryDocuments
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 - Throws:
FeatureNotEnabledException
com.logicaldoc.core.security.authorization.PermissionException
com.logicaldoc.core.security.authentication.AuthenticationException
com.logicaldoc.webservice.WebserviceException
com.logicaldoc.core.PersistenceException
-