org.camunda.bpm.engine.rest.impl.history
Class HistoricCaseDefinitionRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.history.HistoricCaseDefinitionRestServiceImpl
- All Implemented Interfaces:
- HistoricCaseDefinitionRestService
public class HistoricCaseDefinitionRestServiceImpl
- extends Object
- implements HistoricCaseDefinitionRestService
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
processEngine
protected ProcessEngine processEngine
HistoricCaseDefinitionRestServiceImpl
public HistoricCaseDefinitionRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine)
getHistoricCaseActivityStatistics
public List<HistoricCaseActivityStatisticsDto> getHistoricCaseActivityStatistics(String caseDefinitionId)
- Specified by:
getHistoricCaseActivityStatistics in interface HistoricCaseDefinitionRestService
getCleanableHistoricCaseInstanceReport
public List<CleanableHistoricCaseInstanceReportResultDto> getCleanableHistoricCaseInstanceReport(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Specified by:
getCleanableHistoricCaseInstanceReport in interface HistoricCaseDefinitionRestService
getCleanableHistoricCaseInstanceReportCount
public CountResultDto getCleanableHistoricCaseInstanceReportCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getCleanableHistoricCaseInstanceReportCount in interface HistoricCaseDefinitionRestService
Copyright © 2017 camunda services GmbH. All rights reserved.