@Component public class StatisticsDao extends Object
| Constructor and Description |
|---|
StatisticsDao(JdbcTemplate jdbcTemplate,
ExecutorDao executorDao) |
| Modifier and Type | Method and Description |
|---|---|
Statistics |
getQueueStatistics() |
Map<String,Map<String,WorkflowDefinitionStatistics>> |
getWorkflowDefinitionStatistics(String type,
org.joda.time.DateTime createdAfter,
org.joda.time.DateTime createdBefore,
org.joda.time.DateTime modifiedAfter,
org.joda.time.DateTime modifiedBefore) |
@Inject public StatisticsDao(JdbcTemplate jdbcTemplate, ExecutorDao executorDao)
public Statistics getQueueStatistics()
Copyright © 2014–2020 Nitor Creations. All rights reserved.