Package | Description |
---|---|
com.logicaldoc.core.searchengine | |
com.logicaldoc.web.service | |
com.logicaldoc.webservice.search |
Modifier and Type | Class and Description |
---|---|
class |
FolderSearchOptions
Search options specialization for the folder search.
|
class |
FulltextSearchOptions
Search options specialization for the Full text search.
|
Modifier and Type | Field and Description |
---|---|
protected SearchOptions |
Search.options |
Modifier and Type | Method and Description |
---|---|
SearchOptions |
Search.getOptions() |
static SearchOptions |
Search.newOptions(int type) |
static SearchOptions |
SearchOptions.read(File file) |
Modifier and Type | Method and Description |
---|---|
int |
SearchOptions.compareTo(SearchOptions o) |
static Search |
Search.get(SearchOptions opt) |
void |
Search.setOptions(SearchOptions options) |
Modifier and Type | Method and Description |
---|---|
protected SearchOptions |
SearchServiceImpl.toSearchOptions(GUISearchOptions options) |
Modifier and Type | Method and Description |
---|---|
List<SearchOptions> |
SearchServiceImpl.getSearches(UserSession user)
Load all the search options associated to all the searches saved for the
current user.
|
Modifier and Type | Method and Description |
---|---|
protected GUISearchOptions |
SearchServiceImpl.toGUIOptions(SearchOptions searchOptions) |
Modifier and Type | Method and Description |
---|---|
SearchOptions |
WSSearchOptions.toSearchOptions() |
Modifier and Type | Method and Description |
---|---|
static WSSearchOptions |
WSSearchOptions.fromSearchOptions(SearchOptions opt) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.