Class StatisticsDao

java.lang.Object
io.nflow.engine.internal.dao.StatisticsDao

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

  • Method Details

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