Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricExternalTaskLogQueryDto
-
Packages that use HistoricExternalTaskLogQueryDto Package Description org.camunda.bpm.engine.rest.history org.camunda.bpm.engine.rest.impl.history -
-
Uses of HistoricExternalTaskLogQueryDto in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history with parameters of type HistoricExternalTaskLogQueryDto Modifier and Type Method Description java.util.List<HistoricExternalTaskLogDto>HistoricExternalTaskLogRestService. queryHistoricExternalTaskLogs(HistoricExternalTaskLogQueryDto queryDto, java.lang.Integer firstResult, java.lang.Integer maxResults)CountResultDtoHistoricExternalTaskLogRestService. queryHistoricExternalTaskLogsCount(HistoricExternalTaskLogQueryDto queryDto) -
Uses of HistoricExternalTaskLogQueryDto in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history with parameters of type HistoricExternalTaskLogQueryDto Modifier and Type Method Description java.util.List<HistoricExternalTaskLogDto>HistoricExternalTaskLogRestServiceImpl. queryHistoricExternalTaskLogs(HistoricExternalTaskLogQueryDto queryDto, java.lang.Integer firstResult, java.lang.Integer maxResults)CountResultDtoHistoricExternalTaskLogRestServiceImpl. queryHistoricExternalTaskLogsCount(HistoricExternalTaskLogQueryDto queryDto)
-