public interface StatisticsManager
Exposes API for retrieving statistics.
Modifier and Type | Method and Description |
---|---|
List<ResultRow> |
predefinedGroupBy(String workObjectType)
Get all results for matching work object type.
|
List<ResultRow> |
predefinedGroupBy(String workObjectType,
String predefinedChart)
Get all results for matching work object type and for a predefined chart.
|
List<ResultRow> predefinedGroupBy(String workObjectType, String predefinedChart)
Get all results for matching work object type and for a predefined chart.
workObjectType
- one of task, case or documentpredefinedChart
- name of the predefined chartCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.