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 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 Modifier and Type Method Description java.util.List<HistoricExternalTaskLogDto>
HistoricExternalTaskLogRestService. getHistoricExternalTaskLogs(javax.ws.rs.core.UriInfo uriInfo, java.lang.Integer firstResult, java.lang.Integer maxResults)
java.util.List<HistoricExternalTaskLogDto>
HistoricExternalTaskLogRestService. queryHistoricExternalTaskLogs(HistoricExternalTaskLogQueryDto queryDto, java.lang.Integer firstResult, java.lang.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 java.util.List<HistoricExternalTaskLogDto>
HistoricExternalTaskLogRestServiceImpl. getHistoricExternalTaskLogs(javax.ws.rs.core.UriInfo uriInfo, java.lang.Integer firstResult, java.lang.Integer maxResults)
java.util.List<HistoricExternalTaskLogDto>
HistoricExternalTaskLogRestServiceImpl. queryHistoricExternalTaskLogs(HistoricExternalTaskLogQueryDto queryDto, java.lang.Integer firstResult, java.lang.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 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 Modifier and Type Method Description HistoricExternalTaskLogDto
HistoricExternalTaskLogResourceImpl. getHistoricExternalTaskLog()
-