Uses of Interface
org.camunda.bpm.engine.history.CleanableHistoricCaseInstanceReportResult

Packages that use CleanableHistoricCaseInstanceReportResult
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of CleanableHistoricCaseInstanceReportResult in org.camunda.bpm.engine.impl
 

Methods in org.camunda.bpm.engine.impl that return types with arguments of type CleanableHistoricCaseInstanceReportResult
 List<CleanableHistoricCaseInstanceReportResult> CleanableHistoricCaseInstanceReportImpl.executeList(CommandContext commandContext, Page page)
           
 

Uses of CleanableHistoricCaseInstanceReportResult in org.camunda.bpm.engine.impl.persistence.entity
 

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement CleanableHistoricCaseInstanceReportResult
 class CleanableHistoricCaseInstanceReportResultEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type CleanableHistoricCaseInstanceReportResult
 List<CleanableHistoricCaseInstanceReportResult> HistoricCaseInstanceManager.findCleanableHistoricCaseInstancesReportByCriteria(CleanableHistoricCaseInstanceReportImpl query, Page page)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.