org.camunda.bpm.engine.rest.impl.history
Class HistoricExternalTaskLogRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.history.HistoricExternalTaskLogRestServiceImpl
- All Implemented Interfaces:
- HistoricExternalTaskLogRestService
public class HistoricExternalTaskLogRestServiceImpl
- extends Object
- implements HistoricExternalTaskLogRestService
| 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
HistoricExternalTaskLogRestServiceImpl
public HistoricExternalTaskLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine)
getHistoricExternalTaskLog
public HistoricExternalTaskLogResource getHistoricExternalTaskLog(String historicExternalTaskLogId)
- Specified by:
getHistoricExternalTaskLog in interface HistoricExternalTaskLogRestService
getHistoricExternalTaskLogs
public List<HistoricExternalTaskLogDto> getHistoricExternalTaskLogs(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Specified by:
getHistoricExternalTaskLogs in interface HistoricExternalTaskLogRestService
queryHistoricExternalTaskLogs
public List<HistoricExternalTaskLogDto> queryHistoricExternalTaskLogs(HistoricExternalTaskLogQueryDto queryDto,
Integer firstResult,
Integer maxResults)
- Specified by:
queryHistoricExternalTaskLogs in interface HistoricExternalTaskLogRestService
getHistoricExternalTaskLogsCount
public CountResultDto getHistoricExternalTaskLogsCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getHistoricExternalTaskLogsCount in interface HistoricExternalTaskLogRestService
queryHistoricExternalTaskLogsCount
public CountResultDto queryHistoricExternalTaskLogsCount(HistoricExternalTaskLogQueryDto queryDto)
- Specified by:
queryHistoricExternalTaskLogsCount in interface HistoricExternalTaskLogRestService
executePaginatedQuery
protected List<HistoricExternalTaskLog> executePaginatedQuery(HistoricExternalTaskLogQuery query,
Integer firstResult,
Integer maxResults)
Copyright © 2017 camunda services GmbH. All rights reserved.