Uses of Class
io.nflow.engine.workflow.definition.WorkflowDefinitionStatistics
Packages that use WorkflowDefinitionStatistics
Package
Description
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 WorkflowDefinitionStatisticsModifier and TypeMethodDescriptionStatisticsDao.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 WorkflowDefinitionStatisticsModifier and TypeMethodDescriptionStatisticsService.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.