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

Packages that use HistoricJobLogDto
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 HistoricJobLogDto in org.camunda.bpm.engine.rest.dto.history
 

Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricJobLogDto
static HistoricJobLogDto HistoricJobLogDto.fromHistoricJobLog(HistoricJobLog historicJobLog)
           
 

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

Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricJobLogDto
 List<HistoricJobLogDto> HistoricJobLogRestService.getHistoricJobLogs(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 List<HistoricJobLogDto> HistoricJobLogRestService.queryHistoricJobLogs(HistoricJobLogQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 

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

Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricJobLogDto
 List<HistoricJobLogDto> HistoricJobLogRestServiceImpl.getHistoricJobLogs(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 List<HistoricJobLogDto> HistoricJobLogRestServiceImpl.queryHistoricJobLogs(HistoricJobLogQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 

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

Methods in org.camunda.bpm.engine.rest.sub.history that return HistoricJobLogDto
 HistoricJobLogDto HistoricJobLogResource.getHistoricJobLog()
           
 

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

Methods in org.camunda.bpm.engine.rest.sub.history.impl that return HistoricJobLogDto
 HistoricJobLogDto HistoricJobLogResourceImpl.getHistoricJobLog()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.