Class Search
java.lang.Object
com.logicaldoc.gui.frontend.client.search.Search
Collector for all searches
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addObserver
(SearchObserver observer) static Search
get()
long
int
long
getTime()
boolean
isEmpty()
boolean
void
removeObserver
(SearchObserver observer) void
search()
void
setEstimatedResults
(long estimatedResults) void
setHasMore
(boolean hasMore) void
setMaxHits
(int maxHits) void
setOptions
(GUISearchOptions options)
-
Method Details
-
get
-
addObserver
-
removeObserver
-
getOptions
-
setOptions
-
search
public void search() -
getLastResult
-
getTime
public long getTime() -
isEmpty
public boolean isEmpty() -
isHasMore
public boolean isHasMore() -
setHasMore
public void setHasMore(boolean hasMore) -
getEstimatedHits
public long getEstimatedHits() -
setEstimatedResults
public void setEstimatedResults(long estimatedResults) -
getMaxHits
public int getMaxHits() -
setMaxHits
public void setMaxHits(int maxHits)
-