Uses of Class
org.camunda.community.rest.client.dto.HistoricTaskInstanceDto
Packages that use HistoricTaskInstanceDto
-
Uses of HistoricTaskInstanceDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return types with arguments of type HistoricTaskInstanceDtoModifier and TypeMethodDescriptionHistoricTaskInstanceApi.getHistoricTaskInstances(String taskId, String taskParentTaskId, String processInstanceId, String processInstanceBusinessKey, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, String executionId, String processDefinitionId, String processDefinitionKey, String processDefinitionName, String caseInstanceId, String caseExecutionId, String caseDefinitionId, String caseDefinitionKey, String caseDefinitionName, String activityInstanceIdIn, String taskName, String taskNameLike, String taskDescription, String taskDescriptionLike, String taskDefinitionKey, String taskDefinitionKeyIn, String taskDeleteReason, String taskDeleteReasonLike, String taskAssignee, String taskAssigneeLike, String taskOwner, String taskOwnerLike, Integer taskPriority, Boolean assigned, Boolean unassigned, Boolean finished, Boolean unfinished, Boolean processFinished, Boolean processUnfinished, OffsetDateTime taskDueDate, OffsetDateTime taskDueDateBefore, OffsetDateTime taskDueDateAfter, Boolean withoutTaskDueDate, OffsetDateTime taskFollowUpDate, OffsetDateTime taskFollowUpDateBefore, OffsetDateTime taskFollowUpDateAfter, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, String tenantIdIn, Boolean withoutTenantId, String taskVariables, String processVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String taskInvolvedUser, String taskInvolvedGroup, String taskHadCandidateUser, String taskHadCandidateGroup, Boolean withCandidateGroups, Boolean withoutCandidateGroups, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Tasks (Historic) Queries for historic tasks that fulfill the given parameters.HistoricTaskInstanceApi.getHistoricTaskInstances(String taskId, String taskParentTaskId, String processInstanceId, String processInstanceBusinessKey, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, String executionId, String processDefinitionId, String processDefinitionKey, String processDefinitionName, String caseInstanceId, String caseExecutionId, String caseDefinitionId, String caseDefinitionKey, String caseDefinitionName, String activityInstanceIdIn, String taskName, String taskNameLike, String taskDescription, String taskDescriptionLike, String taskDefinitionKey, String taskDefinitionKeyIn, String taskDeleteReason, String taskDeleteReasonLike, String taskAssignee, String taskAssigneeLike, String taskOwner, String taskOwnerLike, Integer taskPriority, Boolean assigned, Boolean unassigned, Boolean finished, Boolean unfinished, Boolean processFinished, Boolean processUnfinished, OffsetDateTime taskDueDate, OffsetDateTime taskDueDateBefore, OffsetDateTime taskDueDateAfter, Boolean withoutTaskDueDate, OffsetDateTime taskFollowUpDate, OffsetDateTime taskFollowUpDateBefore, OffsetDateTime taskFollowUpDateAfter, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, String tenantIdIn, Boolean withoutTenantId, String taskVariables, String processVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String taskInvolvedUser, String taskInvolvedGroup, String taskHadCandidateUser, String taskHadCandidateGroup, Boolean withCandidateGroups, Boolean withoutCandidateGroups, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Tasks (Historic) Queries for historic tasks that fulfill the given parameters.HistoricTaskInstanceApi.queryHistoricTaskInstances(Integer firstResult, Integer maxResults, HistoricTaskInstanceQueryDto historicTaskInstanceQueryDto) Get Tasks (Historic) (POST) Queries for historic tasks that fulfill the given parameters.HistoricTaskInstanceApi.queryHistoricTaskInstances(Integer firstResult, Integer maxResults, HistoricTaskInstanceQueryDto historicTaskInstanceQueryDto, Map<String, String> additionalHeaders) Get Tasks (Historic) (POST) Queries for historic tasks that fulfill the given parameters. -
Uses of HistoricTaskInstanceDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return HistoricTaskInstanceDtoModifier and TypeMethodDescriptionHistoricTaskInstanceDto.activityInstanceId(String activityInstanceId) HistoricTaskInstanceDto.caseDefinitionId(String caseDefinitionId) HistoricTaskInstanceDto.caseDefinitionKey(String caseDefinitionKey) HistoricTaskInstanceDto.caseExecutionId(String caseExecutionId) HistoricTaskInstanceDto.caseInstanceId(String caseInstanceId) HistoricTaskInstanceDto.deleteReason(String deleteReason) HistoricTaskInstanceDto.description(String description) HistoricTaskInstanceDto.due(OffsetDateTime due) HistoricTaskInstanceDto.endTime(OffsetDateTime endTime) HistoricTaskInstanceDto.executionId(String executionId) HistoricTaskInstanceDto.followUp(OffsetDateTime followUp) HistoricTaskInstanceDto.parentTaskId(String parentTaskId) HistoricTaskInstanceDto.processDefinitionId(String processDefinitionId) HistoricTaskInstanceDto.processDefinitionKey(String processDefinitionKey) HistoricTaskInstanceDto.processInstanceId(String processInstanceId) HistoricTaskInstanceDto.removalTime(OffsetDateTime removalTime) HistoricTaskInstanceDto.rootProcessInstanceId(String rootProcessInstanceId) HistoricTaskInstanceDto.startTime(OffsetDateTime startTime) HistoricTaskInstanceDto.taskDefinitionKey(String taskDefinitionKey)