Uses of Class
com.logicaldoc.core.searchengine.SearchOptions
-
Packages that use SearchOptions Package Description com.logicaldoc.core.automation Automation subsystem that allows you to program your own logic inside the platform.
The automation engine can be accessed through the classAutomation
Please note the special annotationAutomationDictionarythat is used to automatically put in the Dictionary whatever bean you need.com.logicaldoc.core.searchengine The core of the search engine.com.logicaldoc.core.searchengine.folder com.logicaldoc.core.searchengine.saved Classes related to saved searchescom.logicaldoc.web.service GWT services implementations.com.logicaldoc.webservice.model -
-
Uses of SearchOptions in com.logicaldoc.core.automation
Methods in com.logicaldoc.core.automation with parameters of type SearchOptions Modifier and Type Method Description SearchSearchTool. newSearch(SearchOptions options)Factory method for searches.List<Hit>SearchTool. search(SearchOptions options)Instantiates a newSearch -
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.core.searchengine.saved
Methods in com.logicaldoc.core.searchengine.saved that return SearchOptions Modifier and Type Method Description SearchOptionsSavedSearch. readOptions()Methods in com.logicaldoc.core.searchengine.saved with parameters of type SearchOptions Modifier and Type Method Description voidSavedSearch. saveOptions(SearchOptions opt) -
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 static 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)
-