public class EpicFilter extends WorkitemFilter
BaseAssetFilter.State
EntityFilter.StringSearcher
Modifier and Type | Field and Description |
---|---|
List<Issue> |
blockingIssues
Filter on blocking Issues.
|
List<Goal> |
goals
Filter on Goals.
|
List<Issue> |
issues
Filter on Issues.
|
List<Epic> |
parent
Filter on Parent.
|
List<String> |
priority
Filter on Priority.
|
List<Request> |
requests
Filter on Requests.
|
ComparisonSearcher<Double> |
risk
Filter on Risk.
|
List<String> |
source
Filter on Source.
|
List<String> |
status
Filter on Status.
|
ComparisonSearcher<Double> |
swag
Filter on Swag.
|
List<Theme> |
theme
Filter on Theme assigned.
|
List<String> |
type
Filter on Type.
|
ComparisonSearcher<Double> |
value
Filter on Value.
|
detailEstimate, owners, reference
displayID, project
description, name
changeDateUtc, createDateUtc, find, orderBy
Constructor and Description |
---|
EpicFilter() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Entity> |
getEntityType()
Used by the filtering code to know what types of entities to return when
applying the filter.
|
getState
buildFilter, buildFind, buildOrderBy, newList
public final ComparisonSearcher<Double> risk
public final ComparisonSearcher<Double> swag
public final ComparisonSearcher<Double> value
public Class<? extends Entity> getEntityType()
EntityFilter
getEntityType
in class WorkitemFilter
Copyright © 2013 Version One, Inc.. All rights reserved.