Class HistoricExternalTaskLogRestServiceImpl
- java.lang.Object
-
- org.camunda.bpm.engine.rest.impl.history.HistoricExternalTaskLogRestServiceImpl
-
- All Implemented Interfaces:
HistoricExternalTaskLogRestService
public class HistoricExternalTaskLogRestServiceImpl extends Object implements HistoricExternalTaskLogRestService
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapperobjectMapperprotected org.camunda.bpm.engine.ProcessEngineprocessEngine-
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoricExternalTaskLogRestService
PATH
-
-
Constructor Summary
Constructors Constructor Description HistoricExternalTaskLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.camunda.bpm.engine.ProcessEngine processEngine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<org.camunda.bpm.engine.history.HistoricExternalTaskLog>executePaginatedQuery(org.camunda.bpm.engine.history.HistoricExternalTaskLogQuery query, Integer firstResult, Integer maxResults)HistoricExternalTaskLogResourcegetHistoricExternalTaskLog(String historicExternalTaskLogId)List<HistoricExternalTaskLogDto>getHistoricExternalTaskLogs(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)CountResultDtogetHistoricExternalTaskLogsCount(javax.ws.rs.core.UriInfo uriInfo)List<HistoricExternalTaskLogDto>queryHistoricExternalTaskLogs(HistoricExternalTaskLogQueryDto queryDto, Integer firstResult, Integer maxResults)CountResultDtoqueryHistoricExternalTaskLogsCount(HistoricExternalTaskLogQueryDto queryDto)
-
-
-
Method Detail
-
getHistoricExternalTaskLog
public HistoricExternalTaskLogResource getHistoricExternalTaskLog(String historicExternalTaskLogId)
- Specified by:
getHistoricExternalTaskLogin interfaceHistoricExternalTaskLogRestService
-
getHistoricExternalTaskLogs
public List<HistoricExternalTaskLogDto> getHistoricExternalTaskLogs(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
- Specified by:
getHistoricExternalTaskLogsin interfaceHistoricExternalTaskLogRestService
-
queryHistoricExternalTaskLogs
public List<HistoricExternalTaskLogDto> queryHistoricExternalTaskLogs(HistoricExternalTaskLogQueryDto queryDto, Integer firstResult, Integer maxResults)
- Specified by:
queryHistoricExternalTaskLogsin interfaceHistoricExternalTaskLogRestService
-
getHistoricExternalTaskLogsCount
public CountResultDto getHistoricExternalTaskLogsCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getHistoricExternalTaskLogsCountin interfaceHistoricExternalTaskLogRestService
-
queryHistoricExternalTaskLogsCount
public CountResultDto queryHistoricExternalTaskLogsCount(HistoricExternalTaskLogQueryDto queryDto)
- Specified by:
queryHistoricExternalTaskLogsCountin interfaceHistoricExternalTaskLogRestService
-
-