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