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 class
FulltextSearchOptions
Search options specialization for the Full text search.Methods in com.logicaldoc.core.searchengine that return SearchOptions Modifier and Type Method Description SearchOptions
Search. getOptions()
static SearchOptions
Search. newOptions(int type)
static SearchOptions
SearchOptions. read(File file)
Methods in com.logicaldoc.core.searchengine with parameters of type SearchOptions Modifier and Type Method Description int
SearchOptions. compareTo(SearchOptions o)
static Search
Search. get(SearchOptions opt)
void
Search. 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 class
FolderSearchOptions
Search 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 SearchOptions
WSSearchOptions. toSearchOptions()
Methods in com.logicaldoc.webservice.model with parameters of type SearchOptions Modifier and Type Method Description static WSSearchOptions
WSSearchOptions. fromSearchOptions(SearchOptions opt)
-