Interface HistoricExternalTaskLogResource
-
- All Known Implementing Classes:
HistoricExternalTaskLogResourceImpl
public interface HistoricExternalTaskLogResource
- Since:
- 7.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getErrorDetails()
HistoricExternalTaskLogDto
getHistoricExternalTaskLog()
-
-
-
Method Detail
-
getHistoricExternalTaskLog
@GET @Produces("application/json") HistoricExternalTaskLogDto getHistoricExternalTaskLog()
-
getErrorDetails
@GET @Path("/error-details") @Produces("text/plain") java.lang.String getErrorDetails()
-
-