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 WSSearchOptionsWSSearchOptions. fromSearchOptions(SearchOptions opt)Methods in com.logicaldoc.webservice.model with parameters of type WSSearchOptions Modifier and Type Method Description intWSSearchOptions. 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 WSSearchResultSearchService. 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 WSSearchResultRestSearchClient. 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 WSSearchResultRestSearchService. 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 WSSearchResultSearchService. 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 WSSearchResultSoapSearchClient. 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 WSSearchResultSoapSearchService. find(String sid, WSSearchOptions opt)
-