@Manager public class DefaultStatisticsManager extends Object implements StatisticsManager
| Constructor and Description |
|---|
DefaultStatisticsManager(CurrentTenantService currentTenantService,
OnePersistence onePersistence) |
| 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.
|
public DefaultStatisticsManager(CurrentTenantService currentTenantService, OnePersistence onePersistence)
public List<ResultRow> predefinedGroupBy(String workObjectType, String predefinedChart)
StatisticsManagerGet all results for matching work object type and for a predefined chart.
predefinedGroupBy in interface StatisticsManagerworkObjectType - one of task, case or documentpredefinedChart - name of the predefined chartpublic List<ResultRow> predefinedGroupBy(String workObjectType)
StatisticsManagerGet all results for matching work object type.
predefinedGroupBy in interface StatisticsManagerworkObjectType - one of task, case or documentCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.