|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.search.v2.Search
public class Search
A representation of a search to be performed. Searches are immutable, and consist of three parts:
Constructor Summary | |
---|---|
Search(SearchQuery query,
SearchSort sort,
ResultFilter resultFilter)
Construct a new Search. |
Method Summary | |
---|---|
SearchQuery |
getQuery()
Gets the query component of the search |
ResultFilter |
getResultFilter()
Gets the results filter component of the search |
SearchSort |
getSort()
Gets the sort component of the search |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Search(SearchQuery query, SearchSort sort, ResultFilter resultFilter)
query
- the query to performsort
- how to order the resultsresultFilter
- any results post-processorMethod Detail |
---|
public SearchQuery getQuery()
public SearchSort getSort()
public ResultFilter getResultFilter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |