Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricExternalTaskLogDto
-
-
Uses of HistoricExternalTaskLogDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricExternalTaskLogDto Modifier and Type Method Description static HistoricExternalTaskLogDtoHistoricExternalTaskLogDto. fromHistoricExternalTaskLog(org.camunda.bpm.engine.history.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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description HistoricExternalTaskLogDtoHistoricExternalTaskLogResource. 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 Modifier and Type Method Description HistoricExternalTaskLogDtoHistoricExternalTaskLogResourceImpl. getHistoricExternalTaskLog()
-