Uses of Class
com.atlassian.confluence.search.v2.query.DateRangeQuery.DateRangeQueryType

Packages that use DateRangeQuery.DateRangeQueryType
com.atlassian.confluence.search.v2.query   
 

Uses of DateRangeQuery.DateRangeQueryType in com.atlassian.confluence.search.v2.query
 

Methods in com.atlassian.confluence.search.v2.query that return DateRangeQuery.DateRangeQueryType
 DateRangeQuery.DateRangeQueryType DateRangeQuery.getDateRangeQueryType()
           
static DateRangeQuery.DateRangeQueryType DateRangeQuery.DateRangeQueryType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DateRangeQuery.DateRangeQueryType[] DateRangeQuery.DateRangeQueryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.atlassian.confluence.search.v2.query with parameters of type DateRangeQuery.DateRangeQueryType
DateRangeQuery(java.util.Date from, java.util.Date to, boolean includeFrom, boolean includeTo, DateRangeQuery.DateRangeQueryType dateRangeQueryType)
          Query for search results that have been modified within the specified range of dates.
DateRangeQuery(DateRangeQuery.DateRange dateRange, DateRangeQuery.DateRangeQueryType dateRangeQueryType)
          Query for search results that have been modified within the specified range of dates.
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.