Uses of Class
com.logicaldoc.enterprise.webservice.model.WSCriterion
Packages that use WSCriterion
Package
Description
-
Uses of WSCriterion in com.logicaldoc.enterprise.webservice.rest
Method parameters in com.logicaldoc.enterprise.webservice.rest with type arguments of type WSCriterionModifier and TypeMethodDescriptionList
<com.logicaldoc.webservice.model.WSDocument> EnterpriseSearchService.findByParameters
(Long templateId, List<WSCriterion> criteria, String order, Integer maxResults) Allows a user to retrieve all documents that match the list of criteria and that belong to the template with the given identifier.List
<com.logicaldoc.webservice.model.WSDocument> EnterpriseSearchService.findDocumentsByParameters
(Long templateId, List<WSCriterion> criteria, String order, Integer maxResults) Allows a user to retrieve all documents that match the list of criteria and that belong to the template with the given identifier. -
Uses of WSCriterion in com.logicaldoc.enterprise.webservice.rest.client
Method parameters in com.logicaldoc.enterprise.webservice.rest.client with type arguments of type WSCriterionModifier and TypeMethodDescriptionList
<com.logicaldoc.webservice.model.WSDocument> RestEnterpriseSearchClient.findByParameters
(Long templateId, List<WSCriterion> criteria, String order, Integer maxResults) List
<com.logicaldoc.webservice.model.WSDocument> RestEnterpriseSearchClient.findDocumentsByParameters
(Long templateId, List<WSCriterion> criteria, String order, Integer maxResults) -
Uses of WSCriterion in com.logicaldoc.enterprise.webservice.rest.endpoint
Method parameters in com.logicaldoc.enterprise.webservice.rest.endpoint with type arguments of type WSCriterionModifier and TypeMethodDescriptionList
<com.logicaldoc.webservice.model.WSDocument> RestEnterpriseSearchService.findByParameters
(Long templateId, List<WSCriterion> criteria, String order, Integer maxResults) List
<com.logicaldoc.webservice.model.WSDocument> RestEnterpriseSearchService.findDocumentsByParameters
(Long templateId, List<WSCriterion> criteria, String order, Integer maxResults) -
Uses of WSCriterion in com.logicaldoc.enterprise.webservice.soap
Method parameters in com.logicaldoc.enterprise.webservice.soap with type arguments of type WSCriterionModifier and TypeMethodDescriptionList
<com.logicaldoc.webservice.model.WSDocument> EnterpriseSearchService.findByParameters
(String sid, Long templateId, List<WSCriterion> criteria, String order, Integer maxResults) List
<com.logicaldoc.webservice.model.WSDocument> EnterpriseSearchService.findDocumentsByParameters
(String sid, Long templateId, List<WSCriterion> criteria, String order, Integer maxResults) -
Uses of WSCriterion in com.logicaldoc.enterprise.webservice.soap.client
Method parameters in com.logicaldoc.enterprise.webservice.soap.client with type arguments of type WSCriterionModifier and TypeMethodDescriptionList
<com.logicaldoc.webservice.model.WSDocument> SoapEnterpriseSearchClient.findByParameters
(String sid, Long templateId, List<WSCriterion> criteria, String order, Integer maxResults) List
<com.logicaldoc.webservice.model.WSDocument> SoapEnterpriseSearchClient.findDocumentsByParameters
(String sid, Long templateId, List<WSCriterion> criteria, String order, Integer maxResults) -
Uses of WSCriterion in com.logicaldoc.enterprise.webservice.soap.endpoint
Method parameters in com.logicaldoc.enterprise.webservice.soap.endpoint with type arguments of type WSCriterionModifier and TypeMethodDescriptionList
<com.logicaldoc.webservice.model.WSDocument> SoapEnterpriseSearchService.findByParameters
(String sid, Long templateId, List<WSCriterion> criteria, String order, Integer maxResults) List
<com.logicaldoc.webservice.model.WSDocument> SoapEnterpriseSearchService.findDocumentsByParameters
(String sid, Long templateId, List<WSCriterion> criteria, String order, Integer maxResults)