|
||||||||||
| 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,
SearchFilter searchFilter,
ResultFilter resultFilter)
Construct a new Search. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
SearchQuery |
getQuery()
Gets the query component of the search |
ResultFilter |
getResultFilter()
Gets the results filter component of the search |
SearchFilter |
getSearchFilter()
|
SearchSort |
getSort()
Gets the sort component of the search |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Search(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter)
query - the query to performsort - how to order the resultssearchFilter - filter that performs filtering during searchresultFilter - filter that performs filtering the results after a search has complete| Method Detail |
|---|
public SearchQuery getQuery()
public SearchSort getSort()
public SearchFilter getSearchFilter()
public ResultFilter getResultFilter()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||