public class HistoricJobLogRestServiceImpl extends Object implements HistoricJobLogRestService
Modifier and Type | Field and Description |
---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected ProcessEngine |
processEngine |
PATH
Constructor and Description |
---|
HistoricJobLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine) |
Modifier and Type | Method and Description |
---|---|
protected List<HistoricJobLog> |
executePaginatedQuery(HistoricJobLogQuery query,
Integer firstResult,
Integer maxResults) |
HistoricJobLogResource |
getHistoricJobLog(String historicJobLogId) |
List<HistoricJobLogDto> |
getHistoricJobLogs(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
CountResultDto |
getHistoricJobLogsCount(javax.ws.rs.core.UriInfo uriInfo) |
List<HistoricJobLogDto> |
queryHistoricJobLogs(HistoricJobLogQueryDto queryDto,
Integer firstResult,
Integer maxResults) |
CountResultDto |
queryHistoricJobLogsCount(HistoricJobLogQueryDto queryDto) |
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected ProcessEngine processEngine
public HistoricJobLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
public HistoricJobLogResource getHistoricJobLog(String historicJobLogId)
getHistoricJobLog
in interface HistoricJobLogRestService
public List<HistoricJobLogDto> getHistoricJobLogs(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
getHistoricJobLogs
in interface HistoricJobLogRestService
public List<HistoricJobLogDto> queryHistoricJobLogs(HistoricJobLogQueryDto queryDto, Integer firstResult, Integer maxResults)
queryHistoricJobLogs
in interface HistoricJobLogRestService
public CountResultDto getHistoricJobLogsCount(javax.ws.rs.core.UriInfo uriInfo)
getHistoricJobLogsCount
in interface HistoricJobLogRestService
public CountResultDto queryHistoricJobLogsCount(HistoricJobLogQueryDto queryDto)
queryHistoricJobLogsCount
in interface HistoricJobLogRestService
protected List<HistoricJobLog> executePaginatedQuery(HistoricJobLogQuery query, Integer firstResult, Integer maxResults)
Copyright © 2022. All rights reserved.