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)
CountResultDto
HistoricExternalTaskLogRestService. 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)
CountResultDto
HistoricExternalTaskLogRestServiceImpl. queryHistoricExternalTaskLogsCount(HistoricExternalTaskLogQueryDto queryDto)
-