Uses of Class
com.logicaldoc.core.searchengine.SearchOptions
-
Packages that use SearchOptions Package Description com.logicaldoc.core.searchengine The core of the search engine.com.logicaldoc.core.searchengine.folder com.logicaldoc.web.service com.logicaldoc.webservice.model -
-
Uses of SearchOptions in com.logicaldoc.core.searchengine
Subclasses of SearchOptions in com.logicaldoc.core.searchengine Modifier and Type Class Description classFulltextSearchOptionsSearch options specialization for the Full text search.Methods in com.logicaldoc.core.searchengine that return SearchOptions Modifier and Type Method Description SearchOptionsSearch. getOptions()static SearchOptionsSearch. newOptions(int type)static SearchOptionsSearchOptions. read(File file)Methods in com.logicaldoc.core.searchengine with parameters of type SearchOptions Modifier and Type Method Description intSearchOptions. compareTo(SearchOptions o)static SearchSearch. get(SearchOptions opt)voidSearch. setOptions(SearchOptions options) -
Uses of SearchOptions in com.logicaldoc.core.searchengine.folder
Subclasses of SearchOptions in com.logicaldoc.core.searchengine.folder Modifier and Type Class Description classFolderSearchOptionsSearch options specialization for the folder search. -
Uses of SearchOptions in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return types with arguments of type SearchOptions Modifier and Type Method Description List<SearchOptions>SearchServiceImpl. getSearches(Session session)Load all the search options associated to all the searches saved for the current user -
Uses of SearchOptions in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return SearchOptions Modifier and Type Method Description SearchOptionsWSSearchOptions. toSearchOptions()Methods in com.logicaldoc.webservice.model with parameters of type SearchOptions Modifier and Type Method Description static WSSearchOptionsWSSearchOptions. fromSearchOptions(SearchOptions opt)
-