| java.lang.Object | |
| ↳ | com.atlassian.confluence.search.v2.query.DateRangeQuery |
| Nested Classes | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DateRangeQuery.DateRange | Class to represent a date range. | ||||||||||||||
| DateRangeQuery.DateRangeQueryType | |||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Query for search results that have been modified within the specified range of dates.
| |||||||||||
Query for search results that have been modified within the specified range of dates.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
List of parameters as
Strings or SearchQuerys. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.confluence.search.v2.SearchQuery
| |||||||||||||||
Query for search results that have been modified within the specified range of dates.
| from | the beginning of the date range |
|---|---|
| to | the end date in the range |
| includeFrom | include the beginning date in the range |
| includeTo | include the end date in the range |
| dateRangeQueryType | the type of range query. See
DateRangeQuery.DateRangeQueryType
|
Query for search results that have been modified within the specified range of dates.
| dateRange | the dateRange. See DateRangeQuery.DateRange |
|---|---|
| dateRangeQueryType | the type of range query. See
DateRangeQuery.DateRangeQueryType
|
List of parameters as Strings or SearchQuerys.
Strings or SearchQuerys.

