public class RetrospectiveFilter extends ProjectAssetFilter
BaseAssetFilter.State
EntityFilter.StringSearcher
Modifier and Type | Field and Description |
---|---|
List<DB.DateTime> |
date
The date this Retrospective was conducted.
|
List<Member> |
facilitatedBy
The Retrospective Facilitator.
|
List<Iteration> |
iteration
The Iteration the Retrospective was conducted for.
|
List<Team> |
team
The Team the Retrospective belongs to.
|
displayID, project
description, name
changeDateUtc, createDateUtc, find, orderBy
Constructor and Description |
---|
RetrospectiveFilter() |
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 List<DB.DateTime> date
public Class<? extends Entity> getEntityType()
EntityFilter
getEntityType
in class ProjectAssetFilter
Copyright © 2013 Version One, Inc.. All rights reserved.