org.camunda.bpm.engine.rest.impl.history
Class HistoricJobLogRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.history.HistoricJobLogRestServiceImpl
- All Implemented Interfaces:
- HistoricJobLogRestService
public class HistoricJobLogRestServiceImpl
- extends Object
- implements HistoricJobLogRestService
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
processEngine
protected ProcessEngine processEngine
HistoricJobLogRestServiceImpl
public HistoricJobLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine)
getHistoricJobLog
public HistoricJobLogResource getHistoricJobLog(String historicJobLogId)
- Specified by:
getHistoricJobLog in interface HistoricJobLogRestService
getHistoricJobLogs
public List<HistoricJobLogDto> getHistoricJobLogs(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Specified by:
getHistoricJobLogs in interface HistoricJobLogRestService
queryHistoricJobLogs
public List<HistoricJobLogDto> queryHistoricJobLogs(HistoricJobLogQueryDto queryDto,
Integer firstResult,
Integer maxResults)
- Specified by:
queryHistoricJobLogs in interface HistoricJobLogRestService
getHistoricJobLogsCount
public CountResultDto getHistoricJobLogsCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getHistoricJobLogsCount in interface HistoricJobLogRestService
queryHistoricJobLogsCount
public CountResultDto queryHistoricJobLogsCount(HistoricJobLogQueryDto queryDto)
- Specified by:
queryHistoricJobLogsCount in interface HistoricJobLogRestService
executePaginatedQuery
protected List<HistoricJobLog> executePaginatedQuery(HistoricJobLogQuery query,
Integer firstResult,
Integer maxResults)
Copyright © 2016 camunda services GmbH. All rights reserved.