Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
-
-
Uses of HistoricJobLogDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricJobLogDto Modifier and Type Method Description static 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 HistoricJobLogDto Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description HistoricJobLogDtoHistoricJobLogResource. 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 Modifier and Type Method Description HistoricJobLogDtoHistoricJobLogResourceImpl. getHistoricJobLog()
-