org.camunda.bpm.engine.batch.history
Interface HistoricBatchQuery

All Superinterfaces:
Query<HistoricBatchQuery,HistoricBatch>
All Known Implementing Classes:
HistoricBatchQueryImpl

public interface HistoricBatchQuery
extends Query<HistoricBatchQuery,HistoricBatch>

Query for HistoricBatch instances.


Method Summary
 HistoricBatchQuery batchId(String batchId)
          Only select historic batch instances for the given batch id.
 
Methods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult
 

Method Detail

batchId

HistoricBatchQuery batchId(String batchId)
Only select historic batch instances for the given batch id.



Copyright © 2016 camunda services GmbH. All rights reserved.