Class HistoricJobLogRestServiceImpl
- java.lang.Object
-
- org.camunda.bpm.engine.rest.impl.history.HistoricJobLogRestServiceImpl
-
- All Implemented Interfaces:
HistoricJobLogRestService
public class HistoricJobLogRestServiceImpl extends java.lang.Object implements HistoricJobLogRestService
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapperobjectMapperprotected ProcessEngineprocessEngine-
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoricJobLogRestService
PATH
-
-
Constructor Summary
Constructors Constructor Description HistoricJobLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<HistoricJobLog>executePaginatedQuery(HistoricJobLogQuery query, java.lang.Integer firstResult, java.lang.Integer maxResults)HistoricJobLogResourcegetHistoricJobLog(java.lang.String historicJobLogId)java.util.List<HistoricJobLogDto>getHistoricJobLogs(javax.ws.rs.core.UriInfo uriInfo, java.lang.Integer firstResult, java.lang.Integer maxResults)CountResultDtogetHistoricJobLogsCount(javax.ws.rs.core.UriInfo uriInfo)java.util.List<HistoricJobLogDto>queryHistoricJobLogs(HistoricJobLogQueryDto queryDto, java.lang.Integer firstResult, java.lang.Integer maxResults)CountResultDtoqueryHistoricJobLogsCount(HistoricJobLogQueryDto queryDto)
-
-
-
Field Detail
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
processEngine
protected ProcessEngine processEngine
-
-
Constructor Detail
-
HistoricJobLogRestServiceImpl
public HistoricJobLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
-
-
Method Detail
-
getHistoricJobLog
public HistoricJobLogResource getHistoricJobLog(java.lang.String historicJobLogId)
- Specified by:
getHistoricJobLogin interfaceHistoricJobLogRestService
-
getHistoricJobLogs
public java.util.List<HistoricJobLogDto> getHistoricJobLogs(javax.ws.rs.core.UriInfo uriInfo, java.lang.Integer firstResult, java.lang.Integer maxResults)
- Specified by:
getHistoricJobLogsin interfaceHistoricJobLogRestService
-
queryHistoricJobLogs
public java.util.List<HistoricJobLogDto> queryHistoricJobLogs(HistoricJobLogQueryDto queryDto, java.lang.Integer firstResult, java.lang.Integer maxResults)
- Specified by:
queryHistoricJobLogsin interfaceHistoricJobLogRestService
-
getHistoricJobLogsCount
public CountResultDto getHistoricJobLogsCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getHistoricJobLogsCountin interfaceHistoricJobLogRestService
-
queryHistoricJobLogsCount
public CountResultDto queryHistoricJobLogsCount(HistoricJobLogQueryDto queryDto)
- Specified by:
queryHistoricJobLogsCountin interfaceHistoricJobLogRestService
-
executePaginatedQuery
protected java.util.List<HistoricJobLog> executePaginatedQuery(HistoricJobLogQuery query, java.lang.Integer firstResult, java.lang.Integer maxResults)
-
-