Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
Packages that use HistoricJobLogDto
Package
Description
-
Uses of HistoricJobLogDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricJobLogDtoModifier and TypeMethodDescriptionstatic HistoricJobLogDtoHistoricJobLogDto.fromHistoricJobLog(org.camunda.bpm.engine.history.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 HistoricJobLogDtoModifier and TypeMethodDescriptionHistoricJobLogRestService.getHistoricJobLogs(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) 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 HistoricJobLogDtoModifier and TypeMethodDescriptionHistoricJobLogRestServiceImpl.getHistoricJobLogs(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) 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 -
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