Uses of Class
org.camunda.community.rest.client.dto.TaskDto
Packages that use TaskDto
-
Uses of TaskDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return TaskDtoModifier and TypeMethodDescriptionGet Retrieves a task by id.Get Retrieves a task by id.Methods in org.camunda.community.rest.client.api that return types with arguments of type TaskDtoModifier and TypeMethodDescriptionTaskApi.getTasks(String taskId, String taskIdIn, String processInstanceId, String processInstanceIdIn, String processInstanceBusinessKey, String processInstanceBusinessKeyExpression, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, String processInstanceBusinessKeyLikeExpression, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionName, String processDefinitionNameLike, String executionId, String caseInstanceId, String caseInstanceBusinessKey, String caseInstanceBusinessKeyLike, String caseDefinitionId, String caseDefinitionKey, String caseDefinitionName, String caseDefinitionNameLike, String caseExecutionId, String activityInstanceIdIn, String tenantIdIn, Boolean withoutTenantId, String assignee, String assigneeExpression, String assigneeLike, String assigneeLikeExpression, String assigneeIn, String assigneeNotIn, String owner, String ownerExpression, String candidateGroup, String candidateGroupExpression, String candidateUser, String candidateUserExpression, Boolean includeAssignedTasks, String involvedUser, String involvedUserExpression, Boolean assigned, Boolean unassigned, String taskDefinitionKey, String taskDefinitionKeyIn, String taskDefinitionKeyLike, String name, String nameNotEqual, String nameLike, String nameNotLike, String description, String descriptionLike, Integer priority, Integer maxPriority, Integer minPriority, String dueDate, String dueDateExpression, String dueAfter, String dueAfterExpression, String dueBefore, String dueBeforeExpression, Boolean withoutDueDate, String followUpDate, String followUpDateExpression, String followUpAfter, String followUpAfterExpression, String followUpBefore, String followUpBeforeExpression, String followUpBeforeOrNotExistent, String followUpBeforeOrNotExistentExpression, String createdOn, String createdOnExpression, String createdAfter, String createdAfterExpression, String createdBefore, String createdBeforeExpression, String updatedAfter, String updatedAfterExpression, String delegationState, String candidateGroups, String candidateGroupsExpression, Boolean withCandidateGroups, Boolean withoutCandidateGroups, Boolean withCandidateUsers, Boolean withoutCandidateUsers, Boolean active, Boolean suspended, String taskVariables, String processVariables, String caseInstanceVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String parentTaskId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get List Queries for tasks that fulfill a given filter.TaskApi.getTasks(String taskId, String taskIdIn, String processInstanceId, String processInstanceIdIn, String processInstanceBusinessKey, String processInstanceBusinessKeyExpression, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, String processInstanceBusinessKeyLikeExpression, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionName, String processDefinitionNameLike, String executionId, String caseInstanceId, String caseInstanceBusinessKey, String caseInstanceBusinessKeyLike, String caseDefinitionId, String caseDefinitionKey, String caseDefinitionName, String caseDefinitionNameLike, String caseExecutionId, String activityInstanceIdIn, String tenantIdIn, Boolean withoutTenantId, String assignee, String assigneeExpression, String assigneeLike, String assigneeLikeExpression, String assigneeIn, String assigneeNotIn, String owner, String ownerExpression, String candidateGroup, String candidateGroupExpression, String candidateUser, String candidateUserExpression, Boolean includeAssignedTasks, String involvedUser, String involvedUserExpression, Boolean assigned, Boolean unassigned, String taskDefinitionKey, String taskDefinitionKeyIn, String taskDefinitionKeyLike, String name, String nameNotEqual, String nameLike, String nameNotLike, String description, String descriptionLike, Integer priority, Integer maxPriority, Integer minPriority, String dueDate, String dueDateExpression, String dueAfter, String dueAfterExpression, String dueBefore, String dueBeforeExpression, Boolean withoutDueDate, String followUpDate, String followUpDateExpression, String followUpAfter, String followUpAfterExpression, String followUpBefore, String followUpBeforeExpression, String followUpBeforeOrNotExistent, String followUpBeforeOrNotExistentExpression, String createdOn, String createdOnExpression, String createdAfter, String createdAfterExpression, String createdBefore, String createdBeforeExpression, String updatedAfter, String updatedAfterExpression, String delegationState, String candidateGroups, String candidateGroupsExpression, Boolean withCandidateGroups, Boolean withoutCandidateGroups, Boolean withCandidateUsers, Boolean withoutCandidateUsers, Boolean active, Boolean suspended, String taskVariables, String processVariables, String caseInstanceVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String parentTaskId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get List Queries for tasks that fulfill a given filter.TaskApi.queryTasks(Integer firstResult, Integer maxResults, TaskQueryDto taskQueryDto) Get List (POST) Queries for tasks that fulfill a given filter.TaskApi.queryTasks(Integer firstResult, Integer maxResults, TaskQueryDto taskQueryDto, Map<String, String> additionalHeaders) Get List (POST) Queries for tasks that fulfill a given filter.Methods in org.camunda.community.rest.client.api with parameters of type TaskDtoModifier and TypeMethodDescriptionvoidTaskApi.createTask(TaskDto taskDto) Create Creates a new task.voidTaskApi.createTask(TaskDto taskDto, Map<String, String> additionalHeaders) Create Creates a new task.voidTaskApi.updateTask(String id, TaskDto taskDto) Update Updates a task.voidUpdate Updates a task. -
Uses of TaskDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return TaskDtoModifier and TypeMethodDescriptionTaskDto.camundaFormRef(CamundaFormRef camundaFormRef) TaskDto.caseDefinitionId(String caseDefinitionId) TaskDto.caseExecutionId(String caseExecutionId) TaskDto.caseInstanceId(String caseInstanceId) TaskDto.created(OffsetDateTime created) TaskDto.delegationState(TaskDto.DelegationStateEnum delegationState) TaskDto.description(String description) TaskDto.due(OffsetDateTime due) TaskDto.executionId(String executionId) TaskDto.followUp(OffsetDateTime followUp) TaskDto.lastUpdated(OffsetDateTime lastUpdated) TaskDto.parentTaskId(String parentTaskId) TaskDto.processDefinitionId(String processDefinitionId) TaskDto.processInstanceId(String processInstanceId) TaskDto.taskDefinitionKey(String taskDefinitionKey)