org.camunda.bpm.engine.rest.sub.history.impl
Class HistoricBatchResourceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.sub.history.impl.HistoricBatchResourceImpl
All Implemented Interfaces:
HistoricBatchResource

public class HistoricBatchResourceImpl
extends Object
implements HistoricBatchResource


Field Summary
protected  String batchId
           
protected  ProcessEngine processEngine
           
 
Constructor Summary
HistoricBatchResourceImpl(ProcessEngine processEngine, String batchId)
           
 
Method Summary
 void deleteHistoricBatch()
           
 HistoricBatchDto getHistoricBatch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processEngine

protected ProcessEngine processEngine

batchId

protected String batchId
Constructor Detail

HistoricBatchResourceImpl

public HistoricBatchResourceImpl(ProcessEngine processEngine,
                                 String batchId)
Method Detail

getHistoricBatch

public HistoricBatchDto getHistoricBatch()
Specified by:
getHistoricBatch in interface HistoricBatchResource

deleteHistoricBatch

public void deleteHistoricBatch()
Specified by:
deleteHistoricBatch in interface HistoricBatchResource


Copyright © 2016 camunda services GmbH. All rights reserved.