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