@RestController @RequestMapping(value="/${nflow.rest.path.prefix}/v1/statistics", produces="application/json") @Component public class StatisticsResource extends Object
| Constructor and Description |
|---|
StatisticsResource() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDefinitionStatisticsResponse |
getStatistics(String type,
org.joda.time.DateTime createdAfter,
org.joda.time.DateTime createdBefore,
org.joda.time.DateTime modifiedAfter,
org.joda.time.DateTime modifiedBefore) |
StatisticsResponse |
queryStatistics() |
@GetMapping public StatisticsResponse queryStatistics()
@GetMapping(path="/workflow/{type}") public WorkflowDefinitionStatisticsResponse getStatistics(@PathVariable(value="type") String type, @RequestParam(value="createdAfter",required=false) org.joda.time.DateTime createdAfter, @RequestParam(value="createdBefore",required=false) org.joda.time.DateTime createdBefore, @RequestParam(value="modifiedAfter",required=false) org.joda.time.DateTime modifiedAfter, @RequestParam(value="modifiedBefore",required=false) org.joda.time.DateTime modifiedBefore)
Copyright © 2014–2019 Nitor Creations. All rights reserved.