Class HistoricJobLogRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.history.HistoricJobLogRestServiceImpl
- All Implemented Interfaces:
HistoricJobLogRestService
- Author:
- Roman Smirnov
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper
protected ProcessEngine
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoricJobLogRestService
PATH
-
Constructor Summary
ConstructorDescriptionHistoricJobLogRestServiceImpl
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine) -
Method Summary
Modifier and TypeMethodDescriptiongetHistoricJobLog
(String historicJobLogId) getHistoricJobLogs
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getHistoricJobLogsCount
(javax.ws.rs.core.UriInfo uriInfo) queryHistoricJobLogs
(HistoricJobLogQueryDto queryDto, Integer firstResult, Integer maxResults)
-
Field Details
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper -
processEngine
-
-
Constructor Details
-
HistoricJobLogRestServiceImpl
public HistoricJobLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
-
-
Method Details
-
getHistoricJobLog
- Specified by:
getHistoricJobLog
in interfaceHistoricJobLogRestService
-
getHistoricJobLogs
public List<HistoricJobLogDto> getHistoricJobLogs(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
getHistoricJobLogs
in interfaceHistoricJobLogRestService
-
queryHistoricJobLogs
public List<HistoricJobLogDto> queryHistoricJobLogs(HistoricJobLogQueryDto queryDto, Integer firstResult, Integer maxResults) - Specified by:
queryHistoricJobLogs
in interfaceHistoricJobLogRestService
-
getHistoricJobLogsCount
- Specified by:
getHistoricJobLogsCount
in interfaceHistoricJobLogRestService
-
queryHistoricJobLogsCount
- Specified by:
queryHistoricJobLogsCount
in interfaceHistoricJobLogRestService
-