Uses of Class
org.camunda.bpm.engine.rest.dto.history.CleanableHistoricDecisionInstanceReportResultDto

Packages that use CleanableHistoricDecisionInstanceReportResultDto
org.camunda.bpm.engine.rest.dto.history   
org.camunda.bpm.engine.rest.history   
org.camunda.bpm.engine.rest.impl.history   
 

Uses of CleanableHistoricDecisionInstanceReportResultDto in org.camunda.bpm.engine.rest.dto.history
 

Methods in org.camunda.bpm.engine.rest.dto.history that return types with arguments of type CleanableHistoricDecisionInstanceReportResultDto
static List<CleanableHistoricDecisionInstanceReportResultDto> CleanableHistoricDecisionInstanceReportResultDto.convert(List<CleanableHistoricDecisionInstanceReportResult> reportResult)
           
 

Uses of CleanableHistoricDecisionInstanceReportResultDto in org.camunda.bpm.engine.rest.history
 

Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type CleanableHistoricDecisionInstanceReportResultDto
 List<CleanableHistoricDecisionInstanceReportResultDto> HistoricDecisionDefinitionRestService.getCleanableHistoricDecisionInstanceReport(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 

Uses of CleanableHistoricDecisionInstanceReportResultDto in org.camunda.bpm.engine.rest.impl.history
 

Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type CleanableHistoricDecisionInstanceReportResultDto
 List<CleanableHistoricDecisionInstanceReportResultDto> HistoricDecisionDefinitionRestServiceImpl.getCleanableHistoricDecisionInstanceReport(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.