Class HistoricBatchResourceImpl
- java.lang.Object
-
- org.camunda.bpm.engine.rest.sub.history.impl.HistoricBatchResourceImpl
-
- All Implemented Interfaces:
HistoricBatchResource
public class HistoricBatchResourceImpl extends java.lang.Object implements HistoricBatchResource
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
batchId
protected ProcessEngine
processEngine
-
Constructor Summary
Constructors Constructor Description HistoricBatchResourceImpl(ProcessEngine processEngine, java.lang.String batchId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteHistoricBatch()
HistoricBatchDto
getHistoricBatch()
-
-
-
Field Detail
-
processEngine
protected ProcessEngine processEngine
-
batchId
protected java.lang.String batchId
-
-
Constructor Detail
-
HistoricBatchResourceImpl
public HistoricBatchResourceImpl(ProcessEngine processEngine, java.lang.String batchId)
-
-
Method Detail
-
getHistoricBatch
public HistoricBatchDto getHistoricBatch()
- Specified by:
getHistoricBatch
in interfaceHistoricBatchResource
-
deleteHistoricBatch
public void deleteHistoricBatch()
- Specified by:
deleteHistoricBatch
in interfaceHistoricBatchResource
-
-