Uses of Class
com.logicaldoc.core.searchengine.SearchOptions
Packages that use SearchOptions
Package
Description
Automation subsystem that allows you to program your own logic inside the
platform.
The automation engine can be accessed through the class
Please note the special annotation
The automation engine can be accessed through the class
Automation
Please note the special annotation
AutomationDictionary
that is used to
automatically put in the Dictionary whatever bean you need.The core of the search engine.
Classes related to saved searches
GWT services implementations.
-
Uses of SearchOptions in com.logicaldoc.core.automation
Methods in com.logicaldoc.core.automation with parameters of type SearchOptionsModifier and TypeMethodDescriptionSearchTool.newSearch
(SearchOptions options) Factory method for searches.SearchTool.search
(SearchOptions options) Instantiates a newSearch
-
Uses of SearchOptions in com.logicaldoc.core.searchengine
Subclasses of SearchOptions in com.logicaldoc.core.searchengineModifier and TypeClassDescriptionclass
Search options specialization for the Full text search.class
Search options specialization for the Tag text search.Methods in com.logicaldoc.core.searchengine that return SearchOptionsModifier and TypeMethodDescriptionSearch.getOptions()
static SearchOptions
Search.newOptions
(int type) static SearchOptions
Methods in com.logicaldoc.core.searchengine with parameters of type SearchOptionsModifier and TypeMethodDescriptionint
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.folderModifier and TypeClassDescriptionclass
Search options specialization for the folder search. -
Uses of SearchOptions in com.logicaldoc.core.searchengine.saved
Methods in com.logicaldoc.core.searchengine.saved that return SearchOptionsMethods in com.logicaldoc.core.searchengine.saved with parameters of type SearchOptions -
Uses of SearchOptions in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return types with arguments of type SearchOptionsModifier and TypeMethodDescriptionstatic 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 SearchOptionsMethods in com.logicaldoc.webservice.model with parameters of type SearchOptionsModifier and TypeMethodDescriptionstatic WSSearchOptions
WSSearchOptions.fromSearchOptions
(SearchOptions opt)