@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class TaskQueryDto extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TaskQueryDto.DelegationStateEnum
Restrict to tasks that are in the given delegation state.
|
Constructor and Description |
---|
TaskQueryDto() |
Modifier and Type | Method and Description |
---|---|
TaskQueryDto |
active(Boolean active) |
TaskQueryDto |
activityInstanceIdIn(List<String> activityInstanceIdIn) |
TaskQueryDto |
addActivityInstanceIdInItem(String activityInstanceIdInItem) |
TaskQueryDto |
addAssigneeInItem(String assigneeInItem) |
TaskQueryDto |
addCandidateGroupsItem(String candidateGroupsItem) |
TaskQueryDto |
addCaseInstanceVariablesItem(VariableQueryParameterDto caseInstanceVariablesItem) |
TaskQueryDto |
addOrQueriesItem(TaskQueryDto orQueriesItem) |
TaskQueryDto |
addProcessDefinitionKeyInItem(String processDefinitionKeyInItem) |
TaskQueryDto |
addProcessInstanceBusinessKeyInItem(String processInstanceBusinessKeyInItem) |
TaskQueryDto |
addProcessInstanceIdInItem(String processInstanceIdInItem) |
TaskQueryDto |
addProcessVariablesItem(VariableQueryParameterDto processVariablesItem) |
TaskQueryDto |
addSortingItem(TaskQueryDtoSorting sortingItem) |
TaskQueryDto |
addTaskDefinitionKeyInItem(String taskDefinitionKeyInItem) |
TaskQueryDto |
addTaskVariablesItem(VariableQueryParameterDto taskVariablesItem) |
TaskQueryDto |
addTenantIdInItem(String tenantIdInItem) |
TaskQueryDto |
assigned(Boolean assigned) |
TaskQueryDto |
assignee(String assignee) |
TaskQueryDto |
assigneeExpression(String assigneeExpression) |
TaskQueryDto |
assigneeIn(List<String> assigneeIn) |
TaskQueryDto |
assigneeLike(String assigneeLike) |
TaskQueryDto |
assigneeLikeExpression(String assigneeLikeExpression) |
TaskQueryDto |
candidateGroup(String candidateGroup) |
TaskQueryDto |
candidateGroupExpression(String candidateGroupExpression) |
TaskQueryDto |
candidateGroups(List<String> candidateGroups) |
TaskQueryDto |
candidateGroupsExpression(String candidateGroupsExpression) |
TaskQueryDto |
candidateUser(String candidateUser) |
TaskQueryDto |
candidateUserExpression(String candidateUserExpression) |
TaskQueryDto |
caseDefinitionId(String caseDefinitionId) |
TaskQueryDto |
caseDefinitionKey(String caseDefinitionKey) |
TaskQueryDto |
caseDefinitionName(String caseDefinitionName) |
TaskQueryDto |
caseDefinitionNameLike(String caseDefinitionNameLike) |
TaskQueryDto |
caseExecutionId(String caseExecutionId) |
TaskQueryDto |
caseInstanceBusinessKey(String caseInstanceBusinessKey) |
TaskQueryDto |
caseInstanceBusinessKeyLike(String caseInstanceBusinessKeyLike) |
TaskQueryDto |
caseInstanceId(String caseInstanceId) |
TaskQueryDto |
caseInstanceVariables(List<VariableQueryParameterDto> caseInstanceVariables) |
TaskQueryDto |
createdAfter(Date createdAfter) |
TaskQueryDto |
createdAfterExpression(String createdAfterExpression) |
TaskQueryDto |
createdBefore(Date createdBefore) |
TaskQueryDto |
createdBeforeExpression(String createdBeforeExpression) |
TaskQueryDto |
createdOn(Date createdOn) |
TaskQueryDto |
createdOnExpression(String createdOnExpression) |
TaskQueryDto |
delegationState(TaskQueryDto.DelegationStateEnum delegationState) |
TaskQueryDto |
description(String description) |
TaskQueryDto |
descriptionLike(String descriptionLike) |
TaskQueryDto |
dueAfter(Date dueAfter) |
TaskQueryDto |
dueAfterExpression(String dueAfterExpression) |
TaskQueryDto |
dueBefore(Date dueBefore) |
TaskQueryDto |
dueBeforeExpression(String dueBeforeExpression) |
TaskQueryDto |
dueDate(Date dueDate) |
TaskQueryDto |
dueDateExpression(String dueDateExpression) |
boolean |
equals(Object o) |
TaskQueryDto |
executionId(String executionId) |
TaskQueryDto |
followUpAfter(Date followUpAfter) |
TaskQueryDto |
followUpAfterExpression(String followUpAfterExpression) |
TaskQueryDto |
followUpBefore(String followUpBefore) |
TaskQueryDto |
followUpBeforeExpression(String followUpBeforeExpression) |
TaskQueryDto |
followUpBeforeOrNotExistent(Date followUpBeforeOrNotExistent) |
TaskQueryDto |
followUpBeforeOrNotExistentExpression(String followUpBeforeOrNotExistentExpression) |
TaskQueryDto |
followUpDate(Date followUpDate) |
TaskQueryDto |
followUpDateExpression(String followUpDateExpression) |
Boolean |
getActive()
Only include active tasks.
|
List<String> |
getActivityInstanceIdIn()
Only include tasks which belong to one of the passed and comma-separated activity instance ids.
|
Boolean |
getAssigned()
If set to `true`, restricts the query to all tasks that are assigned.
|
String |
getAssignee()
Restrict to tasks that the given user is assigned to.
|
String |
getAssigneeExpression()
Restrict to tasks that the user described by the given expression is assigned to.
|
List<String> |
getAssigneeIn()
Only include tasks which are assigned to one of the passed and comma-separated user ids.
|
String |
getAssigneeLike()
Restrict to tasks that have an assignee that has the parameter value as a substring.
|
String |
getAssigneeLikeExpression()
Restrict to tasks that have an assignee that has the parameter value described by the given expression as a substring.
|
String |
getCandidateGroup()
Only include tasks that are offered to the given group.
|
String |
getCandidateGroupExpression()
Only include tasks that are offered to the group described by the given expression.
|
List<String> |
getCandidateGroups()
Restrict to tasks that are offered to any of the given candidate groups.
|
String |
getCandidateGroupsExpression()
Restrict to tasks that are offered to any of the candidate groups described by the given expression.
|
String |
getCandidateUser()
Only include tasks that are offered to the given user or to one of his groups.
|
String |
getCandidateUserExpression()
Only include tasks that are offered to the user described by the given expression.
|
String |
getCaseDefinitionId()
Restrict to tasks that belong to a case definition with the given id.
|
String |
getCaseDefinitionKey()
Restrict to tasks that belong to a case definition with the given key.
|
String |
getCaseDefinitionName()
Restrict to tasks that belong to a case definition with the given name.
|
String |
getCaseDefinitionNameLike()
Restrict to tasks that have a case definition name that has the parameter value as a substring.
|
String |
getCaseExecutionId()
Restrict to tasks that belong to a case execution with the given id.
|
String |
getCaseInstanceBusinessKey()
Restrict to tasks that belong to case instances with the given business key.
|
String |
getCaseInstanceBusinessKeyLike()
Restrict to tasks that have a case instance business key that has the parameter value as a substring.
|
String |
getCaseInstanceId()
Restrict to tasks that belong to case instances with the given id.
|
List<VariableQueryParameterDto> |
getCaseInstanceVariables()
A JSON array to only include tasks that belong to a case instance with variables with certain values.
|
Date |
getCreatedAfter()
Restrict to tasks that were created after the given date.
|
String |
getCreatedAfterExpression()
Restrict to tasks that were created after the date described by the given expression.
|
Date |
getCreatedBefore()
Restrict to tasks that were created before the given date.
|
String |
getCreatedBeforeExpression()
Restrict to tasks that were created before the date described by the given expression.
|
Date |
getCreatedOn()
Restrict to tasks that were created on the given date.
|
String |
getCreatedOnExpression()
Restrict to tasks that were created on the date described by the given expression.
|
TaskQueryDto.DelegationStateEnum |
getDelegationState()
Restrict to tasks that are in the given delegation state.
|
String |
getDescription()
Restrict to tasks that have the given description.
|
String |
getDescriptionLike()
Restrict to tasks that have a description that has the parameter value as a substring.
|
Date |
getDueAfter()
Restrict to tasks that are due after the given date.
|
String |
getDueAfterExpression()
Restrict to tasks that are due after the date described by the given expression.
|
Date |
getDueBefore()
Restrict to tasks that are due before the given date.
|
String |
getDueBeforeExpression()
Restrict to tasks that are due before the date described by the given expression.
|
Date |
getDueDate()
Restrict to tasks that are due on the given date.
|
String |
getDueDateExpression()
Restrict to tasks that are due on the date described by the given expression.
|
String |
getExecutionId()
Restrict to tasks that belong to an execution with the given id.
|
Date |
getFollowUpAfter()
Restrict to tasks that have a followUp date after the given date.
|
String |
getFollowUpAfterExpression()
Restrict to tasks that have a followUp date after the date described by the given expression.
|
String |
getFollowUpBefore()
Restrict to tasks that have a followUp date before the given date.
|
String |
getFollowUpBeforeExpression()
Restrict to tasks that have a followUp date before the date described by the given expression.
|
Date |
getFollowUpBeforeOrNotExistent()
Restrict to tasks that have no followUp date or a followUp date before the given date.
|
String |
getFollowUpBeforeOrNotExistentExpression()
Restrict to tasks that have no followUp date or a followUp date before the date described by the given expression.
|
Date |
getFollowUpDate()
Restrict to tasks that have a followUp date on the given date.
|
String |
getFollowUpDateExpression()
Restrict to tasks that have a followUp date on the date described by the given expression.
|
Boolean |
getIncludeAssignedTasks()
Also include tasks that are assigned to users in candidate queries.
|
String |
getInvolvedUser()
Only include tasks that the given user is involved in.
|
String |
getInvolvedUserExpression()
Only include tasks that the user described by the given expression is involved in.
|
Integer |
getMaxPriority()
Restrict to tasks that have a lower or equal priority.
|
Integer |
getMinPriority()
Restrict to tasks that have a higher or equal priority.
|
String |
getName()
Restrict to tasks that have the given name.
|
String |
getNameLike()
Restrict to tasks that have a name with the given parameter value as substring.
|
String |
getNameNotEqual()
Restrict to tasks that do not have the given name.
|
String |
getNameNotLike()
Restrict to tasks that do not have a name with the given parameter value as substring.
|
List<TaskQueryDto> |
getOrQueries()
A JSON array of nested task queries with OR semantics.
|
String |
getOwner()
Restrict to tasks that the given user owns.
|
String |
getOwnerExpression()
Restrict to tasks that the user described by the given expression owns.
|
String |
getParentTaskId()
Restrict query to all tasks that are sub tasks of the given task.
|
Integer |
getPriority()
Restrict to tasks that have the given priority.
|
String |
getProcessDefinitionId()
Restrict to tasks that belong to a process definition with the given id.
|
String |
getProcessDefinitionKey()
Restrict to tasks that belong to a process definition with the given key.
|
List<String> |
getProcessDefinitionKeyIn()
Restrict to tasks that belong to a process definition with one of the given keys.
|
String |
getProcessDefinitionName()
Restrict to tasks that belong to a process definition with the given name.
|
String |
getProcessDefinitionNameLike()
Restrict to tasks that have a process definition name that has the parameter value as a substring.
|
String |
getProcessInstanceBusinessKey()
Restrict to tasks that belong to process instances with the given business key.
|
String |
getProcessInstanceBusinessKeyExpression()
Restrict to tasks that belong to process instances with the given business key which is described by an expression.
|
List<String> |
getProcessInstanceBusinessKeyIn()
Restrict to tasks that belong to process instances with one of the give business keys.
|
String |
getProcessInstanceBusinessKeyLike()
Restrict to tasks that have a process instance business key that has the parameter value as a substring.
|
String |
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.
|
String |
getProcessInstanceId()
Restrict to tasks that belong to process instances with the given id.
|
List<String> |
getProcessInstanceIdIn()
Restrict to tasks that belong to process instances with the given ids.
|
List<VariableQueryParameterDto> |
getProcessVariables()
A JSON array to only include tasks that belong to a process instance with variables with certain values.
|
List<TaskQueryDtoSorting> |
getSorting()
Apply sorting of the result
|
Boolean |
getSuspended()
Only include suspended tasks.
|
String |
getTaskDefinitionKey()
Restrict to tasks that have the given key.
|
List<String> |
getTaskDefinitionKeyIn()
Restrict to tasks that have one of the given keys.
|
String |
getTaskDefinitionKeyLike()
Restrict to tasks that have a key that has the parameter value as a substring.
|
List<VariableQueryParameterDto> |
getTaskVariables()
A JSON array to only include tasks that have variables with certain values.
|
List<String> |
getTenantIdIn()
Only include tasks which belong to one of the passed and comma-separated tenant ids.
|
Boolean |
getUnassigned()
If set to `true`, restricts the query to all tasks that are unassigned.
|
Boolean |
getVariableNamesIgnoreCase()
Match all variable names in this query case-insensitively.
|
Boolean |
getVariableValuesIgnoreCase()
Match all variable values in this query case-insensitively.
|
Boolean |
getWithCandidateGroups()
Only include tasks which have a candidate group.
|
Boolean |
getWithCandidateUsers()
Only include tasks which have a candidate user.
|
Boolean |
getWithoutCandidateGroups()
Only include tasks which have no candidate group.
|
Boolean |
getWithoutCandidateUsers()
Only include tasks which have no candidate users.
|
Boolean |
getWithoutDueDate()
Only include tasks which have no due date.
|
Boolean |
getWithoutTenantId()
Only include tasks which belong to no tenant.
|
int |
hashCode() |
TaskQueryDto |
includeAssignedTasks(Boolean includeAssignedTasks) |
TaskQueryDto |
involvedUser(String involvedUser) |
TaskQueryDto |
involvedUserExpression(String involvedUserExpression) |
TaskQueryDto |
maxPriority(Integer maxPriority) |
TaskQueryDto |
minPriority(Integer minPriority) |
TaskQueryDto |
name(String name) |
TaskQueryDto |
nameLike(String nameLike) |
TaskQueryDto |
nameNotEqual(String nameNotEqual) |
TaskQueryDto |
nameNotLike(String nameNotLike) |
TaskQueryDto |
orQueries(List<TaskQueryDto> orQueries) |
TaskQueryDto |
owner(String owner) |
TaskQueryDto |
ownerExpression(String ownerExpression) |
TaskQueryDto |
parentTaskId(String parentTaskId) |
TaskQueryDto |
priority(Integer priority) |
TaskQueryDto |
processDefinitionId(String processDefinitionId) |
TaskQueryDto |
processDefinitionKey(String processDefinitionKey) |
TaskQueryDto |
processDefinitionKeyIn(List<String> processDefinitionKeyIn) |
TaskQueryDto |
processDefinitionName(String processDefinitionName) |
TaskQueryDto |
processDefinitionNameLike(String processDefinitionNameLike) |
TaskQueryDto |
processInstanceBusinessKey(String processInstanceBusinessKey) |
TaskQueryDto |
processInstanceBusinessKeyExpression(String processInstanceBusinessKeyExpression) |
TaskQueryDto |
processInstanceBusinessKeyIn(List<String> processInstanceBusinessKeyIn) |
TaskQueryDto |
processInstanceBusinessKeyLike(String processInstanceBusinessKeyLike) |
TaskQueryDto |
processInstanceBusinessKeyLikeExpression(String processInstanceBusinessKeyLikeExpression) |
TaskQueryDto |
processInstanceId(String processInstanceId) |
TaskQueryDto |
processInstanceIdIn(List<String> processInstanceIdIn) |
TaskQueryDto |
processVariables(List<VariableQueryParameterDto> processVariables) |
void |
setActive(Boolean active) |
void |
setActivityInstanceIdIn(List<String> activityInstanceIdIn) |
void |
setAssigned(Boolean assigned) |
void |
setAssignee(String assignee) |
void |
setAssigneeExpression(String assigneeExpression) |
void |
setAssigneeIn(List<String> assigneeIn) |
void |
setAssigneeLike(String assigneeLike) |
void |
setAssigneeLikeExpression(String assigneeLikeExpression) |
void |
setCandidateGroup(String candidateGroup) |
void |
setCandidateGroupExpression(String candidateGroupExpression) |
void |
setCandidateGroups(List<String> candidateGroups) |
void |
setCandidateGroupsExpression(String candidateGroupsExpression) |
void |
setCandidateUser(String candidateUser) |
void |
setCandidateUserExpression(String candidateUserExpression) |
void |
setCaseDefinitionId(String caseDefinitionId) |
void |
setCaseDefinitionKey(String caseDefinitionKey) |
void |
setCaseDefinitionName(String caseDefinitionName) |
void |
setCaseDefinitionNameLike(String caseDefinitionNameLike) |
void |
setCaseExecutionId(String caseExecutionId) |
void |
setCaseInstanceBusinessKey(String caseInstanceBusinessKey) |
void |
setCaseInstanceBusinessKeyLike(String caseInstanceBusinessKeyLike) |
void |
setCaseInstanceId(String caseInstanceId) |
void |
setCaseInstanceVariables(List<VariableQueryParameterDto> caseInstanceVariables) |
void |
setCreatedAfter(Date createdAfter) |
void |
setCreatedAfterExpression(String createdAfterExpression) |
void |
setCreatedBefore(Date createdBefore) |
void |
setCreatedBeforeExpression(String createdBeforeExpression) |
void |
setCreatedOn(Date createdOn) |
void |
setCreatedOnExpression(String createdOnExpression) |
void |
setDelegationState(TaskQueryDto.DelegationStateEnum delegationState) |
void |
setDescription(String description) |
void |
setDescriptionLike(String descriptionLike) |
void |
setDueAfter(Date dueAfter) |
void |
setDueAfterExpression(String dueAfterExpression) |
void |
setDueBefore(Date dueBefore) |
void |
setDueBeforeExpression(String dueBeforeExpression) |
void |
setDueDate(Date dueDate) |
void |
setDueDateExpression(String dueDateExpression) |
void |
setExecutionId(String executionId) |
void |
setFollowUpAfter(Date followUpAfter) |
void |
setFollowUpAfterExpression(String followUpAfterExpression) |
void |
setFollowUpBefore(String followUpBefore) |
void |
setFollowUpBeforeExpression(String followUpBeforeExpression) |
void |
setFollowUpBeforeOrNotExistent(Date followUpBeforeOrNotExistent) |
void |
setFollowUpBeforeOrNotExistentExpression(String followUpBeforeOrNotExistentExpression) |
void |
setFollowUpDate(Date followUpDate) |
void |
setFollowUpDateExpression(String followUpDateExpression) |
void |
setIncludeAssignedTasks(Boolean includeAssignedTasks) |
void |
setInvolvedUser(String involvedUser) |
void |
setInvolvedUserExpression(String involvedUserExpression) |
void |
setMaxPriority(Integer maxPriority) |
void |
setMinPriority(Integer minPriority) |
void |
setName(String name) |
void |
setNameLike(String nameLike) |
void |
setNameNotEqual(String nameNotEqual) |
void |
setNameNotLike(String nameNotLike) |
void |
setOrQueries(List<TaskQueryDto> orQueries) |
void |
setOwner(String owner) |
void |
setOwnerExpression(String ownerExpression) |
void |
setParentTaskId(String parentTaskId) |
void |
setPriority(Integer priority) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessDefinitionKey(String processDefinitionKey) |
void |
setProcessDefinitionKeyIn(List<String> processDefinitionKeyIn) |
void |
setProcessDefinitionName(String processDefinitionName) |
void |
setProcessDefinitionNameLike(String processDefinitionNameLike) |
void |
setProcessInstanceBusinessKey(String processInstanceBusinessKey) |
void |
setProcessInstanceBusinessKeyExpression(String processInstanceBusinessKeyExpression) |
void |
setProcessInstanceBusinessKeyIn(List<String> processInstanceBusinessKeyIn) |
void |
setProcessInstanceBusinessKeyLike(String processInstanceBusinessKeyLike) |
void |
setProcessInstanceBusinessKeyLikeExpression(String processInstanceBusinessKeyLikeExpression) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setProcessInstanceIdIn(List<String> processInstanceIdIn) |
void |
setProcessVariables(List<VariableQueryParameterDto> processVariables) |
void |
setSorting(List<TaskQueryDtoSorting> sorting) |
void |
setSuspended(Boolean suspended) |
void |
setTaskDefinitionKey(String taskDefinitionKey) |
void |
setTaskDefinitionKeyIn(List<String> taskDefinitionKeyIn) |
void |
setTaskDefinitionKeyLike(String taskDefinitionKeyLike) |
void |
setTaskVariables(List<VariableQueryParameterDto> taskVariables) |
void |
setTenantIdIn(List<String> tenantIdIn) |
void |
setUnassigned(Boolean unassigned) |
void |
setVariableNamesIgnoreCase(Boolean variableNamesIgnoreCase) |
void |
setVariableValuesIgnoreCase(Boolean variableValuesIgnoreCase) |
void |
setWithCandidateGroups(Boolean withCandidateGroups) |
void |
setWithCandidateUsers(Boolean withCandidateUsers) |
void |
setWithoutCandidateGroups(Boolean withoutCandidateGroups) |
void |
setWithoutCandidateUsers(Boolean withoutCandidateUsers) |
void |
setWithoutDueDate(Boolean withoutDueDate) |
void |
setWithoutTenantId(Boolean withoutTenantId) |
TaskQueryDto |
sorting(List<TaskQueryDtoSorting> sorting) |
TaskQueryDto |
suspended(Boolean suspended) |
TaskQueryDto |
taskDefinitionKey(String taskDefinitionKey) |
TaskQueryDto |
taskDefinitionKeyIn(List<String> taskDefinitionKeyIn) |
TaskQueryDto |
taskDefinitionKeyLike(String taskDefinitionKeyLike) |
TaskQueryDto |
taskVariables(List<VariableQueryParameterDto> taskVariables) |
TaskQueryDto |
tenantIdIn(List<String> tenantIdIn) |
String |
toString() |
TaskQueryDto |
unassigned(Boolean unassigned) |
TaskQueryDto |
variableNamesIgnoreCase(Boolean variableNamesIgnoreCase) |
TaskQueryDto |
variableValuesIgnoreCase(Boolean variableValuesIgnoreCase) |
TaskQueryDto |
withCandidateGroups(Boolean withCandidateGroups) |
TaskQueryDto |
withCandidateUsers(Boolean withCandidateUsers) |
TaskQueryDto |
withoutCandidateGroups(Boolean withoutCandidateGroups) |
TaskQueryDto |
withoutCandidateUsers(Boolean withoutCandidateUsers) |
TaskQueryDto |
withoutDueDate(Boolean withoutDueDate) |
TaskQueryDto |
withoutTenantId(Boolean withoutTenantId) |
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID_IN
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_BUSINESS_KEY
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_BUSINESS_KEY_EXPRESSION
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_BUSINESS_KEY_IN
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_BUSINESS_KEY_LIKE
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_BUSINESS_KEY_LIKE_EXPRESSION
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_ID
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_KEY
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_KEY_IN
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_NAME
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_NAME_LIKE
public static final String SERIALIZED_NAME_EXECUTION_ID
public static final String SERIALIZED_NAME_CASE_INSTANCE_ID
public static final String SERIALIZED_NAME_CASE_INSTANCE_BUSINESS_KEY
public static final String SERIALIZED_NAME_CASE_INSTANCE_BUSINESS_KEY_LIKE
public static final String SERIALIZED_NAME_CASE_DEFINITION_ID
public static final String SERIALIZED_NAME_CASE_DEFINITION_KEY
public static final String SERIALIZED_NAME_CASE_DEFINITION_NAME
public static final String SERIALIZED_NAME_CASE_DEFINITION_NAME_LIKE
public static final String SERIALIZED_NAME_CASE_EXECUTION_ID
public static final String SERIALIZED_NAME_ACTIVITY_INSTANCE_ID_IN
public static final String SERIALIZED_NAME_TENANT_ID_IN
public static final String SERIALIZED_NAME_WITHOUT_TENANT_ID
public static final String SERIALIZED_NAME_ASSIGNEE
public static final String SERIALIZED_NAME_ASSIGNEE_EXPRESSION
public static final String SERIALIZED_NAME_ASSIGNEE_LIKE
public static final String SERIALIZED_NAME_ASSIGNEE_LIKE_EXPRESSION
public static final String SERIALIZED_NAME_ASSIGNEE_IN
public static final String SERIALIZED_NAME_OWNER
public static final String SERIALIZED_NAME_OWNER_EXPRESSION
public static final String SERIALIZED_NAME_CANDIDATE_GROUP
public static final String SERIALIZED_NAME_CANDIDATE_GROUP_EXPRESSION
public static final String SERIALIZED_NAME_CANDIDATE_USER
public static final String SERIALIZED_NAME_CANDIDATE_USER_EXPRESSION
public static final String SERIALIZED_NAME_INCLUDE_ASSIGNED_TASKS
public static final String SERIALIZED_NAME_INVOLVED_USER
public static final String SERIALIZED_NAME_INVOLVED_USER_EXPRESSION
public static final String SERIALIZED_NAME_ASSIGNED
public static final String SERIALIZED_NAME_UNASSIGNED
public static final String SERIALIZED_NAME_TASK_DEFINITION_KEY
public static final String SERIALIZED_NAME_TASK_DEFINITION_KEY_IN
public static final String SERIALIZED_NAME_TASK_DEFINITION_KEY_LIKE
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME_NOT_EQUAL
public static final String SERIALIZED_NAME_NAME_LIKE
public static final String SERIALIZED_NAME_NAME_NOT_LIKE
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION_LIKE
public static final String SERIALIZED_NAME_PRIORITY
public static final String SERIALIZED_NAME_MAX_PRIORITY
public static final String SERIALIZED_NAME_MIN_PRIORITY
public static final String SERIALIZED_NAME_DUE_DATE
public static final String SERIALIZED_NAME_DUE_DATE_EXPRESSION
public static final String SERIALIZED_NAME_DUE_AFTER
public static final String SERIALIZED_NAME_DUE_AFTER_EXPRESSION
public static final String SERIALIZED_NAME_DUE_BEFORE
public static final String SERIALIZED_NAME_DUE_BEFORE_EXPRESSION
public static final String SERIALIZED_NAME_WITHOUT_DUE_DATE
public static final String SERIALIZED_NAME_FOLLOW_UP_DATE
public static final String SERIALIZED_NAME_FOLLOW_UP_DATE_EXPRESSION
public static final String SERIALIZED_NAME_FOLLOW_UP_AFTER
public static final String SERIALIZED_NAME_FOLLOW_UP_AFTER_EXPRESSION
public static final String SERIALIZED_NAME_FOLLOW_UP_BEFORE
public static final String SERIALIZED_NAME_FOLLOW_UP_BEFORE_EXPRESSION
public static final String SERIALIZED_NAME_FOLLOW_UP_BEFORE_OR_NOT_EXISTENT
public static final String SERIALIZED_NAME_FOLLOW_UP_BEFORE_OR_NOT_EXISTENT_EXPRESSION
public static final String SERIALIZED_NAME_CREATED_ON
public static final String SERIALIZED_NAME_CREATED_ON_EXPRESSION
public static final String SERIALIZED_NAME_CREATED_AFTER
public static final String SERIALIZED_NAME_CREATED_AFTER_EXPRESSION
public static final String SERIALIZED_NAME_CREATED_BEFORE
public static final String SERIALIZED_NAME_CREATED_BEFORE_EXPRESSION
public static final String SERIALIZED_NAME_DELEGATION_STATE
public static final String SERIALIZED_NAME_CANDIDATE_GROUPS
public static final String SERIALIZED_NAME_CANDIDATE_GROUPS_EXPRESSION
public static final String SERIALIZED_NAME_WITH_CANDIDATE_GROUPS
public static final String SERIALIZED_NAME_WITHOUT_CANDIDATE_GROUPS
public static final String SERIALIZED_NAME_WITH_CANDIDATE_USERS
public static final String SERIALIZED_NAME_WITHOUT_CANDIDATE_USERS
public static final String SERIALIZED_NAME_ACTIVE
public static final String SERIALIZED_NAME_SUSPENDED
public static final String SERIALIZED_NAME_TASK_VARIABLES
public static final String SERIALIZED_NAME_PROCESS_VARIABLES
public static final String SERIALIZED_NAME_CASE_INSTANCE_VARIABLES
public static final String SERIALIZED_NAME_VARIABLE_NAMES_IGNORE_CASE
public static final String SERIALIZED_NAME_VARIABLE_VALUES_IGNORE_CASE
public static final String SERIALIZED_NAME_PARENT_TASK_ID
public static final String SERIALIZED_NAME_OR_QUERIES
public static final String SERIALIZED_NAME_SORTING
public TaskQueryDto processInstanceId(String processInstanceId)
@Nullable public String getProcessInstanceId()
public void setProcessInstanceId(String processInstanceId)
public TaskQueryDto processInstanceIdIn(List<String> processInstanceIdIn)
public TaskQueryDto addProcessInstanceIdInItem(String processInstanceIdInItem)
@Nullable public List<String> getProcessInstanceIdIn()
public TaskQueryDto processInstanceBusinessKey(String processInstanceBusinessKey)
@Nullable public String getProcessInstanceBusinessKey()
public void setProcessInstanceBusinessKey(String processInstanceBusinessKey)
public TaskQueryDto processInstanceBusinessKeyExpression(String processInstanceBusinessKeyExpression)
@Nullable public String getProcessInstanceBusinessKeyExpression()
public void setProcessInstanceBusinessKeyExpression(String processInstanceBusinessKeyExpression)
public TaskQueryDto processInstanceBusinessKeyIn(List<String> processInstanceBusinessKeyIn)
public TaskQueryDto addProcessInstanceBusinessKeyInItem(String processInstanceBusinessKeyInItem)
@Nullable public List<String> getProcessInstanceBusinessKeyIn()
public void setProcessInstanceBusinessKeyIn(List<String> processInstanceBusinessKeyIn)
public TaskQueryDto processInstanceBusinessKeyLike(String processInstanceBusinessKeyLike)
@Nullable public String getProcessInstanceBusinessKeyLike()
public void setProcessInstanceBusinessKeyLike(String processInstanceBusinessKeyLike)
public TaskQueryDto processInstanceBusinessKeyLikeExpression(String processInstanceBusinessKeyLikeExpression)
@Nullable public String getProcessInstanceBusinessKeyLikeExpression()
public void setProcessInstanceBusinessKeyLikeExpression(String processInstanceBusinessKeyLikeExpression)
public TaskQueryDto processDefinitionId(String processDefinitionId)
@Nullable public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public TaskQueryDto processDefinitionKey(String processDefinitionKey)
@Nullable public String getProcessDefinitionKey()
public void setProcessDefinitionKey(String processDefinitionKey)
public TaskQueryDto processDefinitionKeyIn(List<String> processDefinitionKeyIn)
public TaskQueryDto addProcessDefinitionKeyInItem(String processDefinitionKeyInItem)
@Nullable public List<String> getProcessDefinitionKeyIn()
public void setProcessDefinitionKeyIn(List<String> processDefinitionKeyIn)
public TaskQueryDto processDefinitionName(String processDefinitionName)
@Nullable public String getProcessDefinitionName()
public void setProcessDefinitionName(String processDefinitionName)
public TaskQueryDto processDefinitionNameLike(String processDefinitionNameLike)
@Nullable public String getProcessDefinitionNameLike()
public void setProcessDefinitionNameLike(String processDefinitionNameLike)
public TaskQueryDto executionId(String executionId)
@Nullable public String getExecutionId()
public void setExecutionId(String executionId)
public TaskQueryDto caseInstanceId(String caseInstanceId)
@Nullable public String getCaseInstanceId()
public void setCaseInstanceId(String caseInstanceId)
public TaskQueryDto caseInstanceBusinessKey(String caseInstanceBusinessKey)
@Nullable public String getCaseInstanceBusinessKey()
public void setCaseInstanceBusinessKey(String caseInstanceBusinessKey)
public TaskQueryDto caseInstanceBusinessKeyLike(String caseInstanceBusinessKeyLike)
@Nullable public String getCaseInstanceBusinessKeyLike()
public void setCaseInstanceBusinessKeyLike(String caseInstanceBusinessKeyLike)
public TaskQueryDto caseDefinitionId(String caseDefinitionId)
@Nullable public String getCaseDefinitionId()
public void setCaseDefinitionId(String caseDefinitionId)
public TaskQueryDto caseDefinitionKey(String caseDefinitionKey)
@Nullable public String getCaseDefinitionKey()
public void setCaseDefinitionKey(String caseDefinitionKey)
public TaskQueryDto caseDefinitionName(String caseDefinitionName)
@Nullable public String getCaseDefinitionName()
public void setCaseDefinitionName(String caseDefinitionName)
public TaskQueryDto caseDefinitionNameLike(String caseDefinitionNameLike)
@Nullable public String getCaseDefinitionNameLike()
public void setCaseDefinitionNameLike(String caseDefinitionNameLike)
public TaskQueryDto caseExecutionId(String caseExecutionId)
@Nullable public String getCaseExecutionId()
public void setCaseExecutionId(String caseExecutionId)
public TaskQueryDto activityInstanceIdIn(List<String> activityInstanceIdIn)
public TaskQueryDto addActivityInstanceIdInItem(String activityInstanceIdInItem)
@Nullable public List<String> getActivityInstanceIdIn()
public TaskQueryDto tenantIdIn(List<String> tenantIdIn)
public TaskQueryDto addTenantIdInItem(String tenantIdInItem)
@Nullable public List<String> getTenantIdIn()
public TaskQueryDto withoutTenantId(Boolean withoutTenantId)
@Nullable public Boolean getWithoutTenantId()
public void setWithoutTenantId(Boolean withoutTenantId)
public TaskQueryDto assignee(String assignee)
@Nullable public String getAssignee()
public void setAssignee(String assignee)
public TaskQueryDto assigneeExpression(String assigneeExpression)
@Nullable public String getAssigneeExpression()
public void setAssigneeExpression(String assigneeExpression)
public TaskQueryDto assigneeLike(String assigneeLike)
@Nullable public String getAssigneeLike()
public void setAssigneeLike(String assigneeLike)
public TaskQueryDto assigneeLikeExpression(String assigneeLikeExpression)
@Nullable public String getAssigneeLikeExpression()
public void setAssigneeLikeExpression(String assigneeLikeExpression)
public TaskQueryDto assigneeIn(List<String> assigneeIn)
public TaskQueryDto addAssigneeInItem(String assigneeInItem)
@Nullable public List<String> getAssigneeIn()
public TaskQueryDto owner(String owner)
@Nullable public String getOwner()
public void setOwner(String owner)
public TaskQueryDto ownerExpression(String ownerExpression)
@Nullable public String getOwnerExpression()
public void setOwnerExpression(String ownerExpression)
public TaskQueryDto candidateGroup(String candidateGroup)
@Nullable public String getCandidateGroup()
public void setCandidateGroup(String candidateGroup)
public TaskQueryDto candidateGroupExpression(String candidateGroupExpression)
@Nullable public String getCandidateGroupExpression()
public void setCandidateGroupExpression(String candidateGroupExpression)
public TaskQueryDto candidateUser(String candidateUser)
@Nullable public String getCandidateUser()
public void setCandidateUser(String candidateUser)
public TaskQueryDto candidateUserExpression(String candidateUserExpression)
@Nullable public String getCandidateUserExpression()
public void setCandidateUserExpression(String candidateUserExpression)
public TaskQueryDto includeAssignedTasks(Boolean includeAssignedTasks)
@Nullable public Boolean getIncludeAssignedTasks()
public void setIncludeAssignedTasks(Boolean includeAssignedTasks)
public TaskQueryDto involvedUser(String involvedUser)
@Nullable public String getInvolvedUser()
public void setInvolvedUser(String involvedUser)
public TaskQueryDto involvedUserExpression(String involvedUserExpression)
@Nullable public String getInvolvedUserExpression()
public void setInvolvedUserExpression(String involvedUserExpression)
public TaskQueryDto assigned(Boolean assigned)
@Nullable public Boolean getAssigned()
public void setAssigned(Boolean assigned)
public TaskQueryDto unassigned(Boolean unassigned)
@Nullable public Boolean getUnassigned()
public void setUnassigned(Boolean unassigned)
public TaskQueryDto taskDefinitionKey(String taskDefinitionKey)
@Nullable public String getTaskDefinitionKey()
public void setTaskDefinitionKey(String taskDefinitionKey)
public TaskQueryDto taskDefinitionKeyIn(List<String> taskDefinitionKeyIn)
public TaskQueryDto addTaskDefinitionKeyInItem(String taskDefinitionKeyInItem)
@Nullable public List<String> getTaskDefinitionKeyIn()
public TaskQueryDto taskDefinitionKeyLike(String taskDefinitionKeyLike)
@Nullable public String getTaskDefinitionKeyLike()
public void setTaskDefinitionKeyLike(String taskDefinitionKeyLike)
public TaskQueryDto name(String name)
public void setName(String name)
public TaskQueryDto nameNotEqual(String nameNotEqual)
@Nullable public String getNameNotEqual()
public void setNameNotEqual(String nameNotEqual)
public TaskQueryDto nameLike(String nameLike)
@Nullable public String getNameLike()
public void setNameLike(String nameLike)
public TaskQueryDto nameNotLike(String nameNotLike)
@Nullable public String getNameNotLike()
public void setNameNotLike(String nameNotLike)
public TaskQueryDto description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public TaskQueryDto descriptionLike(String descriptionLike)
@Nullable public String getDescriptionLike()
public void setDescriptionLike(String descriptionLike)
public TaskQueryDto priority(Integer priority)
@Nullable public Integer getPriority()
public void setPriority(Integer priority)
public TaskQueryDto maxPriority(Integer maxPriority)
@Nullable public Integer getMaxPriority()
public void setMaxPriority(Integer maxPriority)
public TaskQueryDto minPriority(Integer minPriority)
@Nullable public Integer getMinPriority()
public void setMinPriority(Integer minPriority)
public TaskQueryDto dueDate(Date dueDate)
@Nullable public Date getDueDate()
public void setDueDate(Date dueDate)
public TaskQueryDto dueDateExpression(String dueDateExpression)
@Nullable public String getDueDateExpression()
public void setDueDateExpression(String dueDateExpression)
public TaskQueryDto dueAfter(Date dueAfter)
@Nullable public Date getDueAfter()
public void setDueAfter(Date dueAfter)
public TaskQueryDto dueAfterExpression(String dueAfterExpression)
@Nullable public String getDueAfterExpression()
public void setDueAfterExpression(String dueAfterExpression)
public TaskQueryDto dueBefore(Date dueBefore)
@Nullable public Date getDueBefore()
public void setDueBefore(Date dueBefore)
public TaskQueryDto dueBeforeExpression(String dueBeforeExpression)
@Nullable public String getDueBeforeExpression()
public void setDueBeforeExpression(String dueBeforeExpression)
public TaskQueryDto withoutDueDate(Boolean withoutDueDate)
@Nullable public Boolean getWithoutDueDate()
public void setWithoutDueDate(Boolean withoutDueDate)
public TaskQueryDto followUpDate(Date followUpDate)
@Nullable public Date getFollowUpDate()
public void setFollowUpDate(Date followUpDate)
public TaskQueryDto followUpDateExpression(String followUpDateExpression)
@Nullable public String getFollowUpDateExpression()
public void setFollowUpDateExpression(String followUpDateExpression)
public TaskQueryDto followUpAfter(Date followUpAfter)
@Nullable public Date getFollowUpAfter()
public void setFollowUpAfter(Date followUpAfter)
public TaskQueryDto followUpAfterExpression(String followUpAfterExpression)
@Nullable public String getFollowUpAfterExpression()
public void setFollowUpAfterExpression(String followUpAfterExpression)
public TaskQueryDto followUpBefore(String followUpBefore)
@Nullable public String getFollowUpBefore()
public void setFollowUpBefore(String followUpBefore)
public TaskQueryDto followUpBeforeExpression(String followUpBeforeExpression)
@Nullable public String getFollowUpBeforeExpression()
public void setFollowUpBeforeExpression(String followUpBeforeExpression)
public TaskQueryDto followUpBeforeOrNotExistent(Date followUpBeforeOrNotExistent)
@Nullable public Date getFollowUpBeforeOrNotExistent()
public void setFollowUpBeforeOrNotExistent(Date followUpBeforeOrNotExistent)
public TaskQueryDto followUpBeforeOrNotExistentExpression(String followUpBeforeOrNotExistentExpression)
@Nullable public String getFollowUpBeforeOrNotExistentExpression()
public void setFollowUpBeforeOrNotExistentExpression(String followUpBeforeOrNotExistentExpression)
public TaskQueryDto createdOn(Date createdOn)
@Nullable public Date getCreatedOn()
public void setCreatedOn(Date createdOn)
public TaskQueryDto createdOnExpression(String createdOnExpression)
@Nullable public String getCreatedOnExpression()
public void setCreatedOnExpression(String createdOnExpression)
public TaskQueryDto createdAfter(Date createdAfter)
@Nullable public Date getCreatedAfter()
public void setCreatedAfter(Date createdAfter)
public TaskQueryDto createdAfterExpression(String createdAfterExpression)
@Nullable public String getCreatedAfterExpression()
public void setCreatedAfterExpression(String createdAfterExpression)
public TaskQueryDto createdBefore(Date createdBefore)
@Nullable public Date getCreatedBefore()
public void setCreatedBefore(Date createdBefore)
public TaskQueryDto createdBeforeExpression(String createdBeforeExpression)
@Nullable public String getCreatedBeforeExpression()
public void setCreatedBeforeExpression(String createdBeforeExpression)
public TaskQueryDto delegationState(TaskQueryDto.DelegationStateEnum delegationState)
@Nullable public TaskQueryDto.DelegationStateEnum getDelegationState()
public void setDelegationState(TaskQueryDto.DelegationStateEnum delegationState)
public TaskQueryDto candidateGroups(List<String> candidateGroups)
public TaskQueryDto addCandidateGroupsItem(String candidateGroupsItem)
@Nullable public List<String> getCandidateGroups()
public TaskQueryDto candidateGroupsExpression(String candidateGroupsExpression)
@Nullable public String getCandidateGroupsExpression()
public void setCandidateGroupsExpression(String candidateGroupsExpression)
public TaskQueryDto withCandidateGroups(Boolean withCandidateGroups)
@Nullable public Boolean getWithCandidateGroups()
public void setWithCandidateGroups(Boolean withCandidateGroups)
public TaskQueryDto withoutCandidateGroups(Boolean withoutCandidateGroups)
@Nullable public Boolean getWithoutCandidateGroups()
public void setWithoutCandidateGroups(Boolean withoutCandidateGroups)
public TaskQueryDto withCandidateUsers(Boolean withCandidateUsers)
@Nullable public Boolean getWithCandidateUsers()
public void setWithCandidateUsers(Boolean withCandidateUsers)
public TaskQueryDto withoutCandidateUsers(Boolean withoutCandidateUsers)
@Nullable public Boolean getWithoutCandidateUsers()
public void setWithoutCandidateUsers(Boolean withoutCandidateUsers)
public TaskQueryDto active(Boolean active)
@Nullable public Boolean getActive()
public void setActive(Boolean active)
public TaskQueryDto suspended(Boolean suspended)
@Nullable public Boolean getSuspended()
public void setSuspended(Boolean suspended)
public TaskQueryDto taskVariables(List<VariableQueryParameterDto> taskVariables)
public TaskQueryDto addTaskVariablesItem(VariableQueryParameterDto taskVariablesItem)
@Nullable public List<VariableQueryParameterDto> getTaskVariables()
public void setTaskVariables(List<VariableQueryParameterDto> taskVariables)
public TaskQueryDto processVariables(List<VariableQueryParameterDto> processVariables)
public TaskQueryDto addProcessVariablesItem(VariableQueryParameterDto processVariablesItem)
@Nullable public List<VariableQueryParameterDto> getProcessVariables()
public void setProcessVariables(List<VariableQueryParameterDto> processVariables)
public TaskQueryDto caseInstanceVariables(List<VariableQueryParameterDto> caseInstanceVariables)
public TaskQueryDto addCaseInstanceVariablesItem(VariableQueryParameterDto caseInstanceVariablesItem)
@Nullable public List<VariableQueryParameterDto> getCaseInstanceVariables()
public void setCaseInstanceVariables(List<VariableQueryParameterDto> caseInstanceVariables)
public TaskQueryDto variableNamesIgnoreCase(Boolean variableNamesIgnoreCase)
@Nullable public Boolean getVariableNamesIgnoreCase()
public void setVariableNamesIgnoreCase(Boolean variableNamesIgnoreCase)
public TaskQueryDto variableValuesIgnoreCase(Boolean variableValuesIgnoreCase)
@Nullable public Boolean getVariableValuesIgnoreCase()
public void setVariableValuesIgnoreCase(Boolean variableValuesIgnoreCase)
public TaskQueryDto parentTaskId(String parentTaskId)
@Nullable public String getParentTaskId()
public void setParentTaskId(String parentTaskId)
public TaskQueryDto orQueries(List<TaskQueryDto> orQueries)
public TaskQueryDto addOrQueriesItem(TaskQueryDto orQueriesItem)
@Nullable public List<TaskQueryDto> getOrQueries()
public void setOrQueries(List<TaskQueryDto> orQueries)
public TaskQueryDto sorting(List<TaskQueryDtoSorting> sorting)
public TaskQueryDto addSortingItem(TaskQueryDtoSorting sortingItem)
@Nullable public List<TaskQueryDtoSorting> getSorting()
public void setSorting(List<TaskQueryDtoSorting> sorting)
Copyright © 2022. All rights reserved.