Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricExternalTaskLogDto

Packages that use HistoricExternalTaskLogDto
org.camunda.bpm.engine.rest.dto.history   
org.camunda.bpm.engine.rest.history   
org.camunda.bpm.engine.rest.impl.history   
org.camunda.bpm.engine.rest.sub.history   
org.camunda.bpm.engine.rest.sub.history.impl   
 

Uses of HistoricExternalTaskLogDto in org.camunda.bpm.engine.rest.dto.history
 

Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricExternalTaskLogDto
static HistoricExternalTaskLogDto HistoricExternalTaskLogDto.fromHistoricExternalTaskLog(HistoricExternalTaskLog historicExternalTaskLog)
           
 

Uses of HistoricExternalTaskLogDto in org.camunda.bpm.engine.rest.history
 

Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricExternalTaskLogDto
 List<HistoricExternalTaskLogDto> HistoricExternalTaskLogRestService.getHistoricExternalTaskLogs(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 List<HistoricExternalTaskLogDto> HistoricExternalTaskLogRestService.queryHistoricExternalTaskLogs(HistoricExternalTaskLogQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 

Uses of HistoricExternalTaskLogDto in org.camunda.bpm.engine.rest.impl.history
 

Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricExternalTaskLogDto
 List<HistoricExternalTaskLogDto> HistoricExternalTaskLogRestServiceImpl.getHistoricExternalTaskLogs(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 List<HistoricExternalTaskLogDto> HistoricExternalTaskLogRestServiceImpl.queryHistoricExternalTaskLogs(HistoricExternalTaskLogQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 

Uses of HistoricExternalTaskLogDto in org.camunda.bpm.engine.rest.sub.history
 

Methods in org.camunda.bpm.engine.rest.sub.history that return HistoricExternalTaskLogDto
 HistoricExternalTaskLogDto HistoricExternalTaskLogResource.getHistoricExternalTaskLog()
           
 

Uses of HistoricExternalTaskLogDto in org.camunda.bpm.engine.rest.sub.history.impl
 

Methods in org.camunda.bpm.engine.rest.sub.history.impl that return HistoricExternalTaskLogDto
 HistoricExternalTaskLogDto HistoricExternalTaskLogResourceImpl.getHistoricExternalTaskLog()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.