org.camunda.bpm.engine.history
Interface CleanableHistoricCaseInstanceReport

All Superinterfaces:
Query<CleanableHistoricCaseInstanceReport,CleanableHistoricCaseInstanceReportResult>
All Known Implementing Classes:
CleanableHistoricCaseInstanceReportImpl

public interface CleanableHistoricCaseInstanceReport
extends Query<CleanableHistoricCaseInstanceReport,CleanableHistoricCaseInstanceReportResult>

Defines a report query for cleanable case instances.


Method Summary
 CleanableHistoricCaseInstanceReport caseDefinitionIdIn(String... caseDefinitionIds)
          Only takes historic case instances into account for the given case definition ids.
 CleanableHistoricCaseInstanceReport caseDefinitionKeyIn(String... caseDefinitionKeys)
          Only takes historic case instances into account for the given case definition keys.
 
Methods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult
 

Method Detail

caseDefinitionIdIn

CleanableHistoricCaseInstanceReport caseDefinitionIdIn(String... caseDefinitionIds)
Only takes historic case instances into account for the given case definition ids.

Throws:
NotValidException - if one of the given ids is null

caseDefinitionKeyIn

CleanableHistoricCaseInstanceReport caseDefinitionKeyIn(String... caseDefinitionKeys)
Only takes historic case instances into account for the given case definition keys.

Throws:
NotValidException - if one of the given keys is null


Copyright © 2017 camunda services GmbH. All rights reserved.