Uses of Class
com.logicaldoc.core.searchengine.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
Modifier and TypeMethodDescriptionSearchTool.newSearch
(SearchOptions options) Factory method for searches.SearchTool.search
(SearchOptions options) Instantiates a newSearch
-
Uses of SearchOptions in com.logicaldoc.core.searchengine
Modifier and TypeClassDescriptionclass
Search options specialization for the Full text search.Modifier and TypeMethodDescriptionSearch.getOptions()
static SearchOptions
Search.newOptions
(int type) static SearchOptions
Modifier 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
Modifier and TypeClassDescriptionclass
Search options specialization for the folder search. -
Uses of SearchOptions in com.logicaldoc.core.searchengine.saved
-
Uses of SearchOptions in com.logicaldoc.web.service
Modifier 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
Modifier and TypeMethodDescriptionstatic WSSearchOptions
WSSearchOptions.fromSearchOptions
(SearchOptions opt)