com.atlassian.confluence.search.v2
Interface ISearch
- All Known Implementing Classes:
- AbstractSearch, ChangesSearch, ContentSearch, Search
public interface ISearch
A representation of a search to be performed. Searches are immutable, and consist of three parts:
- The query to be performed
- The sort order to apply to the results
- A resultFilter to allow efficient results post-processing from within the search operation.
getQuery
SearchQuery getQuery()
- Returns:
- the query component of the search
getSort
SearchSort getSort()
- Returns:
- the sort component of the search
getSearchFilter
SearchFilter getSearchFilter()
- Returns:
- the search filter component of the search
getResultFilter
ResultFilter getResultFilter()
- Returns:
- the result filter component of the search
Copyright © 2003-2013 Atlassian. All Rights Reserved.