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 HistoricJobLogRestServicepublic List<HistoricJobLogDto> getHistoricJobLogs(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
getHistoricJobLogs in interface HistoricJobLogRestServicepublic List<HistoricJobLogDto> queryHistoricJobLogs(HistoricJobLogQueryDto queryDto, Integer firstResult, Integer maxResults)
queryHistoricJobLogs in interface HistoricJobLogRestServicepublic CountResultDto getHistoricJobLogsCount(javax.ws.rs.core.UriInfo uriInfo)
getHistoricJobLogsCount in interface HistoricJobLogRestServicepublic CountResultDto queryHistoricJobLogsCount(HistoricJobLogQueryDto queryDto)
queryHistoricJobLogsCount in interface HistoricJobLogRestServiceprotected List<HistoricJobLog> executePaginatedQuery(HistoricJobLogQuery query, Integer firstResult, Integer maxResults)
Copyright © 2018. All rights reserved.