Uses of Class
org.camunda.community.rest.client.dto.HistoricExternalTaskLogDto
Packages that use HistoricExternalTaskLogDto
-
Uses of HistoricExternalTaskLogDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return HistoricExternalTaskLogDtoModifier and TypeMethodDescriptionHistoricExternalTaskLogApi.getHistoricExternalTaskLog(String id) Get External Task Log Retrieves a historic external task log by id.HistoricExternalTaskLogApi.getHistoricExternalTaskLog(String id, Map<String, String> additionalHeaders) Get External Task Log Retrieves a historic external task log by id.Methods in org.camunda.community.rest.client.api that return types with arguments of type HistoricExternalTaskLogDtoModifier and TypeMethodDescriptionHistoricExternalTaskLogApi.getHistoricExternalTaskLogs(String logId, String externalTaskId, String topicName, String workerId, String errorMessage, String activityIdIn, String activityInstanceIdIn, String executionIdIn, String processInstanceId, String processDefinitionId, String processDefinitionKey, String tenantIdIn, Boolean withoutTenantId, Long priorityLowerThanOrEquals, Long priorityHigherThanOrEquals, Boolean creationLog, Boolean failureLog, Boolean successLog, Boolean deletionLog, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get External Task Logs Queries for historic external task logs that fulfill the given parameters.HistoricExternalTaskLogApi.getHistoricExternalTaskLogs(String logId, String externalTaskId, String topicName, String workerId, String errorMessage, String activityIdIn, String activityInstanceIdIn, String executionIdIn, String processInstanceId, String processDefinitionId, String processDefinitionKey, String tenantIdIn, Boolean withoutTenantId, Long priorityLowerThanOrEquals, Long priorityHigherThanOrEquals, Boolean creationLog, Boolean failureLog, Boolean successLog, Boolean deletionLog, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get External Task Logs Queries for historic external task logs that fulfill the given parameters.HistoricExternalTaskLogApi.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. -
Uses of HistoricExternalTaskLogDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return HistoricExternalTaskLogDtoModifier and TypeMethodDescriptionHistoricExternalTaskLogDto.activityId(String activityId) HistoricExternalTaskLogDto.activityInstanceId(String activityInstanceId) HistoricExternalTaskLogDto.creationLog(Boolean creationLog) HistoricExternalTaskLogDto.deletionLog(Boolean deletionLog) HistoricExternalTaskLogDto.errorMessage(String errorMessage) HistoricExternalTaskLogDto.executionId(String executionId) HistoricExternalTaskLogDto.externalTaskId(String externalTaskId) HistoricExternalTaskLogDto.failureLog(Boolean failureLog) HistoricExternalTaskLogDto.processDefinitionId(String processDefinitionId) HistoricExternalTaskLogDto.processDefinitionKey(String processDefinitionKey) HistoricExternalTaskLogDto.processInstanceId(String processInstanceId) HistoricExternalTaskLogDto.removalTime(OffsetDateTime removalTime) HistoricExternalTaskLogDto.rootProcessInstanceId(String rootProcessInstanceId) HistoricExternalTaskLogDto.successLog(Boolean successLog) HistoricExternalTaskLogDto.timestamp(OffsetDateTime timestamp)