org.camunda.bpm.engine.rest.impl.history
Class HistoricExternalTaskLogRestServiceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.impl.history.HistoricExternalTaskLogRestServiceImpl
All Implemented Interfaces:
HistoricExternalTaskLogRestService

public class HistoricExternalTaskLogRestServiceImpl
extends Object
implements HistoricExternalTaskLogRestService


Field Summary
protected  com.fasterxml.jackson.databind.ObjectMapper objectMapper
           
protected  ProcessEngine processEngine
           
 
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoricExternalTaskLogRestService
PATH
 
Constructor Summary
HistoricExternalTaskLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
           
 
Method Summary
protected  List<HistoricExternalTaskLog> executePaginatedQuery(HistoricExternalTaskLogQuery query, Integer firstResult, Integer maxResults)
           
 HistoricExternalTaskLogResource getHistoricExternalTaskLog(String historicExternalTaskLogId)
           
 List<HistoricExternalTaskLogDto> getHistoricExternalTaskLogs(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 CountResultDto getHistoricExternalTaskLogsCount(javax.ws.rs.core.UriInfo uriInfo)
           
 List<HistoricExternalTaskLogDto> queryHistoricExternalTaskLogs(HistoricExternalTaskLogQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 CountResultDto queryHistoricExternalTaskLogsCount(HistoricExternalTaskLogQueryDto queryDto)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectMapper

protected com.fasterxml.jackson.databind.ObjectMapper objectMapper

processEngine

protected ProcessEngine processEngine
Constructor Detail

HistoricExternalTaskLogRestServiceImpl

public HistoricExternalTaskLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                              ProcessEngine processEngine)
Method Detail

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.