org.camunda.bpm.engine.history
Interface CleanableHistoricProcessInstanceReport

All Superinterfaces:
Query<CleanableHistoricProcessInstanceReport,CleanableHistoricProcessInstanceReportResult>
All Known Implementing Classes:
CleanableHistoricProcessInstanceReportImpl

public interface CleanableHistoricProcessInstanceReport
extends Query<CleanableHistoricProcessInstanceReport,CleanableHistoricProcessInstanceReportResult>

Defines a report query for cleanable process instances.


Method Summary
 CleanableHistoricProcessInstanceReport processDefinitionIdIn(String... processDefinitionIds)
          Only takes historic process instances into account for the given process definition ids.
 CleanableHistoricProcessInstanceReport processDefinitionKeyIn(String... processDefinitionKeys)
          Only takes historic process instances into account for the given process definition keys.
 
Methods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult
 

Method Detail

processDefinitionIdIn

CleanableHistoricProcessInstanceReport processDefinitionIdIn(String... processDefinitionIds)
Only takes historic process instances into account for the given process definition ids.

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

processDefinitionKeyIn

CleanableHistoricProcessInstanceReport processDefinitionKeyIn(String... processDefinitionKeys)
Only takes historic process instances into account for the given process definition keys.

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


Copyright © 2017 camunda services GmbH. All rights reserved.