Uses of Class
io.nflow.engine.workflow.definition.WorkflowDefinitionStatistics
-
Packages that use WorkflowDefinitionStatistics Package Description io.nflow.engine.internal.dao io.nflow.engine.service Services for for managing and querying nFlow engine during runtime. -
-
Uses of WorkflowDefinitionStatistics in io.nflow.engine.internal.dao
Methods in io.nflow.engine.internal.dao that return types with arguments of type WorkflowDefinitionStatistics Modifier and Type Method Description Map<String,Map<String,WorkflowDefinitionStatistics>>StatisticsDao. getWorkflowDefinitionStatistics(String type, org.joda.time.DateTime createdAfter, org.joda.time.DateTime createdBefore, org.joda.time.DateTime modifiedAfter, org.joda.time.DateTime modifiedBefore) -
Uses of WorkflowDefinitionStatistics in io.nflow.engine.service
Methods in io.nflow.engine.service that return types with arguments of type WorkflowDefinitionStatistics Modifier and Type Method Description Map<String,Map<String,WorkflowDefinitionStatistics>>StatisticsService. getWorkflowDefinitionStatistics(String type, org.joda.time.DateTime createdAfter, org.joda.time.DateTime createdBefore, org.joda.time.DateTime modifiedAfter, org.joda.time.DateTime modifiedBefore)Return statistics for a given workflow definition type.
-