Interface HistoricBatchResource
-
- All Known Implementing Classes:
HistoricBatchResourceImpl
public interface HistoricBatchResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deleteHistoricBatch()
HistoricBatchDto
getHistoricBatch()
-
-
-
Method Detail
-
getHistoricBatch
@GET @Produces("application/json") HistoricBatchDto getHistoricBatch()
-
deleteHistoricBatch
@DELETE void deleteHistoricBatch()
-
-