Uses of Class
org.camunda.community.rest.client.dto.HistoricExternalTaskLogQueryDto
Packages that use HistoricExternalTaskLogQueryDto
-
Uses of HistoricExternalTaskLogQueryDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api with parameters of type HistoricExternalTaskLogQueryDtoModifier and TypeMethodDescriptionHistoricExternalTaskLogApi.queryHistoricExternalTaskLogs(HistoricExternalTaskLogQueryDto historicExternalTaskLogQueryDto) Get External Task Logs (POST) Queries for historic external task logs that fulfill the given parameters.HistoricExternalTaskLogApi.queryHistoricExternalTaskLogs(HistoricExternalTaskLogQueryDto historicExternalTaskLogQueryDto, Map<String, String> additionalHeaders) Get External Task Logs (POST) Queries for historic external task logs that fulfill the given parameters.HistoricExternalTaskLogApi.queryHistoricExternalTaskLogsCount(HistoricExternalTaskLogQueryDto historicExternalTaskLogQueryDto) Get External Task Log Count (POST) Queries for the number of historic external task logs that fulfill the given parameters.HistoricExternalTaskLogApi.queryHistoricExternalTaskLogsCount(HistoricExternalTaskLogQueryDto historicExternalTaskLogQueryDto, Map<String, String> additionalHeaders) Get External Task Log Count (POST) Queries for the number of historic external task logs that fulfill the given parameters. -
Uses of HistoricExternalTaskLogQueryDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return HistoricExternalTaskLogQueryDtoModifier and TypeMethodDescriptionHistoricExternalTaskLogQueryDto.activityIdIn(List<String> activityIdIn) HistoricExternalTaskLogQueryDto.activityInstanceIdIn(List<String> activityInstanceIdIn) HistoricExternalTaskLogQueryDto.addActivityIdInItem(String activityIdInItem) HistoricExternalTaskLogQueryDto.addActivityInstanceIdInItem(String activityInstanceIdInItem) HistoricExternalTaskLogQueryDto.addExecutionIdInItem(String executionIdInItem) HistoricExternalTaskLogQueryDto.addSortingItem(HistoricExternalTaskLogQueryDtoSortingInner sortingItem) HistoricExternalTaskLogQueryDto.addTenantIdInItem(String tenantIdInItem) HistoricExternalTaskLogQueryDto.creationLog(Boolean creationLog) HistoricExternalTaskLogQueryDto.deletionLog(Boolean deletionLog) HistoricExternalTaskLogQueryDto.errorMessage(String errorMessage) HistoricExternalTaskLogQueryDto.executionIdIn(List<String> executionIdIn) HistoricExternalTaskLogQueryDto.externalTaskId(String externalTaskId) HistoricExternalTaskLogQueryDto.failureLog(Boolean failureLog) HistoricExternalTaskLogQueryDto.priorityHigherThanOrEquals(Long priorityHigherThanOrEquals) HistoricExternalTaskLogQueryDto.priorityLowerThanOrEquals(Long priorityLowerThanOrEquals) HistoricExternalTaskLogQueryDto.processDefinitionId(String processDefinitionId) HistoricExternalTaskLogQueryDto.processDefinitionKey(String processDefinitionKey) HistoricExternalTaskLogQueryDto.processInstanceId(String processInstanceId) HistoricExternalTaskLogQueryDto.sorting(List<HistoricExternalTaskLogQueryDtoSortingInner> sorting) HistoricExternalTaskLogQueryDto.successLog(Boolean successLog) HistoricExternalTaskLogQueryDto.tenantIdIn(List<String> tenantIdIn) HistoricExternalTaskLogQueryDto.withoutTenantId(Boolean withoutTenantId)