public class HistoricCaseDefinitionRestServiceImpl extends Object implements HistoricCaseDefinitionRestService
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected ProcessEngine |
processEngine |
PATH| Constructor and Description |
|---|
HistoricCaseDefinitionRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine) |
| Modifier and Type | Method and Description |
|---|---|
List<CleanableHistoricCaseInstanceReportResultDto> |
getCleanableHistoricCaseInstanceReport(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
CountResultDto |
getCleanableHistoricCaseInstanceReportCount(javax.ws.rs.core.UriInfo uriInfo) |
List<HistoricCaseActivityStatisticsDto> |
getHistoricCaseActivityStatistics(String caseDefinitionId) |
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected ProcessEngine processEngine
public HistoricCaseDefinitionRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine)
public List<HistoricCaseActivityStatisticsDto> getHistoricCaseActivityStatistics(String caseDefinitionId)
getHistoricCaseActivityStatistics in interface HistoricCaseDefinitionRestServicepublic List<CleanableHistoricCaseInstanceReportResultDto> getCleanableHistoricCaseInstanceReport(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
getCleanableHistoricCaseInstanceReport in interface HistoricCaseDefinitionRestServicepublic CountResultDto getCleanableHistoricCaseInstanceReportCount(javax.ws.rs.core.UriInfo uriInfo)
getCleanableHistoricCaseInstanceReportCount in interface HistoricCaseDefinitionRestServiceCopyright © 2013–2019 camunda services GmbH. All rights reserved.