Class TaskQueryDto
java.lang.Object
org.camunda.community.rest.client.dto.TaskQueryDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class TaskQueryDto
extends Object
A Task query which defines a group of Tasks.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumRestrict to tasks that are in the given delegation state. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityInstanceIdIn(List<String> activityInstanceIdIn) addActivityInstanceIdInItem(String activityInstanceIdInItem) addAssigneeInItem(String assigneeInItem) addAssigneeNotInItem(String assigneeNotInItem) addCandidateGroupsItem(String candidateGroupsItem) addCaseInstanceVariablesItem(VariableQueryParameterDto caseInstanceVariablesItem) addOrQueriesItem(TaskQueryDto orQueriesItem) addProcessDefinitionKeyInItem(String processDefinitionKeyInItem) addProcessInstanceBusinessKeyInItem(String processInstanceBusinessKeyInItem) addProcessInstanceIdInItem(String processInstanceIdInItem) addProcessVariablesItem(VariableQueryParameterDto processVariablesItem) addSortingItem(TaskQueryDtoSortingInner sortingItem) addTaskDefinitionKeyInItem(String taskDefinitionKeyInItem) addTaskIdInItem(String taskIdInItem) addTaskVariablesItem(VariableQueryParameterDto taskVariablesItem) addTenantIdInItem(String tenantIdInItem) assigneeExpression(String assigneeExpression) assigneeIn(List<String> assigneeIn) assigneeLike(String assigneeLike) assigneeLikeExpression(String assigneeLikeExpression) assigneeNotIn(List<String> assigneeNotIn) candidateGroup(String candidateGroup) candidateGroupExpression(String candidateGroupExpression) candidateGroups(List<String> candidateGroups) candidateGroupsExpression(String candidateGroupsExpression) candidateUser(String candidateUser) candidateUserExpression(String candidateUserExpression) caseDefinitionId(String caseDefinitionId) caseDefinitionKey(String caseDefinitionKey) caseDefinitionName(String caseDefinitionName) caseDefinitionNameLike(String caseDefinitionNameLike) caseExecutionId(String caseExecutionId) caseInstanceBusinessKey(String caseInstanceBusinessKey) caseInstanceBusinessKeyLike(String caseInstanceBusinessKeyLike) caseInstanceId(String caseInstanceId) caseInstanceVariables(List<VariableQueryParameterDto> caseInstanceVariables) createdAfter(OffsetDateTime createdAfter) createdAfterExpression(String createdAfterExpression) createdBefore(OffsetDateTime createdBefore) createdBeforeExpression(String createdBeforeExpression) createdOn(OffsetDateTime createdOn) createdOnExpression(String createdOnExpression) delegationState(TaskQueryDto.DelegationStateEnum delegationState) description(String description) descriptionLike(String descriptionLike) dueAfter(OffsetDateTime dueAfter) dueAfterExpression(String dueAfterExpression) dueBefore(OffsetDateTime dueBefore) dueBeforeExpression(String dueBeforeExpression) dueDate(OffsetDateTime dueDate) dueDateExpression(String dueDateExpression) booleanexecutionId(String executionId) followUpAfter(OffsetDateTime followUpAfter) followUpAfterExpression(String followUpAfterExpression) followUpBefore(String followUpBefore) followUpBeforeExpression(String followUpBeforeExpression) followUpBeforeOrNotExistent(OffsetDateTime followUpBeforeOrNotExistent) followUpBeforeOrNotExistentExpression(String followUpBeforeOrNotExistentExpression) followUpDate(OffsetDateTime followUpDate) followUpDateExpression(String followUpDateExpression) Only include active tasks.org.openapitools.jackson.nullable.JsonNullable<Boolean>Only include tasks which belong to one of the passed and comma-separated activity instance ids.If set to `true`, restricts the query to all tasks that are assigned.org.openapitools.jackson.nullable.JsonNullable<Boolean>Restrict to tasks that the given user is assigned to.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that the user described by the given expression is assigned to.org.openapitools.jackson.nullable.JsonNullable<String>Only include tasks which are assigned to one of the passed and comma-separated user ids.Restrict to tasks that have an assignee that has the parameter value as a substring.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that have an assignee that has the parameter value described by the given expression as a substring.org.openapitools.jackson.nullable.JsonNullable<String>Only include tasks which are not assigned to one of the passed and comma-separated user ids.Only include tasks that are offered to the given group.org.openapitools.jackson.nullable.JsonNullable<String>Only include tasks that are offered to the group described by the given expression.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that are offered to any of the given candidate groups.Restrict to tasks that are offered to any of the candidate groups described by the given expression.org.openapitools.jackson.nullable.JsonNullable<String>Only include tasks that are offered to the given user or to one of his groups.org.openapitools.jackson.nullable.JsonNullable<String>Only include tasks that are offered to the user described by the given expression.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that belong to a case definition with the given id.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that belong to a case definition with the given key.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that belong to a case definition with the given name.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that have a case definition name that has the parameter value as a substring.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that belong to a case execution with the given id.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that belong to case instances with the given business key.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that have a case instance business key that has the parameter value as a substring.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that belong to case instances with the given id.org.openapitools.jackson.nullable.JsonNullable<String>A JSON array to only include tasks that belong to a case instance with variables with certain values.org.openapitools.jackson.nullable.JsonNullable<List<VariableQueryParameterDto>>Restrict to tasks that were created after the given date.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>Restrict to tasks that were created after the date described by the given expression.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that were created before the given date.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>Restrict to tasks that were created before the date described by the given expression.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that were created on the given date.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>Restrict to tasks that were created on the date described by the given expression.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that are in the given delegation state.org.openapitools.jackson.nullable.JsonNullable<TaskQueryDto.DelegationStateEnum>Restrict to tasks that have the given description.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that have a description that has the parameter value as a substring.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that are due after the given date.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>Restrict to tasks that are due after the date described by the given expression.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that are due before the given date.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>Restrict to tasks that are due before the date described by the given expression.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that are due on the given date.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>Restrict to tasks that are due on the date described by the given expression.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that belong to an execution with the given id.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that have a followUp date after the given date.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>Restrict to tasks that have a followUp date after the date described by the given expression.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that have a followUp date before the given date.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that have a followUp date before the date described by the given expression.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that have no followUp date or a followUp date before the given date.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>Restrict to tasks that have no followUp date or a followUp date before the date described by the given expression.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that have a followUp date on the given date.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>Restrict to tasks that have a followUp date on the date described by the given expression.org.openapitools.jackson.nullable.JsonNullable<String>Also include tasks that are assigned to users in candidate queries.org.openapitools.jackson.nullable.JsonNullable<Boolean>Only include tasks that the given user is involved in.org.openapitools.jackson.nullable.JsonNullable<String>Only include tasks that the user described by the given expression is involved in.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that have a lower or equal priority.org.openapitools.jackson.nullable.JsonNullable<Integer>Restrict to tasks that have a higher or equal priority.org.openapitools.jackson.nullable.JsonNullable<Integer>getName()Restrict to tasks that have the given name.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that have a name with the given parameter value as substring.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that do not have the given name.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that do not have a name with the given parameter value as substring.org.openapitools.jackson.nullable.JsonNullable<String>A JSON array of nested task queries with OR semantics.org.openapitools.jackson.nullable.JsonNullable<List<TaskQueryDto>>getOwner()Restrict to tasks that the given user owns.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that the user described by the given expression owns.org.openapitools.jackson.nullable.JsonNullable<String>Restrict query to all tasks that are sub tasks of the given task.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that have the given priority.org.openapitools.jackson.nullable.JsonNullable<Integer>Restrict to tasks that belong to a process definition with the given id.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that belong to a process definition with the given key.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that belong to a process definition with one of the given keys.Restrict to tasks that belong to a process definition with the given name.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that have a process definition name that has the parameter value as a substring.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that belong to process instances with the given business key.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that belong to process instances with the given business key which is described by an expression.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that belong to process instances with one of the give business keys.Restrict to tasks that have a process instance business key that has the parameter value as a substring.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that have a process instance business key that has the parameter value as a substring and is described by an expression.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that belong to process instances with the given id.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that belong to process instances with the given ids.A JSON array to only include tasks that belong to a process instance with variables with certain values.org.openapitools.jackson.nullable.JsonNullable<List<VariableQueryParameterDto>>Apply sorting of the resultorg.openapitools.jackson.nullable.JsonNullable<List<TaskQueryDtoSortingInner>>Only include suspended tasks.org.openapitools.jackson.nullable.JsonNullable<Boolean>Restrict to tasks that have the given key.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks that have one of the given keys.Restrict to tasks that have a key that has the parameter value as a substring.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to task with the given id.org.openapitools.jackson.nullable.JsonNullable<String>Restrict to tasks with any of the given ids.A JSON array to only include tasks that have variables with certain values.org.openapitools.jackson.nullable.JsonNullable<List<VariableQueryParameterDto>>Only include tasks which belong to one of the passed and comma-separated tenant ids.If set to `true`, restricts the query to all tasks that are unassigned.org.openapitools.jackson.nullable.JsonNullable<Boolean>Restrict to tasks that were updated after the given date.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>Restrict to tasks that were updated after the date described by the given expression.org.openapitools.jackson.nullable.JsonNullable<String>Match all variable names in this query case-insensitively.org.openapitools.jackson.nullable.JsonNullable<Boolean>Match all variable values in this query case-insensitively.org.openapitools.jackson.nullable.JsonNullable<Boolean>Only include tasks which have a candidate group.org.openapitools.jackson.nullable.JsonNullable<Boolean>Only include tasks which have a candidate user.org.openapitools.jackson.nullable.JsonNullable<Boolean>Only include tasks which have no candidate group.org.openapitools.jackson.nullable.JsonNullable<Boolean>Only include tasks which have no candidate users.org.openapitools.jackson.nullable.JsonNullable<Boolean>Only include tasks which have no due date.org.openapitools.jackson.nullable.JsonNullable<Boolean>Only include tasks which belong to no tenant.org.openapitools.jackson.nullable.JsonNullable<Boolean>inthashCode()includeAssignedTasks(Boolean includeAssignedTasks) involvedUser(String involvedUser) involvedUserExpression(String involvedUserExpression) maxPriority(Integer maxPriority) minPriority(Integer minPriority) nameNotEqual(String nameNotEqual) nameNotLike(String nameNotLike) orQueries(List<TaskQueryDto> orQueries) ownerExpression(String ownerExpression) parentTaskId(String parentTaskId) processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) processDefinitionKeyIn(List<String> processDefinitionKeyIn) processDefinitionName(String processDefinitionName) processDefinitionNameLike(String processDefinitionNameLike) processInstanceBusinessKey(String processInstanceBusinessKey) processInstanceBusinessKeyExpression(String processInstanceBusinessKeyExpression) processInstanceBusinessKeyIn(List<String> processInstanceBusinessKeyIn) processInstanceBusinessKeyLike(String processInstanceBusinessKeyLike) processInstanceBusinessKeyLikeExpression(String processInstanceBusinessKeyLikeExpression) processInstanceId(String processInstanceId) processInstanceIdIn(List<String> processInstanceIdIn) processVariables(List<VariableQueryParameterDto> processVariables) voidvoidsetActive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> active) voidsetActivityInstanceIdIn(List<String> activityInstanceIdIn) voidsetActivityInstanceIdIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> activityInstanceIdIn) voidsetAssigned(Boolean assigned) voidsetAssigned_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> assigned) voidsetAssignee(String assignee) voidsetAssignee_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> assignee) voidsetAssigneeExpression(String assigneeExpression) voidsetAssigneeExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> assigneeExpression) voidsetAssigneeIn(List<String> assigneeIn) voidsetAssigneeIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> assigneeIn) voidsetAssigneeLike(String assigneeLike) voidsetAssigneeLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> assigneeLike) voidsetAssigneeLikeExpression(String assigneeLikeExpression) voidsetAssigneeLikeExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> assigneeLikeExpression) voidsetAssigneeNotIn(List<String> assigneeNotIn) voidsetAssigneeNotIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> assigneeNotIn) voidsetCandidateGroup(String candidateGroup) voidsetCandidateGroup_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> candidateGroup) voidsetCandidateGroupExpression(String candidateGroupExpression) voidsetCandidateGroupExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> candidateGroupExpression) voidsetCandidateGroups(List<String> candidateGroups) voidsetCandidateGroups_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> candidateGroups) voidsetCandidateGroupsExpression(String candidateGroupsExpression) voidsetCandidateGroupsExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> candidateGroupsExpression) voidsetCandidateUser(String candidateUser) voidsetCandidateUser_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> candidateUser) voidsetCandidateUserExpression(String candidateUserExpression) voidsetCandidateUserExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> candidateUserExpression) voidsetCaseDefinitionId(String caseDefinitionId) voidsetCaseDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseDefinitionId) voidsetCaseDefinitionKey(String caseDefinitionKey) voidsetCaseDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseDefinitionKey) voidsetCaseDefinitionName(String caseDefinitionName) voidsetCaseDefinitionName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseDefinitionName) voidsetCaseDefinitionNameLike(String caseDefinitionNameLike) voidsetCaseDefinitionNameLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseDefinitionNameLike) voidsetCaseExecutionId(String caseExecutionId) voidsetCaseExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseExecutionId) voidsetCaseInstanceBusinessKey(String caseInstanceBusinessKey) voidsetCaseInstanceBusinessKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceBusinessKey) voidsetCaseInstanceBusinessKeyLike(String caseInstanceBusinessKeyLike) voidsetCaseInstanceBusinessKeyLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceBusinessKeyLike) voidsetCaseInstanceId(String caseInstanceId) voidsetCaseInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceId) voidsetCaseInstanceVariables(List<VariableQueryParameterDto> caseInstanceVariables) voidsetCaseInstanceVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<VariableQueryParameterDto>> caseInstanceVariables) voidsetCreatedAfter(OffsetDateTime createdAfter) voidsetCreatedAfter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createdAfter) voidsetCreatedAfterExpression(String createdAfterExpression) voidsetCreatedAfterExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> createdAfterExpression) voidsetCreatedBefore(OffsetDateTime createdBefore) voidsetCreatedBefore_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createdBefore) voidsetCreatedBeforeExpression(String createdBeforeExpression) voidsetCreatedBeforeExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> createdBeforeExpression) voidsetCreatedOn(OffsetDateTime createdOn) voidsetCreatedOn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createdOn) voidsetCreatedOnExpression(String createdOnExpression) voidsetCreatedOnExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> createdOnExpression) voidsetDelegationState(TaskQueryDto.DelegationStateEnum delegationState) voidsetDelegationState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<TaskQueryDto.DelegationStateEnum> delegationState) voidsetDescription(String description) voidsetDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) voidsetDescriptionLike(String descriptionLike) voidsetDescriptionLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> descriptionLike) voidsetDueAfter(OffsetDateTime dueAfter) voidsetDueAfter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> dueAfter) voidsetDueAfterExpression(String dueAfterExpression) voidsetDueAfterExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> dueAfterExpression) voidsetDueBefore(OffsetDateTime dueBefore) voidsetDueBefore_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> dueBefore) voidsetDueBeforeExpression(String dueBeforeExpression) voidsetDueBeforeExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> dueBeforeExpression) voidsetDueDate(OffsetDateTime dueDate) voidsetDueDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> dueDate) voidsetDueDateExpression(String dueDateExpression) voidsetDueDateExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> dueDateExpression) voidsetExecutionId(String executionId) voidsetExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId) voidsetFollowUpAfter(OffsetDateTime followUpAfter) voidsetFollowUpAfter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> followUpAfter) voidsetFollowUpAfterExpression(String followUpAfterExpression) voidsetFollowUpAfterExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> followUpAfterExpression) voidsetFollowUpBefore(String followUpBefore) voidsetFollowUpBefore_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> followUpBefore) voidsetFollowUpBeforeExpression(String followUpBeforeExpression) voidsetFollowUpBeforeExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> followUpBeforeExpression) voidsetFollowUpBeforeOrNotExistent(OffsetDateTime followUpBeforeOrNotExistent) voidsetFollowUpBeforeOrNotExistent_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> followUpBeforeOrNotExistent) voidsetFollowUpBeforeOrNotExistentExpression(String followUpBeforeOrNotExistentExpression) voidsetFollowUpBeforeOrNotExistentExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> followUpBeforeOrNotExistentExpression) voidsetFollowUpDate(OffsetDateTime followUpDate) voidsetFollowUpDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> followUpDate) voidsetFollowUpDateExpression(String followUpDateExpression) voidsetFollowUpDateExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> followUpDateExpression) voidsetIncludeAssignedTasks(Boolean includeAssignedTasks) voidsetIncludeAssignedTasks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> includeAssignedTasks) voidsetInvolvedUser(String involvedUser) voidsetInvolvedUser_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> involvedUser) voidsetInvolvedUserExpression(String involvedUserExpression) voidsetInvolvedUserExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> involvedUserExpression) voidsetMaxPriority(Integer maxPriority) voidsetMaxPriority_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> maxPriority) voidsetMinPriority(Integer minPriority) voidsetMinPriority_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> minPriority) voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) voidsetNameLike(String nameLike) voidsetNameLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nameLike) voidsetNameNotEqual(String nameNotEqual) voidsetNameNotEqual_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nameNotEqual) voidsetNameNotLike(String nameNotLike) voidsetNameNotLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nameNotLike) voidsetOrQueries(List<TaskQueryDto> orQueries) voidsetOrQueries_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<TaskQueryDto>> orQueries) voidvoidsetOwner_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> owner) voidsetOwnerExpression(String ownerExpression) voidsetOwnerExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> ownerExpression) voidsetParentTaskId(String parentTaskId) voidsetParentTaskId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> parentTaskId) voidsetPriority(Integer priority) voidsetPriority_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> priority) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionKey) voidsetProcessDefinitionKeyIn(List<String> processDefinitionKeyIn) voidsetProcessDefinitionKeyIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> processDefinitionKeyIn) voidsetProcessDefinitionName(String processDefinitionName) voidsetProcessDefinitionName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionName) voidsetProcessDefinitionNameLike(String processDefinitionNameLike) voidsetProcessDefinitionNameLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionNameLike) voidsetProcessInstanceBusinessKey(String processInstanceBusinessKey) voidsetProcessInstanceBusinessKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceBusinessKey) voidsetProcessInstanceBusinessKeyExpression(String processInstanceBusinessKeyExpression) voidsetProcessInstanceBusinessKeyExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceBusinessKeyExpression) voidsetProcessInstanceBusinessKeyIn(List<String> processInstanceBusinessKeyIn) voidsetProcessInstanceBusinessKeyIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> processInstanceBusinessKeyIn) voidsetProcessInstanceBusinessKeyLike(String processInstanceBusinessKeyLike) voidsetProcessInstanceBusinessKeyLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceBusinessKeyLike) voidsetProcessInstanceBusinessKeyLikeExpression(String processInstanceBusinessKeyLikeExpression) voidsetProcessInstanceBusinessKeyLikeExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceBusinessKeyLikeExpression) voidsetProcessInstanceId(String processInstanceId) voidsetProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) voidsetProcessInstanceIdIn(List<String> processInstanceIdIn) voidsetProcessInstanceIdIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> processInstanceIdIn) voidsetProcessVariables(List<VariableQueryParameterDto> processVariables) voidsetProcessVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<VariableQueryParameterDto>> processVariables) voidsetSorting(List<TaskQueryDtoSortingInner> sorting) voidsetSorting_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<TaskQueryDtoSortingInner>> sorting) voidsetSuspended(Boolean suspended) voidsetSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended) voidsetTaskDefinitionKey(String taskDefinitionKey) voidsetTaskDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskDefinitionKey) voidsetTaskDefinitionKeyIn(List<String> taskDefinitionKeyIn) voidsetTaskDefinitionKeyIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> taskDefinitionKeyIn) voidsetTaskDefinitionKeyLike(String taskDefinitionKeyLike) voidsetTaskDefinitionKeyLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskDefinitionKeyLike) voidvoidsetTaskId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskId) voidsetTaskIdIn(List<String> taskIdIn) voidsetTaskIdIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> taskIdIn) voidsetTaskVariables(List<VariableQueryParameterDto> taskVariables) voidsetTaskVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<VariableQueryParameterDto>> taskVariables) voidsetTenantIdIn(List<String> tenantIdIn) voidsetTenantIdIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> tenantIdIn) voidsetUnassigned(Boolean unassigned) voidsetUnassigned_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> unassigned) voidsetUpdatedAfter(OffsetDateTime updatedAfter) voidsetUpdatedAfter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> updatedAfter) voidsetUpdatedAfterExpression(String updatedAfterExpression) voidsetUpdatedAfterExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> updatedAfterExpression) voidsetVariableNamesIgnoreCase(Boolean variableNamesIgnoreCase) voidsetVariableNamesIgnoreCase_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> variableNamesIgnoreCase) voidsetVariableValuesIgnoreCase(Boolean variableValuesIgnoreCase) voidsetVariableValuesIgnoreCase_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> variableValuesIgnoreCase) voidsetWithCandidateGroups(Boolean withCandidateGroups) voidsetWithCandidateGroups_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withCandidateGroups) voidsetWithCandidateUsers(Boolean withCandidateUsers) voidsetWithCandidateUsers_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withCandidateUsers) voidsetWithoutCandidateGroups(Boolean withoutCandidateGroups) voidsetWithoutCandidateGroups_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withoutCandidateGroups) voidsetWithoutCandidateUsers(Boolean withoutCandidateUsers) voidsetWithoutCandidateUsers_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withoutCandidateUsers) voidsetWithoutDueDate(Boolean withoutDueDate) voidsetWithoutDueDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withoutDueDate) voidsetWithoutTenantId(Boolean withoutTenantId) voidsetWithoutTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withoutTenantId) sorting(List<TaskQueryDtoSortingInner> sorting) taskDefinitionKey(String taskDefinitionKey) taskDefinitionKeyIn(List<String> taskDefinitionKeyIn) taskDefinitionKeyLike(String taskDefinitionKeyLike) taskVariables(List<VariableQueryParameterDto> taskVariables) tenantIdIn(List<String> tenantIdIn) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.unassigned(Boolean unassigned) updatedAfter(OffsetDateTime updatedAfter) updatedAfterExpression(String updatedAfterExpression) variableNamesIgnoreCase(Boolean variableNamesIgnoreCase) variableValuesIgnoreCase(Boolean variableValuesIgnoreCase) withCandidateGroups(Boolean withCandidateGroups) withCandidateUsers(Boolean withCandidateUsers) withoutCandidateGroups(Boolean withoutCandidateGroups) withoutCandidateUsers(Boolean withoutCandidateUsers) withoutDueDate(Boolean withoutDueDate) withoutTenantId(Boolean withoutTenantId)
-
Field Details
-
JSON_PROPERTY_TASK_ID
- See Also:
-
JSON_PROPERTY_TASK_ID_IN
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_ID_IN
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_BUSINESS_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_BUSINESS_KEY_EXPRESSION
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_BUSINESS_KEY_IN
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_BUSINESS_KEY_LIKE
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_BUSINESS_KEY_LIKE_EXPRESSION
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY_IN
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_NAME
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_NAME_LIKE
- See Also:
-
JSON_PROPERTY_EXECUTION_ID
- See Also:
-
JSON_PROPERTY_CASE_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_CASE_INSTANCE_BUSINESS_KEY
- See Also:
-
JSON_PROPERTY_CASE_INSTANCE_BUSINESS_KEY_LIKE
- See Also:
-
JSON_PROPERTY_CASE_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_CASE_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_CASE_DEFINITION_NAME
- See Also:
-
JSON_PROPERTY_CASE_DEFINITION_NAME_LIKE
- See Also:
-
JSON_PROPERTY_CASE_EXECUTION_ID
- See Also:
-
JSON_PROPERTY_ACTIVITY_INSTANCE_ID_IN
- See Also:
-
JSON_PROPERTY_TENANT_ID_IN
- See Also:
-
JSON_PROPERTY_WITHOUT_TENANT_ID
- See Also:
-
JSON_PROPERTY_ASSIGNEE
- See Also:
-
JSON_PROPERTY_ASSIGNEE_EXPRESSION
- See Also:
-
JSON_PROPERTY_ASSIGNEE_LIKE
- See Also:
-
JSON_PROPERTY_ASSIGNEE_LIKE_EXPRESSION
- See Also:
-
JSON_PROPERTY_ASSIGNEE_IN
- See Also:
-
JSON_PROPERTY_ASSIGNEE_NOT_IN
- See Also:
-
JSON_PROPERTY_OWNER
- See Also:
-
JSON_PROPERTY_OWNER_EXPRESSION
- See Also:
-
JSON_PROPERTY_CANDIDATE_GROUP
- See Also:
-
JSON_PROPERTY_CANDIDATE_GROUP_EXPRESSION
- See Also:
-
JSON_PROPERTY_CANDIDATE_USER
- See Also:
-
JSON_PROPERTY_CANDIDATE_USER_EXPRESSION
- See Also:
-
JSON_PROPERTY_INCLUDE_ASSIGNED_TASKS
- See Also:
-
JSON_PROPERTY_INVOLVED_USER
- See Also:
-
JSON_PROPERTY_INVOLVED_USER_EXPRESSION
- See Also:
-
JSON_PROPERTY_ASSIGNED
- See Also:
-
JSON_PROPERTY_UNASSIGNED
- See Also:
-
JSON_PROPERTY_TASK_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_TASK_DEFINITION_KEY_IN
- See Also:
-
JSON_PROPERTY_TASK_DEFINITION_KEY_LIKE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_NAME_NOT_EQUAL
- See Also:
-
JSON_PROPERTY_NAME_LIKE
- See Also:
-
JSON_PROPERTY_NAME_NOT_LIKE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DESCRIPTION_LIKE
- See Also:
-
JSON_PROPERTY_PRIORITY
- See Also:
-
JSON_PROPERTY_MAX_PRIORITY
- See Also:
-
JSON_PROPERTY_MIN_PRIORITY
- See Also:
-
JSON_PROPERTY_DUE_DATE
- See Also:
-
JSON_PROPERTY_DUE_DATE_EXPRESSION
- See Also:
-
JSON_PROPERTY_DUE_AFTER
- See Also:
-
JSON_PROPERTY_DUE_AFTER_EXPRESSION
- See Also:
-
JSON_PROPERTY_DUE_BEFORE
- See Also:
-
JSON_PROPERTY_DUE_BEFORE_EXPRESSION
- See Also:
-
JSON_PROPERTY_WITHOUT_DUE_DATE
- See Also:
-
JSON_PROPERTY_FOLLOW_UP_DATE
- See Also:
-
JSON_PROPERTY_FOLLOW_UP_DATE_EXPRESSION
- See Also:
-
JSON_PROPERTY_FOLLOW_UP_AFTER
- See Also:
-
JSON_PROPERTY_FOLLOW_UP_AFTER_EXPRESSION
- See Also:
-
JSON_PROPERTY_FOLLOW_UP_BEFORE
- See Also:
-
JSON_PROPERTY_FOLLOW_UP_BEFORE_EXPRESSION
- See Also:
-
JSON_PROPERTY_FOLLOW_UP_BEFORE_OR_NOT_EXISTENT
- See Also:
-
JSON_PROPERTY_FOLLOW_UP_BEFORE_OR_NOT_EXISTENT_EXPRESSION
- See Also:
-
JSON_PROPERTY_CREATED_ON
- See Also:
-
JSON_PROPERTY_CREATED_ON_EXPRESSION
- See Also:
-
JSON_PROPERTY_CREATED_AFTER
- See Also:
-
JSON_PROPERTY_CREATED_AFTER_EXPRESSION
- See Also:
-
JSON_PROPERTY_CREATED_BEFORE
- See Also:
-
JSON_PROPERTY_CREATED_BEFORE_EXPRESSION
- See Also:
-
JSON_PROPERTY_UPDATED_AFTER
- See Also:
-
JSON_PROPERTY_UPDATED_AFTER_EXPRESSION
- See Also:
-
JSON_PROPERTY_DELEGATION_STATE
- See Also:
-
JSON_PROPERTY_CANDIDATE_GROUPS
- See Also:
-
JSON_PROPERTY_CANDIDATE_GROUPS_EXPRESSION
- See Also:
-
JSON_PROPERTY_WITH_CANDIDATE_GROUPS
- See Also:
-
JSON_PROPERTY_WITHOUT_CANDIDATE_GROUPS
- See Also:
-
JSON_PROPERTY_WITH_CANDIDATE_USERS
- See Also:
-
JSON_PROPERTY_WITHOUT_CANDIDATE_USERS
- See Also:
-
JSON_PROPERTY_ACTIVE
- See Also:
-
JSON_PROPERTY_SUSPENDED
- See Also:
-
JSON_PROPERTY_TASK_VARIABLES
- See Also:
-
JSON_PROPERTY_PROCESS_VARIABLES
- See Also:
-
JSON_PROPERTY_CASE_INSTANCE_VARIABLES
- See Also:
-
JSON_PROPERTY_VARIABLE_NAMES_IGNORE_CASE
- See Also:
-
JSON_PROPERTY_VARIABLE_VALUES_IGNORE_CASE
- See Also:
-
JSON_PROPERTY_PARENT_TASK_ID
- See Also:
-
JSON_PROPERTY_OR_QUERIES
- See Also:
-
JSON_PROPERTY_SORTING
- See Also:
-
-
Constructor Details
-
TaskQueryDto
public TaskQueryDto()
-
-
Method Details
-
taskId
-
getTaskId
Restrict to task with the given id.- Returns:
- taskId
-
getTaskId_JsonNullable
-
setTaskId_JsonNullable
-
setTaskId
-
taskIdIn
-
addTaskIdInItem
-
getTaskIdIn
Restrict to tasks with any of the given ids.- Returns:
- taskIdIn
-
getTaskIdIn_JsonNullable
-
setTaskIdIn_JsonNullable
-
setTaskIdIn
-
processInstanceId
-
getProcessInstanceId
Restrict to tasks that belong to process instances with the given id.- Returns:
- processInstanceId
-
getProcessInstanceId_JsonNullable
-
setProcessInstanceId_JsonNullable
public void setProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) -
setProcessInstanceId
-
processInstanceIdIn
-
addProcessInstanceIdInItem
-
getProcessInstanceIdIn
Restrict to tasks that belong to process instances with the given ids.- Returns:
- processInstanceIdIn
-
getProcessInstanceIdIn_JsonNullable
-
setProcessInstanceIdIn_JsonNullable
-
setProcessInstanceIdIn
-
processInstanceBusinessKey
-
getProcessInstanceBusinessKey
Restrict to tasks that belong to process instances with the given business key.- Returns:
- processInstanceBusinessKey
-
getProcessInstanceBusinessKey_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getProcessInstanceBusinessKey_JsonNullable() -
setProcessInstanceBusinessKey_JsonNullable
public void setProcessInstanceBusinessKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceBusinessKey) -
setProcessInstanceBusinessKey
-
processInstanceBusinessKeyExpression
public TaskQueryDto processInstanceBusinessKeyExpression(String processInstanceBusinessKeyExpression) -
getProcessInstanceBusinessKeyExpression
Restrict to tasks that belong to process instances with the given business key which is described by an expression. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions.- Returns:
- processInstanceBusinessKeyExpression
-
getProcessInstanceBusinessKeyExpression_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getProcessInstanceBusinessKeyExpression_JsonNullable() -
setProcessInstanceBusinessKeyExpression_JsonNullable
public void setProcessInstanceBusinessKeyExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceBusinessKeyExpression) -
setProcessInstanceBusinessKeyExpression
-
processInstanceBusinessKeyIn
-
addProcessInstanceBusinessKeyInItem
-
getProcessInstanceBusinessKeyIn
Restrict to tasks that belong to process instances with one of the give business keys. The keys need to be in a comma-separated list.- Returns:
- processInstanceBusinessKeyIn
-
getProcessInstanceBusinessKeyIn_JsonNullable
-
setProcessInstanceBusinessKeyIn_JsonNullable
-
setProcessInstanceBusinessKeyIn
-
processInstanceBusinessKeyLike
-
getProcessInstanceBusinessKeyLike
Restrict to tasks that have a process instance business key that has the parameter value as a substring.- Returns:
- processInstanceBusinessKeyLike
-
getProcessInstanceBusinessKeyLike_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getProcessInstanceBusinessKeyLike_JsonNullable() -
setProcessInstanceBusinessKeyLike_JsonNullable
public void setProcessInstanceBusinessKeyLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceBusinessKeyLike) -
setProcessInstanceBusinessKeyLike
-
processInstanceBusinessKeyLikeExpression
public TaskQueryDto processInstanceBusinessKeyLikeExpression(String processInstanceBusinessKeyLikeExpression) -
getProcessInstanceBusinessKeyLikeExpression
Restrict to tasks that have a process instance business key that has the parameter value as a substring and is described by an expression. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions.- Returns:
- processInstanceBusinessKeyLikeExpression
-
getProcessInstanceBusinessKeyLikeExpression_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getProcessInstanceBusinessKeyLikeExpression_JsonNullable() -
setProcessInstanceBusinessKeyLikeExpression_JsonNullable
public void setProcessInstanceBusinessKeyLikeExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceBusinessKeyLikeExpression) -
setProcessInstanceBusinessKeyLikeExpression
public void setProcessInstanceBusinessKeyLikeExpression(String processInstanceBusinessKeyLikeExpression) -
processDefinitionId
-
getProcessDefinitionId
Restrict to tasks that belong to a process definition with the given id.- Returns:
- processDefinitionId
-
getProcessDefinitionId_JsonNullable
-
setProcessDefinitionId_JsonNullable
public void setProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId) -
setProcessDefinitionId
-
processDefinitionKey
-
getProcessDefinitionKey
Restrict to tasks that belong to a process definition with the given key.- Returns:
- processDefinitionKey
-
getProcessDefinitionKey_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getProcessDefinitionKey_JsonNullable() -
setProcessDefinitionKey_JsonNullable
public void setProcessDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionKey) -
setProcessDefinitionKey
-
processDefinitionKeyIn
-
addProcessDefinitionKeyInItem
-
getProcessDefinitionKeyIn
Restrict to tasks that belong to a process definition with one of the given keys. The keys need to be in a comma-separated list.- Returns:
- processDefinitionKeyIn
-
getProcessDefinitionKeyIn_JsonNullable
-
setProcessDefinitionKeyIn_JsonNullable
-
setProcessDefinitionKeyIn
-
processDefinitionName
-
getProcessDefinitionName
Restrict to tasks that belong to a process definition with the given name.- Returns:
- processDefinitionName
-
getProcessDefinitionName_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getProcessDefinitionName_JsonNullable() -
setProcessDefinitionName_JsonNullable
public void setProcessDefinitionName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionName) -
setProcessDefinitionName
-
processDefinitionNameLike
-
getProcessDefinitionNameLike
Restrict to tasks that have a process definition name that has the parameter value as a substring.- Returns:
- processDefinitionNameLike
-
getProcessDefinitionNameLike_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getProcessDefinitionNameLike_JsonNullable() -
setProcessDefinitionNameLike_JsonNullable
public void setProcessDefinitionNameLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionNameLike) -
setProcessDefinitionNameLike
-
executionId
-
getExecutionId
Restrict to tasks that belong to an execution with the given id.- Returns:
- executionId
-
getExecutionId_JsonNullable
-
setExecutionId_JsonNullable
public void setExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId) -
setExecutionId
-
caseInstanceId
-
getCaseInstanceId
Restrict to tasks that belong to case instances with the given id.- Returns:
- caseInstanceId
-
getCaseInstanceId_JsonNullable
-
setCaseInstanceId_JsonNullable
public void setCaseInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceId) -
setCaseInstanceId
-
caseInstanceBusinessKey
-
getCaseInstanceBusinessKey
Restrict to tasks that belong to case instances with the given business key.- Returns:
- caseInstanceBusinessKey
-
getCaseInstanceBusinessKey_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCaseInstanceBusinessKey_JsonNullable() -
setCaseInstanceBusinessKey_JsonNullable
public void setCaseInstanceBusinessKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceBusinessKey) -
setCaseInstanceBusinessKey
-
caseInstanceBusinessKeyLike
-
getCaseInstanceBusinessKeyLike
Restrict to tasks that have a case instance business key that has the parameter value as a substring.- Returns:
- caseInstanceBusinessKeyLike
-
getCaseInstanceBusinessKeyLike_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCaseInstanceBusinessKeyLike_JsonNullable() -
setCaseInstanceBusinessKeyLike_JsonNullable
public void setCaseInstanceBusinessKeyLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceBusinessKeyLike) -
setCaseInstanceBusinessKeyLike
-
caseDefinitionId
-
getCaseDefinitionId
Restrict to tasks that belong to a case definition with the given id.- Returns:
- caseDefinitionId
-
getCaseDefinitionId_JsonNullable
-
setCaseDefinitionId_JsonNullable
public void setCaseDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseDefinitionId) -
setCaseDefinitionId
-
caseDefinitionKey
-
getCaseDefinitionKey
Restrict to tasks that belong to a case definition with the given key.- Returns:
- caseDefinitionKey
-
getCaseDefinitionKey_JsonNullable
-
setCaseDefinitionKey_JsonNullable
public void setCaseDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseDefinitionKey) -
setCaseDefinitionKey
-
caseDefinitionName
-
getCaseDefinitionName
Restrict to tasks that belong to a case definition with the given name.- Returns:
- caseDefinitionName
-
getCaseDefinitionName_JsonNullable
-
setCaseDefinitionName_JsonNullable
public void setCaseDefinitionName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseDefinitionName) -
setCaseDefinitionName
-
caseDefinitionNameLike
-
getCaseDefinitionNameLike
Restrict to tasks that have a case definition name that has the parameter value as a substring.- Returns:
- caseDefinitionNameLike
-
getCaseDefinitionNameLike_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCaseDefinitionNameLike_JsonNullable() -
setCaseDefinitionNameLike_JsonNullable
public void setCaseDefinitionNameLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseDefinitionNameLike) -
setCaseDefinitionNameLike
-
caseExecutionId
-
getCaseExecutionId
Restrict to tasks that belong to a case execution with the given id.- Returns:
- caseExecutionId
-
getCaseExecutionId_JsonNullable
-
setCaseExecutionId_JsonNullable
public void setCaseExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseExecutionId) -
setCaseExecutionId
-
activityInstanceIdIn
-
addActivityInstanceIdInItem
-
getActivityInstanceIdIn
Only include tasks which belong to one of the passed and comma-separated activity instance ids.- Returns:
- activityInstanceIdIn
-
getActivityInstanceIdIn_JsonNullable
-
setActivityInstanceIdIn_JsonNullable
-
setActivityInstanceIdIn
-
tenantIdIn
-
addTenantIdInItem
-
getTenantIdIn
Only include tasks which belong to one of the passed and comma-separated tenant ids.- Returns:
- tenantIdIn
-
getTenantIdIn_JsonNullable
-
setTenantIdIn_JsonNullable
-
setTenantIdIn
-
withoutTenantId
-
getWithoutTenantId
Only include tasks which belong to no tenant. Value may only be `true`, as `false` is the default behavior.- Returns:
- withoutTenantId
-
getWithoutTenantId_JsonNullable
-
setWithoutTenantId_JsonNullable
public void setWithoutTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withoutTenantId) -
setWithoutTenantId
-
assignee
-
getAssignee
Restrict to tasks that the given user is assigned to.- Returns:
- assignee
-
getAssignee_JsonNullable
-
setAssignee_JsonNullable
public void setAssignee_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> assignee) -
setAssignee
-
assigneeExpression
-
getAssigneeExpression
Restrict to tasks that the user described by the given expression is assigned to. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions.- Returns:
- assigneeExpression
-
getAssigneeExpression_JsonNullable
-
setAssigneeExpression_JsonNullable
public void setAssigneeExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> assigneeExpression) -
setAssigneeExpression
-
assigneeLike
-
getAssigneeLike
Restrict to tasks that have an assignee that has the parameter value as a substring.- Returns:
- assigneeLike
-
getAssigneeLike_JsonNullable
-
setAssigneeLike_JsonNullable
public void setAssigneeLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> assigneeLike) -
setAssigneeLike
-
assigneeLikeExpression
-
getAssigneeLikeExpression
Restrict to tasks that have an assignee that has the parameter value described by the given expression as a substring. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions.- Returns:
- assigneeLikeExpression
-
getAssigneeLikeExpression_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getAssigneeLikeExpression_JsonNullable() -
setAssigneeLikeExpression_JsonNullable
public void setAssigneeLikeExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> assigneeLikeExpression) -
setAssigneeLikeExpression
-
assigneeIn
-
addAssigneeInItem
-
getAssigneeIn
Only include tasks which are assigned to one of the passed and comma-separated user ids.- Returns:
- assigneeIn
-
getAssigneeIn_JsonNullable
-
setAssigneeIn_JsonNullable
-
setAssigneeIn
-
assigneeNotIn
-
addAssigneeNotInItem
-
getAssigneeNotIn
Only include tasks which are not assigned to one of the passed and comma-separated user ids.- Returns:
- assigneeNotIn
-
getAssigneeNotIn_JsonNullable
-
setAssigneeNotIn_JsonNullable
-
setAssigneeNotIn
-
owner
-
getOwner
Restrict to tasks that the given user owns.- Returns:
- owner
-
getOwner_JsonNullable
-
setOwner_JsonNullable
-
setOwner
-
ownerExpression
-
getOwnerExpression
Restrict to tasks that the user described by the given expression owns. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions.- Returns:
- ownerExpression
-
getOwnerExpression_JsonNullable
-
setOwnerExpression_JsonNullable
public void setOwnerExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> ownerExpression) -
setOwnerExpression
-
candidateGroup
-
getCandidateGroup
Only include tasks that are offered to the given group.- Returns:
- candidateGroup
-
getCandidateGroup_JsonNullable
-
setCandidateGroup_JsonNullable
public void setCandidateGroup_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> candidateGroup) -
setCandidateGroup
-
candidateGroupExpression
-
getCandidateGroupExpression
Only include tasks that are offered to the group described by the given expression. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions.- Returns:
- candidateGroupExpression
-
getCandidateGroupExpression_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCandidateGroupExpression_JsonNullable() -
setCandidateGroupExpression_JsonNullable
public void setCandidateGroupExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> candidateGroupExpression) -
setCandidateGroupExpression
-
candidateUser
-
getCandidateUser
Only include tasks that are offered to the given user or to one of his groups.- Returns:
- candidateUser
-
getCandidateUser_JsonNullable
-
setCandidateUser_JsonNullable
public void setCandidateUser_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> candidateUser) -
setCandidateUser
-
candidateUserExpression
-
getCandidateUserExpression
Only include tasks that are offered to the user described by the given expression. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions.- Returns:
- candidateUserExpression
-
getCandidateUserExpression_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCandidateUserExpression_JsonNullable() -
setCandidateUserExpression_JsonNullable
public void setCandidateUserExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> candidateUserExpression) -
setCandidateUserExpression
-
includeAssignedTasks
-
getIncludeAssignedTasks
Also include tasks that are assigned to users in candidate queries. Default is to only include tasks that are not assigned to any user if you query by candidate user or group(s).- Returns:
- includeAssignedTasks
-
getIncludeAssignedTasks_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getIncludeAssignedTasks_JsonNullable() -
setIncludeAssignedTasks_JsonNullable
public void setIncludeAssignedTasks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> includeAssignedTasks) -
setIncludeAssignedTasks
-
involvedUser
-
getInvolvedUser
Only include tasks that the given user is involved in. A user is involved in a task if an identity link exists between task and user (e.g., the user is the assignee).- Returns:
- involvedUser
-
getInvolvedUser_JsonNullable
-
setInvolvedUser_JsonNullable
public void setInvolvedUser_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> involvedUser) -
setInvolvedUser
-
involvedUserExpression
-
getInvolvedUserExpression
Only include tasks that the user described by the given expression is involved in. A user is involved in a task if an identity link exists between task and user (e.g., the user is the assignee). See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions.- Returns:
- involvedUserExpression
-
getInvolvedUserExpression_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getInvolvedUserExpression_JsonNullable() -
setInvolvedUserExpression_JsonNullable
public void setInvolvedUserExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> involvedUserExpression) -
setInvolvedUserExpression
-
assigned
-
getAssigned
If set to `true`, restricts the query to all tasks that are assigned.- Returns:
- assigned
-
getAssigned_JsonNullable
-
setAssigned_JsonNullable
public void setAssigned_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> assigned) -
setAssigned
-
unassigned
-
getUnassigned
If set to `true`, restricts the query to all tasks that are unassigned.- Returns:
- unassigned
-
getUnassigned_JsonNullable
-
setUnassigned_JsonNullable
public void setUnassigned_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> unassigned) -
setUnassigned
-
taskDefinitionKey
-
getTaskDefinitionKey
Restrict to tasks that have the given key.- Returns:
- taskDefinitionKey
-
getTaskDefinitionKey_JsonNullable
-
setTaskDefinitionKey_JsonNullable
public void setTaskDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskDefinitionKey) -
setTaskDefinitionKey
-
taskDefinitionKeyIn
-
addTaskDefinitionKeyInItem
-
getTaskDefinitionKeyIn
Restrict to tasks that have one of the given keys. The keys need to be in a comma-separated list.- Returns:
- taskDefinitionKeyIn
-
getTaskDefinitionKeyIn_JsonNullable
-
setTaskDefinitionKeyIn_JsonNullable
-
setTaskDefinitionKeyIn
-
taskDefinitionKeyLike
-
getTaskDefinitionKeyLike
Restrict to tasks that have a key that has the parameter value as a substring.- Returns:
- taskDefinitionKeyLike
-
getTaskDefinitionKeyLike_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getTaskDefinitionKeyLike_JsonNullable() -
setTaskDefinitionKeyLike_JsonNullable
public void setTaskDefinitionKeyLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskDefinitionKeyLike) -
setTaskDefinitionKeyLike
-
name
-
getName
Restrict to tasks that have the given name.- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
nameNotEqual
-
getNameNotEqual
Restrict to tasks that do not have the given name.- Returns:
- nameNotEqual
-
getNameNotEqual_JsonNullable
-
setNameNotEqual_JsonNullable
public void setNameNotEqual_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nameNotEqual) -
setNameNotEqual
-
nameLike
-
getNameLike
Restrict to tasks that have a name with the given parameter value as substring.- Returns:
- nameLike
-
getNameLike_JsonNullable
-
setNameLike_JsonNullable
public void setNameLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nameLike) -
setNameLike
-
nameNotLike
-
getNameNotLike
Restrict to tasks that do not have a name with the given parameter value as substring.- Returns:
- nameNotLike
-
getNameNotLike_JsonNullable
-
setNameNotLike_JsonNullable
public void setNameNotLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nameNotLike) -
setNameNotLike
-
description
-
getDescription
Restrict to tasks that have the given description.- Returns:
- description
-
getDescription_JsonNullable
-
setDescription_JsonNullable
public void setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) -
setDescription
-
descriptionLike
-
getDescriptionLike
Restrict to tasks that have a description that has the parameter value as a substring.- Returns:
- descriptionLike
-
getDescriptionLike_JsonNullable
-
setDescriptionLike_JsonNullable
public void setDescriptionLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> descriptionLike) -
setDescriptionLike
-
priority
-
getPriority
Restrict to tasks that have the given priority.- Returns:
- priority
-
getPriority_JsonNullable
-
setPriority_JsonNullable
public void setPriority_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> priority) -
setPriority
-
maxPriority
-
getMaxPriority
Restrict to tasks that have a lower or equal priority.- Returns:
- maxPriority
-
getMaxPriority_JsonNullable
-
setMaxPriority_JsonNullable
public void setMaxPriority_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> maxPriority) -
setMaxPriority
-
minPriority
-
getMinPriority
Restrict to tasks that have a higher or equal priority.- Returns:
- minPriority
-
getMinPriority_JsonNullable
-
setMinPriority_JsonNullable
public void setMinPriority_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> minPriority) -
setMinPriority
-
dueDate
-
getDueDate
Restrict to tasks that are due on the given date. By [default](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`.- Returns:
- dueDate
-
getDueDate_JsonNullable
-
setDueDate_JsonNullable
public void setDueDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> dueDate) -
setDueDate
-
dueDateExpression
-
getDueDateExpression
Restrict to tasks that are due on the date described by the given expression. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions. The expression must evaluate to a `java.util.Date` or `org.joda.time.DateTime` object.- Returns:
- dueDateExpression
-
getDueDateExpression_JsonNullable
-
setDueDateExpression_JsonNullable
public void setDueDateExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> dueDateExpression) -
setDueDateExpression
-
dueAfter
-
getDueAfter
Restrict to tasks that are due after the given date. By [default](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.435+0200`.- Returns:
- dueAfter
-
getDueAfter_JsonNullable
-
setDueAfter_JsonNullable
public void setDueAfter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> dueAfter) -
setDueAfter
-
dueAfterExpression
-
getDueAfterExpression
Restrict to tasks that are due after the date described by the given expression. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions. The expression must evaluate to a `java.util.Date` or `org.joda.time.DateTime` object.- Returns:
- dueAfterExpression
-
getDueAfterExpression_JsonNullable
-
setDueAfterExpression_JsonNullable
public void setDueAfterExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> dueAfterExpression) -
setDueAfterExpression
-
dueBefore
-
getDueBefore
Restrict to tasks that are due before the given date. By [default](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.243+0200`.- Returns:
- dueBefore
-
getDueBefore_JsonNullable
-
setDueBefore_JsonNullable
public void setDueBefore_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> dueBefore) -
setDueBefore
-
dueBeforeExpression
-
getDueBeforeExpression
Restrict to tasks that are due before the date described by the given expression. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions. The expression must evaluate to a `java.util.Date` or `org.joda.time.DateTime` object.- Returns:
- dueBeforeExpression
-
getDueBeforeExpression_JsonNullable
-
setDueBeforeExpression_JsonNullable
public void setDueBeforeExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> dueBeforeExpression) -
setDueBeforeExpression
-
withoutDueDate
-
getWithoutDueDate
Only include tasks which have no due date. Value may only be `true`, as `false` is the default behavior.- Returns:
- withoutDueDate
-
getWithoutDueDate_JsonNullable
-
setWithoutDueDate_JsonNullable
public void setWithoutDueDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withoutDueDate) -
setWithoutDueDate
-
followUpDate
-
getFollowUpDate
Restrict to tasks that have a followUp date on the given date. By [default](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.342+0200`.- Returns:
- followUpDate
-
getFollowUpDate_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getFollowUpDate_JsonNullable() -
setFollowUpDate_JsonNullable
public void setFollowUpDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> followUpDate) -
setFollowUpDate
-
followUpDateExpression
-
getFollowUpDateExpression
Restrict to tasks that have a followUp date on the date described by the given expression. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions. The expression must evaluate to a `java.util.Date` or `org.joda.time.DateTime` object.- Returns:
- followUpDateExpression
-
getFollowUpDateExpression_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getFollowUpDateExpression_JsonNullable() -
setFollowUpDateExpression_JsonNullable
public void setFollowUpDateExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> followUpDateExpression) -
setFollowUpDateExpression
-
followUpAfter
-
getFollowUpAfter
Restrict to tasks that have a followUp date after the given date. By [default](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.542+0200`.- Returns:
- followUpAfter
-
getFollowUpAfter_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getFollowUpAfter_JsonNullable() -
setFollowUpAfter_JsonNullable
public void setFollowUpAfter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> followUpAfter) -
setFollowUpAfter
-
followUpAfterExpression
-
getFollowUpAfterExpression
Restrict to tasks that have a followUp date after the date described by the given expression. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions. The expression must evaluate to a `java.util.Date` or `org.joda.time.DateTime` object.- Returns:
- followUpAfterExpression
-
getFollowUpAfterExpression_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getFollowUpAfterExpression_JsonNullable() -
setFollowUpAfterExpression_JsonNullable
public void setFollowUpAfterExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> followUpAfterExpression) -
setFollowUpAfterExpression
-
followUpBefore
-
getFollowUpBefore
Restrict to tasks that have a followUp date before the given date. By [default](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.234+0200`.- Returns:
- followUpBefore
-
getFollowUpBefore_JsonNullable
-
setFollowUpBefore_JsonNullable
public void setFollowUpBefore_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> followUpBefore) -
setFollowUpBefore
-
followUpBeforeExpression
-
getFollowUpBeforeExpression
Restrict to tasks that have a followUp date before the date described by the given expression. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions. The expression must evaluate to a `java.util.Date` or `org.joda.time.DateTime` object.- Returns:
- followUpBeforeExpression
-
getFollowUpBeforeExpression_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getFollowUpBeforeExpression_JsonNullable() -
setFollowUpBeforeExpression_JsonNullable
public void setFollowUpBeforeExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> followUpBeforeExpression) -
setFollowUpBeforeExpression
-
followUpBeforeOrNotExistent
-
getFollowUpBeforeOrNotExistent
Restrict to tasks that have no followUp date or a followUp date before the given date. By [default](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.432+0200`. The typical use case is to query all `active` tasks for a user for a given date.- Returns:
- followUpBeforeOrNotExistent
-
getFollowUpBeforeOrNotExistent_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getFollowUpBeforeOrNotExistent_JsonNullable() -
setFollowUpBeforeOrNotExistent_JsonNullable
public void setFollowUpBeforeOrNotExistent_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> followUpBeforeOrNotExistent) -
setFollowUpBeforeOrNotExistent
-
followUpBeforeOrNotExistentExpression
public TaskQueryDto followUpBeforeOrNotExistentExpression(String followUpBeforeOrNotExistentExpression) -
getFollowUpBeforeOrNotExistentExpression
Restrict to tasks that have no followUp date or a followUp date before the date described by the given expression. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions. The expression must evaluate to a `java.util.Date` or `org.joda.time.DateTime` object.- Returns:
- followUpBeforeOrNotExistentExpression
-
getFollowUpBeforeOrNotExistentExpression_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getFollowUpBeforeOrNotExistentExpression_JsonNullable() -
setFollowUpBeforeOrNotExistentExpression_JsonNullable
public void setFollowUpBeforeOrNotExistentExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> followUpBeforeOrNotExistentExpression) -
setFollowUpBeforeOrNotExistentExpression
-
createdOn
-
getCreatedOn
Restrict to tasks that were created on the given date. By [default](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.324+0200`.- Returns:
- createdOn
-
getCreatedOn_JsonNullable
-
setCreatedOn_JsonNullable
public void setCreatedOn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createdOn) -
setCreatedOn
-
createdOnExpression
-
getCreatedOnExpression
Restrict to tasks that were created on the date described by the given expression. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions. The expression must evaluate to a `java.util.Date` or `org.joda.time.DateTime` object.- Returns:
- createdOnExpression
-
getCreatedOnExpression_JsonNullable
-
setCreatedOnExpression_JsonNullable
public void setCreatedOnExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> createdOnExpression) -
setCreatedOnExpression
-
createdAfter
-
getCreatedAfter
Restrict to tasks that were created after the given date. By [default](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.342+0200`.- Returns:
- createdAfter
-
getCreatedAfter_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getCreatedAfter_JsonNullable() -
setCreatedAfter_JsonNullable
public void setCreatedAfter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createdAfter) -
setCreatedAfter
-
createdAfterExpression
-
getCreatedAfterExpression
Restrict to tasks that were created after the date described by the given expression. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions. The expression must evaluate to a `java.util.Date` or `org.joda.time.DateTime` object.- Returns:
- createdAfterExpression
-
getCreatedAfterExpression_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCreatedAfterExpression_JsonNullable() -
setCreatedAfterExpression_JsonNullable
public void setCreatedAfterExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> createdAfterExpression) -
setCreatedAfterExpression
-
createdBefore
-
getCreatedBefore
Restrict to tasks that were created before the given date. By [default](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.332+0200`.- Returns:
- createdBefore
-
getCreatedBefore_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getCreatedBefore_JsonNullable() -
setCreatedBefore_JsonNullable
public void setCreatedBefore_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createdBefore) -
setCreatedBefore
-
createdBeforeExpression
-
getCreatedBeforeExpression
Restrict to tasks that were created before the date described by the given expression. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions. The expression must evaluate to a `java.util.Date` or `org.joda.time.DateTime` object.- Returns:
- createdBeforeExpression
-
getCreatedBeforeExpression_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCreatedBeforeExpression_JsonNullable() -
setCreatedBeforeExpression_JsonNullable
public void setCreatedBeforeExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> createdBeforeExpression) -
setCreatedBeforeExpression
-
updatedAfter
-
getUpdatedAfter
Restrict to tasks that were updated after the given date. Every action that fires a [task update event](https://docs.camunda.org/manual/7.21/user-guide/process-engine/delegation-code/#task-listener-event-lifecycle) is considered as updating the task. By [default](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.332+0200`.- Returns:
- updatedAfter
-
getUpdatedAfter_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getUpdatedAfter_JsonNullable() -
setUpdatedAfter_JsonNullable
public void setUpdatedAfter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> updatedAfter) -
setUpdatedAfter
-
updatedAfterExpression
-
getUpdatedAfterExpression
Restrict to tasks that were updated after the date described by the given expression. Every action that fires a [task update event](https://docs.camunda.org/manual/7.21/user-guide/process-engine/delegation-code/#task-listener-event-lifecycle) is considered as updating the task. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions. The expression must evaluate to a `java.util.Date` or `org.joda.time.DateTime` object.- Returns:
- updatedAfterExpression
-
getUpdatedAfterExpression_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getUpdatedAfterExpression_JsonNullable() -
setUpdatedAfterExpression_JsonNullable
public void setUpdatedAfterExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> updatedAfterExpression) -
setUpdatedAfterExpression
-
delegationState
-
getDelegationState
Restrict to tasks that are in the given delegation state. Valid values are `PENDING` and `RESOLVED`.- Returns:
- delegationState
-
getDelegationState_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<TaskQueryDto.DelegationStateEnum> getDelegationState_JsonNullable() -
setDelegationState_JsonNullable
public void setDelegationState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<TaskQueryDto.DelegationStateEnum> delegationState) -
setDelegationState
-
candidateGroups
-
addCandidateGroupsItem
-
getCandidateGroups
Restrict to tasks that are offered to any of the given candidate groups. Takes a comma-separated list of group names, so for example `developers,support,sales`.- Returns:
- candidateGroups
-
getCandidateGroups_JsonNullable
-
setCandidateGroups_JsonNullable
-
setCandidateGroups
-
candidateGroupsExpression
-
getCandidateGroupsExpression
Restrict to tasks that are offered to any of the candidate groups described by the given expression. See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/expression-language/#internal-context-functions) for more information on available functions. The expression must evaluate to `java.util.List` of Strings.- Returns:
- candidateGroupsExpression
-
getCandidateGroupsExpression_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCandidateGroupsExpression_JsonNullable() -
setCandidateGroupsExpression_JsonNullable
public void setCandidateGroupsExpression_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> candidateGroupsExpression) -
setCandidateGroupsExpression
-
withCandidateGroups
-
getWithCandidateGroups
Only include tasks which have a candidate group. Value may only be `true`, as `false` is the default behavior.- Returns:
- withCandidateGroups
-
getWithCandidateGroups_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getWithCandidateGroups_JsonNullable() -
setWithCandidateGroups_JsonNullable
public void setWithCandidateGroups_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withCandidateGroups) -
setWithCandidateGroups
-
withoutCandidateGroups
-
getWithoutCandidateGroups
Only include tasks which have no candidate group. Value may only be `true`, as `false` is the default behavior.- Returns:
- withoutCandidateGroups
-
getWithoutCandidateGroups_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getWithoutCandidateGroups_JsonNullable() -
setWithoutCandidateGroups_JsonNullable
public void setWithoutCandidateGroups_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withoutCandidateGroups) -
setWithoutCandidateGroups
-
withCandidateUsers
-
getWithCandidateUsers
Only include tasks which have a candidate user. Value may only be `true`, as `false` is the default behavior.- Returns:
- withCandidateUsers
-
getWithCandidateUsers_JsonNullable
-
setWithCandidateUsers_JsonNullable
public void setWithCandidateUsers_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withCandidateUsers) -
setWithCandidateUsers
-
withoutCandidateUsers
-
getWithoutCandidateUsers
Only include tasks which have no candidate users. Value may only be `true`, as `false` is the default behavior.- Returns:
- withoutCandidateUsers
-
getWithoutCandidateUsers_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getWithoutCandidateUsers_JsonNullable() -
setWithoutCandidateUsers_JsonNullable
public void setWithoutCandidateUsers_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withoutCandidateUsers) -
setWithoutCandidateUsers
-
active
-
getActive
Only include active tasks. Value may only be `true`, as `false` is the default behavior.- Returns:
- active
-
getActive_JsonNullable
-
setActive_JsonNullable
-
setActive
-
suspended
-
getSuspended
Only include suspended tasks. Value may only be `true`, as `false` is the default behavior.- Returns:
- suspended
-
getSuspended_JsonNullable
-
setSuspended_JsonNullable
public void setSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended) -
setSuspended
-
taskVariables
-
addTaskVariablesItem
-
getTaskVariables
A JSON array to only include tasks that have variables with certain values. The array consists of JSON objects with three properties `name`, `operator` and `value`. `name` is the variable name, `operator` is the comparison operator to be used and `value` the variable value. `value` may be of type `String`, `Number` or `Boolean`. Valid `operator` values are: `eq` - equal to; `neq` - not equal to; `gt` - greater than; `gteq` - greater than or equal to; `lt` - lower than; `lteq` - lower than or equal to; `like`. `key` and `value` may not contain underscore or comma characters.- Returns:
- taskVariables
-
getTaskVariables_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<VariableQueryParameterDto>> getTaskVariables_JsonNullable() -
setTaskVariables_JsonNullable
public void setTaskVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<VariableQueryParameterDto>> taskVariables) -
setTaskVariables
-
processVariables
-
addProcessVariablesItem
-
getProcessVariables
A JSON array to only include tasks that belong to a process instance with variables with certain values. The array consists of JSON objects with three properties `name`, `operator` and `value`. `name` is the variable name, `operator` is the comparison operator to be used and `value` the variable value. `value` may be of type `String`, `Number` or `Boolean`. Valid `operator` values are: `eq` - equal to; `neq` - not equal to; `gt` - greater than; `gteq` - greater than or equal to; `lt` - lower than; `lteq` - lower than or equal to; `like`; `notLike`. `key` and `value` may not contain underscore or comma characters.- Returns:
- processVariables
-
getProcessVariables_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<VariableQueryParameterDto>> getProcessVariables_JsonNullable() -
setProcessVariables_JsonNullable
public void setProcessVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<VariableQueryParameterDto>> processVariables) -
setProcessVariables
-
caseInstanceVariables
-
addCaseInstanceVariablesItem
public TaskQueryDto addCaseInstanceVariablesItem(VariableQueryParameterDto caseInstanceVariablesItem) -
getCaseInstanceVariables
A JSON array to only include tasks that belong to a case instance with variables with certain values. The array consists of JSON objects with three properties `name`, `operator` and `value`. `name` is the variable name, `operator` is the comparison operator to be used and `value` the variable value. `value` may be of type `String`, `Number` or `Boolean`. Valid `operator` values are: `eq` - equal to; `neq` - not equal to; `gt` - greater than; `gteq` - greater than or equal to; `lt` - lower than; `lteq` - lower than or equal to; `like`. `key` and `value` may not contain underscore or comma characters.- Returns:
- caseInstanceVariables
-
getCaseInstanceVariables_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<VariableQueryParameterDto>> getCaseInstanceVariables_JsonNullable() -
setCaseInstanceVariables_JsonNullable
public void setCaseInstanceVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<VariableQueryParameterDto>> caseInstanceVariables) -
setCaseInstanceVariables
-
variableNamesIgnoreCase
-
getVariableNamesIgnoreCase
Match all variable names in this query case-insensitively. If set `variableName` and `variablename` are treated as equal.- Returns:
- variableNamesIgnoreCase
-
getVariableNamesIgnoreCase_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getVariableNamesIgnoreCase_JsonNullable() -
setVariableNamesIgnoreCase_JsonNullable
public void setVariableNamesIgnoreCase_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> variableNamesIgnoreCase) -
setVariableNamesIgnoreCase
-
variableValuesIgnoreCase
-
getVariableValuesIgnoreCase
Match all variable values in this query case-insensitively. If set `variableValue` and `variablevalue` are treated as equal.- Returns:
- variableValuesIgnoreCase
-
getVariableValuesIgnoreCase_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getVariableValuesIgnoreCase_JsonNullable() -
setVariableValuesIgnoreCase_JsonNullable
public void setVariableValuesIgnoreCase_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> variableValuesIgnoreCase) -
setVariableValuesIgnoreCase
-
parentTaskId
-
getParentTaskId
Restrict query to all tasks that are sub tasks of the given task. Takes a task id.- Returns:
- parentTaskId
-
getParentTaskId_JsonNullable
-
setParentTaskId_JsonNullable
public void setParentTaskId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> parentTaskId) -
setParentTaskId
-
orQueries
-
addOrQueriesItem
-
getOrQueries
A JSON array of nested task queries with OR semantics. A task matches a nested query if it fulfills *at least one* of the query's predicates. With multiple nested queries, a task must fulfill at least one predicate of *each* query ([Conjunctive Normal Form](https://en.wikipedia.org/wiki/Conjunctive_normal_form)). All task query properties can be used except for: `sorting`, `withCandidateGroups`, `withoutCandidateGroups`, `withCandidateUsers`, `withoutCandidateUsers` See the [User guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/process-engine-api/#or-queries) for more information about OR queries.- Returns:
- orQueries
-
getOrQueries_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<TaskQueryDto>> getOrQueries_JsonNullable() -
setOrQueries_JsonNullable
public void setOrQueries_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<TaskQueryDto>> orQueries) -
setOrQueries
-
sorting
-
addSortingItem
-
getSorting
Apply sorting of the result- Returns:
- sorting
-
getSorting_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<TaskQueryDtoSortingInner>> getSorting_JsonNullable() -
setSorting_JsonNullable
public void setSorting_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<TaskQueryDtoSortingInner>> sorting) -
setSorting
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-