| java.lang.Object | |
| ↳ | com.atlassian.jira.web.bean.StatisticAccessorBean |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| StatisticAccessorBean.Direction | Enumerated type for sort direction. | ||||||||||
| StatisticAccessorBean.OrderBy | Enumerated type for ordering of statistics. | ||||||||||
| StatisticAccessorBean.SearchStatisticsResult | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Instantiates this class with given parameters.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns nuber of search results for this filter
| |||||||||||
Returns a collection of found issues for this filter
| |||||||||||
Stats by Component
| |||||||||||
Stats by FixFor
| |||||||||||
This will obtain a SearchRequestAppender relevant for the given statisticType, either by casting the
StatisticsMapper to SearchRequestAppender.Factory or by constructing an artificial SearchRequestAppender wrapper
around the StatisticsMapper.
| |||||||||||
Returns a
StatisticMapWrapper containing ordered search statistic results | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Instantiates this class with given parameters.
| remoteUser | remote User |
|---|---|
| projectId | project id |
| additionalClause | An additional clause to and to the current filter. Can be null. |
| limitToOpenIssues | flag that limits issues on status (open vs other) |
| SearchException |
|---|
Returns nuber of search results for this filter
| SearchException | if search fails |
|---|
Returns a collection of found issues for this filter
Issue objects| SearchException | if search fails |
|---|
This will obtain a SearchRequestAppender relevant for the given statisticType, either by casting the StatisticsMapper to SearchRequestAppender.Factory or by constructing an artificial SearchRequestAppender wrapper around the StatisticsMapper.
Returns a StatisticMapWrapper containing ordered search statistic results
| mapper | the relevant StatisticsMapper for this instance |
|---|---|
| orderBy | either OrderBy.NATURAL or OrderBy.TOTAL to specify ordering by result keys or values respectively. null produces the same result as OrderBy.NATURAL |
| direction | either Direction.DESC or Direction.ASC to specify direction of ordering. null produces the same result as Direction.ASC |
| SearchException | . |
|---|
| SearchException |
|---|