| Package | Description |
|---|---|
| io.nflow.engine.internal.dao | |
| io.nflow.engine.service |
Services for for managing and querying nFlow engine during runtime.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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.
|
Copyright © 2014–2020 Nitor Creations. All rights reserved.