Package | Description |
---|---|
com.rallydev.rest.request |
Provides objects for encoding requests to the Rest API.
|
com.rallydev.rest.util |
Provides utilities for working with the Rest API.
|
Modifier and Type | Method and Description |
---|---|
QueryFilter |
QueryRequest.getQueryFilter()
Get the filter by which the result set will be narrowed down.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryRequest.setQueryFilter(QueryFilter queryFilter)
Set a filter by which the result set will be narrowed down.
|
Modifier and Type | Method and Description |
---|---|
static QueryFilter |
QueryFilter.and(QueryFilter... queryFilters)
Get a query filter that is the ANDed combination of the specified filters.
|
QueryFilter |
QueryFilter.and(QueryFilter q)
Get a query filter that is the ANDed combination of this filter and the specified one.
|
static QueryFilter |
QueryFilter.or(QueryFilter... queryFilters)
Get a query filter that is the ORed combination of the specified filters.
|
QueryFilter |
QueryFilter.or(QueryFilter q)
Get a query filter that is the ORed combination of this filter and the specified one.
|
Modifier and Type | Method and Description |
---|---|
static QueryFilter |
QueryFilter.and(QueryFilter... queryFilters)
Get a query filter that is the ANDed combination of the specified filters.
|
QueryFilter |
QueryFilter.and(QueryFilter q)
Get a query filter that is the ANDed combination of this filter and the specified one.
|
static QueryFilter |
QueryFilter.or(QueryFilter... queryFilters)
Get a query filter that is the ORed combination of the specified filters.
|
QueryFilter |
QueryFilter.or(QueryFilter q)
Get a query filter that is the ORed combination of this filter and the specified one.
|
Constructor and Description |
---|
QueryFilter(QueryFilter left,
String operator,
QueryFilter right)
Internal constructor for joining multiple QueryFilter objects by an AND or OR.
|
Copyright © 2016. All Rights Reserved.