Class StatisticsDao


  • @Component
    public class StatisticsDao
    extends Object
    Use setter injection because constructor injection may not work when nFlow is used in some legacy systems.
    • Method Detail

      • getQueueStatistics

        public Statistics getQueueStatistics()
      • getWorkflowDefinitionStatistics

        public 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)