Uses of Class
com.logicaldoc.webservice.model.WSSearchResult
-
-
Uses of WSSearchResult in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return WSSearchResult Modifier and Type Method Description WSSearchResult
SearchService. find(WSSearchOptions opt)
-
Uses of WSSearchResult in com.logicaldoc.webservice.rest.client
Methods in com.logicaldoc.webservice.rest.client that return WSSearchResult Modifier and Type Method Description WSSearchResult
RestSearchClient. find(WSSearchOptions owd)
-
Uses of WSSearchResult in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return WSSearchResult Modifier and Type Method Description WSSearchResult
RestSearchService. find(WSSearchOptions opt)
-
Uses of WSSearchResult in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSSearchResult Modifier and Type Method Description WSSearchResult
SearchService. find(String sid, WSSearchOptions options)
Performs a search by the search options. -
Uses of WSSearchResult in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return WSSearchResult Modifier and Type Method Description WSSearchResult
SoapSearchClient. find(String sid, WSSearchOptions options)
-
Uses of WSSearchResult in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSSearchResult Modifier and Type Method Description WSSearchResult
SoapSearchService. find(String sid, WSSearchOptions opt)
-