Package org.openapitools.client.model
Class HistoricTaskInstanceQueryDto
- java.lang.Object
-
- org.openapitools.client.model.HistoricTaskInstanceQueryDto
-
public class HistoricTaskInstanceQueryDto extends Object
A Historic Task instance query which defines a list of Historic Task instances
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HistoricTaskInstanceQueryDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricTaskInstanceQueryDtoactivityInstanceIdIn(List<String> activityInstanceIdIn)HistoricTaskInstanceQueryDtoaddActivityInstanceIdInItem(String activityInstanceIdInItem)HistoricTaskInstanceQueryDtoaddOrQueriesItem(HistoricTaskInstanceQueryDto orQueriesItem)HistoricTaskInstanceQueryDtoaddProcessInstanceBusinessKeyInItem(String processInstanceBusinessKeyInItem)HistoricTaskInstanceQueryDtoaddProcessVariablesItem(VariableQueryParameterDto processVariablesItem)HistoricTaskInstanceQueryDtoaddSortingItem(HistoricTaskInstanceQueryDtoSorting sortingItem)HistoricTaskInstanceQueryDtoaddTaskDefinitionKeyInItem(String taskDefinitionKeyInItem)HistoricTaskInstanceQueryDtoaddTaskVariablesItem(VariableQueryParameterDto taskVariablesItem)HistoricTaskInstanceQueryDtoaddTenantIdInItem(String tenantIdInItem)HistoricTaskInstanceQueryDtoassigned(Boolean assigned)HistoricTaskInstanceQueryDtocaseDefinitionId(String caseDefinitionId)HistoricTaskInstanceQueryDtocaseDefinitionKey(String caseDefinitionKey)HistoricTaskInstanceQueryDtocaseDefinitionName(String caseDefinitionName)HistoricTaskInstanceQueryDtocaseExecutionId(String caseExecutionId)HistoricTaskInstanceQueryDtocaseInstanceId(String caseInstanceId)booleanequals(Object o)HistoricTaskInstanceQueryDtoexecutionId(String executionId)HistoricTaskInstanceQueryDtofinished(Boolean finished)HistoricTaskInstanceQueryDtofinishedAfter(Date finishedAfter)HistoricTaskInstanceQueryDtofinishedBefore(Date finishedBefore)List<String>getActivityInstanceIdIn()Only include tasks which belong to one of the passed activity instance ids.BooleangetAssigned()If set to `true`, restricts the query to all tasks that are assigned.StringgetCaseDefinitionId()Filter by case definition id.StringgetCaseDefinitionKey()Restrict to tasks that belong to a case definition with the given key.StringgetCaseDefinitionName()Restrict to tasks that belong to a case definition with the given name.StringgetCaseExecutionId()Filter by the id of the case execution that executed the task.StringgetCaseInstanceId()Filter by case instance id.StringgetExecutionId()Filter by the id of the execution that executed the task.BooleangetFinished()Only include finished tasks.DategetFinishedAfter()Restrict to tasks that were finished after the given date.DategetFinishedBefore()Restrict to tasks that were finished before the given date.List<HistoricTaskInstanceQueryDto>getOrQueries()A JSON array of nested historic task instance queries with OR semantics.StringgetProcessDefinitionId()Filter by process definition id.StringgetProcessDefinitionKey()Restrict to tasks that belong to a process definition with the given key.StringgetProcessDefinitionName()Restrict to tasks that belong to a process definition with the given name.BooleangetProcessFinished()Only include tasks of finished processes.StringgetProcessInstanceBusinessKey()Filter by process instance business key.List<String>getProcessInstanceBusinessKeyIn()Filter by process instances with one of the give business keys.StringgetProcessInstanceBusinessKeyLike()Filter by process instance business key that has the parameter value as a substring.StringgetProcessInstanceId()Filter by process instance id.BooleangetProcessUnfinished()Only include tasks of unfinished processes.List<VariableQueryParameterDto>getProcessVariables()Only include tasks that belong to process instances that have variables with certain values.List<HistoricTaskInstanceQueryDtoSorting>getSorting()An array of criteria to sort the result by.DategetStartedAfter()Restrict to tasks that were started after the given date.DategetStartedBefore()Restrict to tasks that were started before the given date.StringgetTaskAssignee()Restrict to tasks that the given user is assigned to.StringgetTaskAssigneeLike()Restrict to tasks that are assigned to users with the parameter value as a substring.StringgetTaskDefinitionKey()Restrict to tasks that have the given key.List<String>getTaskDefinitionKeyIn()Restrict to tasks that have one of the passed task definition keys.StringgetTaskDeleteReason()Restrict to tasks that have the given delete reason.StringgetTaskDeleteReasonLike()Restrict to tasks that have a delete reason that has the parameter value as a substring.StringgetTaskDescription()Restrict to tasks that have the given description.StringgetTaskDescriptionLike()Restrict to tasks that have a description that has the parameter value as a substring.DategetTaskDueDate()Restrict to tasks that are due on the given date.DategetTaskDueDateAfter()Restrict to tasks that are due after the given date.DategetTaskDueDateBefore()Restrict to tasks that are due before the given date.DategetTaskFollowUpDate()Restrict to tasks that have a followUp date on the given date.DategetTaskFollowUpDateAfter()Restrict to tasks that have a followUp date after the given date.DategetTaskFollowUpDateBefore()Restrict to tasks that have a followUp date before the given date.StringgetTaskHadCandidateGroup()Restrict to tasks with a historic identity link to the given candidate group.StringgetTaskHadCandidateUser()Restrict to tasks with a historic identity link to the given candidate user.StringgetTaskId()Filter by task id.StringgetTaskInvolvedGroup()Restrict to tasks with a historic identity link to the given group.StringgetTaskInvolvedUser()Restrict to tasks with a historic identity link to the given user.StringgetTaskName()Restrict to tasks that have the given name.StringgetTaskNameLike()Restrict to tasks that have a name with the given parameter value as substring.StringgetTaskOwner()Restrict to tasks that the given user owns.StringgetTaskOwnerLike()Restrict to tasks that are owned by users with the parameter value as a substring.StringgetTaskParentTaskId()Filter by parent task id.IntegergetTaskPriority()Restrict to tasks that have the given priority.List<VariableQueryParameterDto>getTaskVariables()Only include tasks that have variables with certain values.List<String>getTenantIdIn()Filter by a list of tenant ids.BooleangetUnassigned()If set to `true`, restricts the query to all tasks that are unassigned.BooleangetUnfinished()Only include unfinished tasks.BooleangetVariableNamesIgnoreCase()Match the variable name provided in `taskVariables` and `processVariables` case- insensitively.BooleangetVariableValuesIgnoreCase()Match the variable value provided in `taskVariables` and `processVariables` case- insensitively.BooleangetWithCandidateGroups()Only include tasks which have a candidate group.BooleangetWithoutCandidateGroups()Only include tasks which have no candidate group.BooleangetWithoutTaskDueDate()Only include tasks which have no due date.BooleangetWithoutTenantId()Only include historic task instances that belong to no tenant.inthashCode()HistoricTaskInstanceQueryDtoorQueries(List<HistoricTaskInstanceQueryDto> orQueries)HistoricTaskInstanceQueryDtoprocessDefinitionId(String processDefinitionId)HistoricTaskInstanceQueryDtoprocessDefinitionKey(String processDefinitionKey)HistoricTaskInstanceQueryDtoprocessDefinitionName(String processDefinitionName)HistoricTaskInstanceQueryDtoprocessFinished(Boolean processFinished)HistoricTaskInstanceQueryDtoprocessInstanceBusinessKey(String processInstanceBusinessKey)HistoricTaskInstanceQueryDtoprocessInstanceBusinessKeyIn(List<String> processInstanceBusinessKeyIn)HistoricTaskInstanceQueryDtoprocessInstanceBusinessKeyLike(String processInstanceBusinessKeyLike)HistoricTaskInstanceQueryDtoprocessInstanceId(String processInstanceId)HistoricTaskInstanceQueryDtoprocessUnfinished(Boolean processUnfinished)HistoricTaskInstanceQueryDtoprocessVariables(List<VariableQueryParameterDto> processVariables)voidsetActivityInstanceIdIn(List<String> activityInstanceIdIn)voidsetAssigned(Boolean assigned)voidsetCaseDefinitionId(String caseDefinitionId)voidsetCaseDefinitionKey(String caseDefinitionKey)voidsetCaseDefinitionName(String caseDefinitionName)voidsetCaseExecutionId(String caseExecutionId)voidsetCaseInstanceId(String caseInstanceId)voidsetExecutionId(String executionId)voidsetFinished(Boolean finished)voidsetFinishedAfter(Date finishedAfter)voidsetFinishedBefore(Date finishedBefore)voidsetOrQueries(List<HistoricTaskInstanceQueryDto> orQueries)voidsetProcessDefinitionId(String processDefinitionId)voidsetProcessDefinitionKey(String processDefinitionKey)voidsetProcessDefinitionName(String processDefinitionName)voidsetProcessFinished(Boolean processFinished)voidsetProcessInstanceBusinessKey(String processInstanceBusinessKey)voidsetProcessInstanceBusinessKeyIn(List<String> processInstanceBusinessKeyIn)voidsetProcessInstanceBusinessKeyLike(String processInstanceBusinessKeyLike)voidsetProcessInstanceId(String processInstanceId)voidsetProcessUnfinished(Boolean processUnfinished)voidsetProcessVariables(List<VariableQueryParameterDto> processVariables)voidsetSorting(List<HistoricTaskInstanceQueryDtoSorting> sorting)voidsetStartedAfter(Date startedAfter)voidsetStartedBefore(Date startedBefore)voidsetTaskAssignee(String taskAssignee)voidsetTaskAssigneeLike(String taskAssigneeLike)voidsetTaskDefinitionKey(String taskDefinitionKey)voidsetTaskDefinitionKeyIn(List<String> taskDefinitionKeyIn)voidsetTaskDeleteReason(String taskDeleteReason)voidsetTaskDeleteReasonLike(String taskDeleteReasonLike)voidsetTaskDescription(String taskDescription)voidsetTaskDescriptionLike(String taskDescriptionLike)voidsetTaskDueDate(Date taskDueDate)voidsetTaskDueDateAfter(Date taskDueDateAfter)voidsetTaskDueDateBefore(Date taskDueDateBefore)voidsetTaskFollowUpDate(Date taskFollowUpDate)voidsetTaskFollowUpDateAfter(Date taskFollowUpDateAfter)voidsetTaskFollowUpDateBefore(Date taskFollowUpDateBefore)voidsetTaskHadCandidateGroup(String taskHadCandidateGroup)voidsetTaskHadCandidateUser(String taskHadCandidateUser)voidsetTaskId(String taskId)voidsetTaskInvolvedGroup(String taskInvolvedGroup)voidsetTaskInvolvedUser(String taskInvolvedUser)voidsetTaskName(String taskName)voidsetTaskNameLike(String taskNameLike)voidsetTaskOwner(String taskOwner)voidsetTaskOwnerLike(String taskOwnerLike)voidsetTaskParentTaskId(String taskParentTaskId)voidsetTaskPriority(Integer taskPriority)voidsetTaskVariables(List<VariableQueryParameterDto> taskVariables)voidsetTenantIdIn(List<String> tenantIdIn)voidsetUnassigned(Boolean unassigned)voidsetUnfinished(Boolean unfinished)voidsetVariableNamesIgnoreCase(Boolean variableNamesIgnoreCase)voidsetVariableValuesIgnoreCase(Boolean variableValuesIgnoreCase)voidsetWithCandidateGroups(Boolean withCandidateGroups)voidsetWithoutCandidateGroups(Boolean withoutCandidateGroups)voidsetWithoutTaskDueDate(Boolean withoutTaskDueDate)voidsetWithoutTenantId(Boolean withoutTenantId)HistoricTaskInstanceQueryDtosorting(List<HistoricTaskInstanceQueryDtoSorting> sorting)HistoricTaskInstanceQueryDtostartedAfter(Date startedAfter)HistoricTaskInstanceQueryDtostartedBefore(Date startedBefore)HistoricTaskInstanceQueryDtotaskAssignee(String taskAssignee)HistoricTaskInstanceQueryDtotaskAssigneeLike(String taskAssigneeLike)HistoricTaskInstanceQueryDtotaskDefinitionKey(String taskDefinitionKey)HistoricTaskInstanceQueryDtotaskDefinitionKeyIn(List<String> taskDefinitionKeyIn)HistoricTaskInstanceQueryDtotaskDeleteReason(String taskDeleteReason)HistoricTaskInstanceQueryDtotaskDeleteReasonLike(String taskDeleteReasonLike)HistoricTaskInstanceQueryDtotaskDescription(String taskDescription)HistoricTaskInstanceQueryDtotaskDescriptionLike(String taskDescriptionLike)HistoricTaskInstanceQueryDtotaskDueDate(Date taskDueDate)HistoricTaskInstanceQueryDtotaskDueDateAfter(Date taskDueDateAfter)HistoricTaskInstanceQueryDtotaskDueDateBefore(Date taskDueDateBefore)HistoricTaskInstanceQueryDtotaskFollowUpDate(Date taskFollowUpDate)HistoricTaskInstanceQueryDtotaskFollowUpDateAfter(Date taskFollowUpDateAfter)HistoricTaskInstanceQueryDtotaskFollowUpDateBefore(Date taskFollowUpDateBefore)HistoricTaskInstanceQueryDtotaskHadCandidateGroup(String taskHadCandidateGroup)HistoricTaskInstanceQueryDtotaskHadCandidateUser(String taskHadCandidateUser)HistoricTaskInstanceQueryDtotaskId(String taskId)HistoricTaskInstanceQueryDtotaskInvolvedGroup(String taskInvolvedGroup)HistoricTaskInstanceQueryDtotaskInvolvedUser(String taskInvolvedUser)HistoricTaskInstanceQueryDtotaskName(String taskName)HistoricTaskInstanceQueryDtotaskNameLike(String taskNameLike)HistoricTaskInstanceQueryDtotaskOwner(String taskOwner)HistoricTaskInstanceQueryDtotaskOwnerLike(String taskOwnerLike)HistoricTaskInstanceQueryDtotaskParentTaskId(String taskParentTaskId)HistoricTaskInstanceQueryDtotaskPriority(Integer taskPriority)HistoricTaskInstanceQueryDtotaskVariables(List<VariableQueryParameterDto> taskVariables)HistoricTaskInstanceQueryDtotenantIdIn(List<String> tenantIdIn)StringtoString()HistoricTaskInstanceQueryDtounassigned(Boolean unassigned)HistoricTaskInstanceQueryDtounfinished(Boolean unfinished)HistoricTaskInstanceQueryDtovariableNamesIgnoreCase(Boolean variableNamesIgnoreCase)HistoricTaskInstanceQueryDtovariableValuesIgnoreCase(Boolean variableValuesIgnoreCase)HistoricTaskInstanceQueryDtowithCandidateGroups(Boolean withCandidateGroups)HistoricTaskInstanceQueryDtowithoutCandidateGroups(Boolean withoutCandidateGroups)HistoricTaskInstanceQueryDtowithoutTaskDueDate(Boolean withoutTaskDueDate)HistoricTaskInstanceQueryDtowithoutTenantId(Boolean withoutTenantId)
-
-
-
Field Detail
-
SERIALIZED_NAME_TASK_ID
public static final String SERIALIZED_NAME_TASK_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_PARENT_TASK_ID
public static final String SERIALIZED_NAME_TASK_PARENT_TASK_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_INSTANCE_BUSINESS_KEY
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_BUSINESS_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_INSTANCE_BUSINESS_KEY_IN
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_BUSINESS_KEY_IN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_INSTANCE_BUSINESS_KEY_LIKE
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_BUSINESS_KEY_LIKE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXECUTION_ID
public static final String SERIALIZED_NAME_EXECUTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_DEFINITION_ID
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_DEFINITION_KEY
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_DEFINITION_NAME
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CASE_INSTANCE_ID
public static final String SERIALIZED_NAME_CASE_INSTANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CASE_EXECUTION_ID
public static final String SERIALIZED_NAME_CASE_EXECUTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CASE_DEFINITION_ID
public static final String SERIALIZED_NAME_CASE_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CASE_DEFINITION_KEY
public static final String SERIALIZED_NAME_CASE_DEFINITION_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CASE_DEFINITION_NAME
public static final String SERIALIZED_NAME_CASE_DEFINITION_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ACTIVITY_INSTANCE_ID_IN
public static final String SERIALIZED_NAME_ACTIVITY_INSTANCE_ID_IN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_NAME
public static final String SERIALIZED_NAME_TASK_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_NAME_LIKE
public static final String SERIALIZED_NAME_TASK_NAME_LIKE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_DESCRIPTION
public static final String SERIALIZED_NAME_TASK_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_DESCRIPTION_LIKE
public static final String SERIALIZED_NAME_TASK_DESCRIPTION_LIKE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_DEFINITION_KEY
public static final String SERIALIZED_NAME_TASK_DEFINITION_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_DEFINITION_KEY_IN
public static final String SERIALIZED_NAME_TASK_DEFINITION_KEY_IN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_DELETE_REASON
public static final String SERIALIZED_NAME_TASK_DELETE_REASON
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_DELETE_REASON_LIKE
public static final String SERIALIZED_NAME_TASK_DELETE_REASON_LIKE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_ASSIGNEE
public static final String SERIALIZED_NAME_TASK_ASSIGNEE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_ASSIGNEE_LIKE
public static final String SERIALIZED_NAME_TASK_ASSIGNEE_LIKE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_OWNER
public static final String SERIALIZED_NAME_TASK_OWNER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_OWNER_LIKE
public static final String SERIALIZED_NAME_TASK_OWNER_LIKE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_PRIORITY
public static final String SERIALIZED_NAME_TASK_PRIORITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ASSIGNED
public static final String SERIALIZED_NAME_ASSIGNED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UNASSIGNED
public static final String SERIALIZED_NAME_UNASSIGNED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FINISHED
public static final String SERIALIZED_NAME_FINISHED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UNFINISHED
public static final String SERIALIZED_NAME_UNFINISHED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_FINISHED
public static final String SERIALIZED_NAME_PROCESS_FINISHED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_UNFINISHED
public static final String SERIALIZED_NAME_PROCESS_UNFINISHED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_DUE_DATE
public static final String SERIALIZED_NAME_TASK_DUE_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_DUE_DATE_BEFORE
public static final String SERIALIZED_NAME_TASK_DUE_DATE_BEFORE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_DUE_DATE_AFTER
public static final String SERIALIZED_NAME_TASK_DUE_DATE_AFTER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WITHOUT_TASK_DUE_DATE
public static final String SERIALIZED_NAME_WITHOUT_TASK_DUE_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_FOLLOW_UP_DATE
public static final String SERIALIZED_NAME_TASK_FOLLOW_UP_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_FOLLOW_UP_DATE_BEFORE
public static final String SERIALIZED_NAME_TASK_FOLLOW_UP_DATE_BEFORE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_FOLLOW_UP_DATE_AFTER
public static final String SERIALIZED_NAME_TASK_FOLLOW_UP_DATE_AFTER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STARTED_BEFORE
public static final String SERIALIZED_NAME_STARTED_BEFORE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STARTED_AFTER
public static final String SERIALIZED_NAME_STARTED_AFTER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FINISHED_BEFORE
public static final String SERIALIZED_NAME_FINISHED_BEFORE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FINISHED_AFTER
public static final String SERIALIZED_NAME_FINISHED_AFTER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TENANT_ID_IN
public static final String SERIALIZED_NAME_TENANT_ID_IN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WITHOUT_TENANT_ID
public static final String SERIALIZED_NAME_WITHOUT_TENANT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_VARIABLES
public static final String SERIALIZED_NAME_TASK_VARIABLES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_VARIABLES
public static final String SERIALIZED_NAME_PROCESS_VARIABLES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VARIABLE_NAMES_IGNORE_CASE
public static final String SERIALIZED_NAME_VARIABLE_NAMES_IGNORE_CASE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VARIABLE_VALUES_IGNORE_CASE
public static final String SERIALIZED_NAME_VARIABLE_VALUES_IGNORE_CASE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_INVOLVED_USER
public static final String SERIALIZED_NAME_TASK_INVOLVED_USER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_INVOLVED_GROUP
public static final String SERIALIZED_NAME_TASK_INVOLVED_GROUP
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_HAD_CANDIDATE_USER
public static final String SERIALIZED_NAME_TASK_HAD_CANDIDATE_USER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_HAD_CANDIDATE_GROUP
public static final String SERIALIZED_NAME_TASK_HAD_CANDIDATE_GROUP
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WITH_CANDIDATE_GROUPS
public static final String SERIALIZED_NAME_WITH_CANDIDATE_GROUPS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WITHOUT_CANDIDATE_GROUPS
public static final String SERIALIZED_NAME_WITHOUT_CANDIDATE_GROUPS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OR_QUERIES
public static final String SERIALIZED_NAME_OR_QUERIES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SORTING
public static final String SERIALIZED_NAME_SORTING
- See Also:
- Constant Field Values
-
-
Method Detail
-
taskId
public HistoricTaskInstanceQueryDto taskId(String taskId)
-
getTaskId
public String getTaskId()
Filter by task id.- Returns:
- taskId
-
setTaskId
public void setTaskId(String taskId)
-
taskParentTaskId
public HistoricTaskInstanceQueryDto taskParentTaskId(String taskParentTaskId)
-
getTaskParentTaskId
public String getTaskParentTaskId()
Filter by parent task id.- Returns:
- taskParentTaskId
-
setTaskParentTaskId
public void setTaskParentTaskId(String taskParentTaskId)
-
processInstanceId
public HistoricTaskInstanceQueryDto processInstanceId(String processInstanceId)
-
getProcessInstanceId
public String getProcessInstanceId()
Filter by process instance id.- Returns:
- processInstanceId
-
setProcessInstanceId
public void setProcessInstanceId(String processInstanceId)
-
processInstanceBusinessKey
public HistoricTaskInstanceQueryDto processInstanceBusinessKey(String processInstanceBusinessKey)
-
getProcessInstanceBusinessKey
public String getProcessInstanceBusinessKey()
Filter by process instance business key.- Returns:
- processInstanceBusinessKey
-
setProcessInstanceBusinessKey
public void setProcessInstanceBusinessKey(String processInstanceBusinessKey)
-
processInstanceBusinessKeyIn
public HistoricTaskInstanceQueryDto processInstanceBusinessKeyIn(List<String> processInstanceBusinessKeyIn)
-
addProcessInstanceBusinessKeyInItem
public HistoricTaskInstanceQueryDto addProcessInstanceBusinessKeyInItem(String processInstanceBusinessKeyInItem)
-
getProcessInstanceBusinessKeyIn
public List<String> getProcessInstanceBusinessKeyIn()
Filter by process instances with one of the give business keys. The keys need to be in a comma-separated list.- Returns:
- processInstanceBusinessKeyIn
-
setProcessInstanceBusinessKeyIn
public void setProcessInstanceBusinessKeyIn(List<String> processInstanceBusinessKeyIn)
-
processInstanceBusinessKeyLike
public HistoricTaskInstanceQueryDto processInstanceBusinessKeyLike(String processInstanceBusinessKeyLike)
-
getProcessInstanceBusinessKeyLike
public String getProcessInstanceBusinessKeyLike()
Filter by process instance business key that has the parameter value as a substring.- Returns:
- processInstanceBusinessKeyLike
-
setProcessInstanceBusinessKeyLike
public void setProcessInstanceBusinessKeyLike(String processInstanceBusinessKeyLike)
-
executionId
public HistoricTaskInstanceQueryDto executionId(String executionId)
-
getExecutionId
public String getExecutionId()
Filter by the id of the execution that executed the task.- Returns:
- executionId
-
setExecutionId
public void setExecutionId(String executionId)
-
processDefinitionId
public HistoricTaskInstanceQueryDto processDefinitionId(String processDefinitionId)
-
getProcessDefinitionId
public String getProcessDefinitionId()
Filter by process definition id.- Returns:
- processDefinitionId
-
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
-
processDefinitionKey
public HistoricTaskInstanceQueryDto processDefinitionKey(String processDefinitionKey)
-
getProcessDefinitionKey
public String getProcessDefinitionKey()
Restrict to tasks that belong to a process definition with the given key.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
public void setProcessDefinitionKey(String processDefinitionKey)
-
processDefinitionName
public HistoricTaskInstanceQueryDto processDefinitionName(String processDefinitionName)
-
getProcessDefinitionName
public String getProcessDefinitionName()
Restrict to tasks that belong to a process definition with the given name.- Returns:
- processDefinitionName
-
setProcessDefinitionName
public void setProcessDefinitionName(String processDefinitionName)
-
caseInstanceId
public HistoricTaskInstanceQueryDto caseInstanceId(String caseInstanceId)
-
getCaseInstanceId
public String getCaseInstanceId()
Filter by case instance id.- Returns:
- caseInstanceId
-
setCaseInstanceId
public void setCaseInstanceId(String caseInstanceId)
-
caseExecutionId
public HistoricTaskInstanceQueryDto caseExecutionId(String caseExecutionId)
-
getCaseExecutionId
public String getCaseExecutionId()
Filter by the id of the case execution that executed the task.- Returns:
- caseExecutionId
-
setCaseExecutionId
public void setCaseExecutionId(String caseExecutionId)
-
caseDefinitionId
public HistoricTaskInstanceQueryDto caseDefinitionId(String caseDefinitionId)
-
getCaseDefinitionId
public String getCaseDefinitionId()
Filter by case definition id.- Returns:
- caseDefinitionId
-
setCaseDefinitionId
public void setCaseDefinitionId(String caseDefinitionId)
-
caseDefinitionKey
public HistoricTaskInstanceQueryDto caseDefinitionKey(String caseDefinitionKey)
-
getCaseDefinitionKey
public String getCaseDefinitionKey()
Restrict to tasks that belong to a case definition with the given key.- Returns:
- caseDefinitionKey
-
setCaseDefinitionKey
public void setCaseDefinitionKey(String caseDefinitionKey)
-
caseDefinitionName
public HistoricTaskInstanceQueryDto caseDefinitionName(String caseDefinitionName)
-
getCaseDefinitionName
public String getCaseDefinitionName()
Restrict to tasks that belong to a case definition with the given name.- Returns:
- caseDefinitionName
-
setCaseDefinitionName
public void setCaseDefinitionName(String caseDefinitionName)
-
activityInstanceIdIn
public HistoricTaskInstanceQueryDto activityInstanceIdIn(List<String> activityInstanceIdIn)
-
addActivityInstanceIdInItem
public HistoricTaskInstanceQueryDto addActivityInstanceIdInItem(String activityInstanceIdInItem)
-
getActivityInstanceIdIn
public List<String> getActivityInstanceIdIn()
Only include tasks which belong to one of the passed activity instance ids.- Returns:
- activityInstanceIdIn
-
taskName
public HistoricTaskInstanceQueryDto taskName(String taskName)
-
getTaskName
public String getTaskName()
Restrict to tasks that have the given name.- Returns:
- taskName
-
setTaskName
public void setTaskName(String taskName)
-
taskNameLike
public HistoricTaskInstanceQueryDto taskNameLike(String taskNameLike)
-
getTaskNameLike
public String getTaskNameLike()
Restrict to tasks that have a name with the given parameter value as substring.- Returns:
- taskNameLike
-
setTaskNameLike
public void setTaskNameLike(String taskNameLike)
-
taskDescription
public HistoricTaskInstanceQueryDto taskDescription(String taskDescription)
-
getTaskDescription
public String getTaskDescription()
Restrict to tasks that have the given description.- Returns:
- taskDescription
-
setTaskDescription
public void setTaskDescription(String taskDescription)
-
taskDescriptionLike
public HistoricTaskInstanceQueryDto taskDescriptionLike(String taskDescriptionLike)
-
getTaskDescriptionLike
public String getTaskDescriptionLike()
Restrict to tasks that have a description that has the parameter value as a substring.- Returns:
- taskDescriptionLike
-
setTaskDescriptionLike
public void setTaskDescriptionLike(String taskDescriptionLike)
-
taskDefinitionKey
public HistoricTaskInstanceQueryDto taskDefinitionKey(String taskDefinitionKey)
-
getTaskDefinitionKey
public String getTaskDefinitionKey()
Restrict to tasks that have the given key.- Returns:
- taskDefinitionKey
-
setTaskDefinitionKey
public void setTaskDefinitionKey(String taskDefinitionKey)
-
taskDefinitionKeyIn
public HistoricTaskInstanceQueryDto taskDefinitionKeyIn(List<String> taskDefinitionKeyIn)
-
addTaskDefinitionKeyInItem
public HistoricTaskInstanceQueryDto addTaskDefinitionKeyInItem(String taskDefinitionKeyInItem)
-
getTaskDefinitionKeyIn
public List<String> getTaskDefinitionKeyIn()
Restrict to tasks that have one of the passed task definition keys.- Returns:
- taskDefinitionKeyIn
-
taskDeleteReason
public HistoricTaskInstanceQueryDto taskDeleteReason(String taskDeleteReason)
-
getTaskDeleteReason
public String getTaskDeleteReason()
Restrict to tasks that have the given delete reason.- Returns:
- taskDeleteReason
-
setTaskDeleteReason
public void setTaskDeleteReason(String taskDeleteReason)
-
taskDeleteReasonLike
public HistoricTaskInstanceQueryDto taskDeleteReasonLike(String taskDeleteReasonLike)
-
getTaskDeleteReasonLike
public String getTaskDeleteReasonLike()
Restrict to tasks that have a delete reason that has the parameter value as a substring.- Returns:
- taskDeleteReasonLike
-
setTaskDeleteReasonLike
public void setTaskDeleteReasonLike(String taskDeleteReasonLike)
-
taskAssignee
public HistoricTaskInstanceQueryDto taskAssignee(String taskAssignee)
-
getTaskAssignee
public String getTaskAssignee()
Restrict to tasks that the given user is assigned to.- Returns:
- taskAssignee
-
setTaskAssignee
public void setTaskAssignee(String taskAssignee)
-
taskAssigneeLike
public HistoricTaskInstanceQueryDto taskAssigneeLike(String taskAssigneeLike)
-
getTaskAssigneeLike
public String getTaskAssigneeLike()
Restrict to tasks that are assigned to users with the parameter value as a substring.- Returns:
- taskAssigneeLike
-
setTaskAssigneeLike
public void setTaskAssigneeLike(String taskAssigneeLike)
-
taskOwner
public HistoricTaskInstanceQueryDto taskOwner(String taskOwner)
-
getTaskOwner
public String getTaskOwner()
Restrict to tasks that the given user owns.- Returns:
- taskOwner
-
setTaskOwner
public void setTaskOwner(String taskOwner)
-
taskOwnerLike
public HistoricTaskInstanceQueryDto taskOwnerLike(String taskOwnerLike)
-
getTaskOwnerLike
public String getTaskOwnerLike()
Restrict to tasks that are owned by users with the parameter value as a substring.- Returns:
- taskOwnerLike
-
setTaskOwnerLike
public void setTaskOwnerLike(String taskOwnerLike)
-
taskPriority
public HistoricTaskInstanceQueryDto taskPriority(Integer taskPriority)
-
getTaskPriority
public Integer getTaskPriority()
Restrict to tasks that have the given priority.- Returns:
- taskPriority
-
setTaskPriority
public void setTaskPriority(Integer taskPriority)
-
assigned
public HistoricTaskInstanceQueryDto assigned(Boolean assigned)
-
getAssigned
public Boolean getAssigned()
If set to `true`, restricts the query to all tasks that are assigned.- Returns:
- assigned
-
setAssigned
public void setAssigned(Boolean assigned)
-
unassigned
public HistoricTaskInstanceQueryDto unassigned(Boolean unassigned)
-
getUnassigned
public Boolean getUnassigned()
If set to `true`, restricts the query to all tasks that are unassigned.- Returns:
- unassigned
-
setUnassigned
public void setUnassigned(Boolean unassigned)
-
finished
public HistoricTaskInstanceQueryDto finished(Boolean finished)
-
getFinished
public Boolean getFinished()
Only include finished tasks. Value may only be `true`, as `false` is the default behavior.- Returns:
- finished
-
setFinished
public void setFinished(Boolean finished)
-
unfinished
public HistoricTaskInstanceQueryDto unfinished(Boolean unfinished)
-
getUnfinished
public Boolean getUnfinished()
Only include unfinished tasks. Value may only be `true`, as `false` is the default behavior.- Returns:
- unfinished
-
setUnfinished
public void setUnfinished(Boolean unfinished)
-
processFinished
public HistoricTaskInstanceQueryDto processFinished(Boolean processFinished)
-
getProcessFinished
public Boolean getProcessFinished()
Only include tasks of finished processes. Value may only be `true`, as `false` is the default behavior.- Returns:
- processFinished
-
setProcessFinished
public void setProcessFinished(Boolean processFinished)
-
processUnfinished
public HistoricTaskInstanceQueryDto processUnfinished(Boolean processUnfinished)
-
getProcessUnfinished
public Boolean getProcessUnfinished()
Only include tasks of unfinished processes. Value may only be `true`, as `false` is the default behavior.- Returns:
- processUnfinished
-
setProcessUnfinished
public void setProcessUnfinished(Boolean processUnfinished)
-
taskDueDate
public HistoricTaskInstanceQueryDto taskDueDate(Date taskDueDate)
-
getTaskDueDate
public Date getTaskDueDate()
Restrict to tasks that are due on the given date. By [default](https://docs.camunda.org/manual/7.18/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.000+0200`.- Returns:
- taskDueDate
-
setTaskDueDate
public void setTaskDueDate(Date taskDueDate)
-
taskDueDateBefore
public HistoricTaskInstanceQueryDto taskDueDateBefore(Date taskDueDateBefore)
-
getTaskDueDateBefore
public Date getTaskDueDateBefore()
Restrict to tasks that are due before the given date. By [default](https://docs.camunda.org/manual/7.18/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.000+0200`.- Returns:
- taskDueDateBefore
-
setTaskDueDateBefore
public void setTaskDueDateBefore(Date taskDueDateBefore)
-
taskDueDateAfter
public HistoricTaskInstanceQueryDto taskDueDateAfter(Date taskDueDateAfter)
-
getTaskDueDateAfter
public Date getTaskDueDateAfter()
Restrict to tasks that are due after the given date. By [default](https://docs.camunda.org/manual/7.18/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.000+0200`.- Returns:
- taskDueDateAfter
-
setTaskDueDateAfter
public void setTaskDueDateAfter(Date taskDueDateAfter)
-
withoutTaskDueDate
public HistoricTaskInstanceQueryDto withoutTaskDueDate(Boolean withoutTaskDueDate)
-
getWithoutTaskDueDate
public Boolean getWithoutTaskDueDate()
Only include tasks which have no due date. Value may only be `true`, as `false` is the default behavior.- Returns:
- withoutTaskDueDate
-
setWithoutTaskDueDate
public void setWithoutTaskDueDate(Boolean withoutTaskDueDate)
-
taskFollowUpDate
public HistoricTaskInstanceQueryDto taskFollowUpDate(Date taskFollowUpDate)
-
getTaskFollowUpDate
public Date getTaskFollowUpDate()
Restrict to tasks that have a followUp date on the given date. By [default](https://docs.camunda.org/manual/7.18/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.000+0200`.- Returns:
- taskFollowUpDate
-
setTaskFollowUpDate
public void setTaskFollowUpDate(Date taskFollowUpDate)
-
taskFollowUpDateBefore
public HistoricTaskInstanceQueryDto taskFollowUpDateBefore(Date taskFollowUpDateBefore)
-
getTaskFollowUpDateBefore
public Date getTaskFollowUpDateBefore()
Restrict to tasks that have a followUp date before the given date. By [default](https://docs.camunda.org/manual/7.18/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.000+0200`.- Returns:
- taskFollowUpDateBefore
-
setTaskFollowUpDateBefore
public void setTaskFollowUpDateBefore(Date taskFollowUpDateBefore)
-
taskFollowUpDateAfter
public HistoricTaskInstanceQueryDto taskFollowUpDateAfter(Date taskFollowUpDateAfter)
-
getTaskFollowUpDateAfter
public Date getTaskFollowUpDateAfter()
Restrict to tasks that have a followUp date after the given date. By [default](https://docs.camunda.org/manual/7.18/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.000+0200`.- Returns:
- taskFollowUpDateAfter
-
setTaskFollowUpDateAfter
public void setTaskFollowUpDateAfter(Date taskFollowUpDateAfter)
-
startedBefore
public HistoricTaskInstanceQueryDto startedBefore(Date startedBefore)
-
getStartedBefore
public Date getStartedBefore()
Restrict to tasks that were started before the given date. By [default](https://docs.camunda.org/manual/7.18/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.000+0200`.- Returns:
- startedBefore
-
setStartedBefore
public void setStartedBefore(Date startedBefore)
-
startedAfter
public HistoricTaskInstanceQueryDto startedAfter(Date startedAfter)
-
getStartedAfter
public Date getStartedAfter()
Restrict to tasks that were started after the given date. By [default](https://docs.camunda.org/manual/7.18/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.000+0200`.- Returns:
- startedAfter
-
setStartedAfter
public void setStartedAfter(Date startedAfter)
-
finishedBefore
public HistoricTaskInstanceQueryDto finishedBefore(Date finishedBefore)
-
getFinishedBefore
public Date getFinishedBefore()
Restrict to tasks that were finished before the given date. By [default](https://docs.camunda.org/manual/7.18/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.000+0200`.- Returns:
- finishedBefore
-
setFinishedBefore
public void setFinishedBefore(Date finishedBefore)
-
finishedAfter
public HistoricTaskInstanceQueryDto finishedAfter(Date finishedAfter)
-
getFinishedAfter
public Date getFinishedAfter()
Restrict to tasks that were finished after the given date. By [default](https://docs.camunda.org/manual/7.18/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.000+0200`.- Returns:
- finishedAfter
-
setFinishedAfter
public void setFinishedAfter(Date finishedAfter)
-
tenantIdIn
public HistoricTaskInstanceQueryDto tenantIdIn(List<String> tenantIdIn)
-
addTenantIdInItem
public HistoricTaskInstanceQueryDto addTenantIdInItem(String tenantIdInItem)
-
getTenantIdIn
public List<String> getTenantIdIn()
Filter by a list of tenant ids. A task instance must have one of the given tenant ids.- Returns:
- tenantIdIn
-
withoutTenantId
public HistoricTaskInstanceQueryDto withoutTenantId(Boolean withoutTenantId)
-
getWithoutTenantId
public Boolean getWithoutTenantId()
Only include historic task instances that belong to no tenant. Value may only be `true`, as `false` is the default behavior.- Returns:
- withoutTenantId
-
setWithoutTenantId
public void setWithoutTenantId(Boolean withoutTenantId)
-
taskVariables
public HistoricTaskInstanceQueryDto taskVariables(List<VariableQueryParameterDto> taskVariables)
-
addTaskVariablesItem
public HistoricTaskInstanceQueryDto addTaskVariablesItem(VariableQueryParameterDto taskVariablesItem)
-
getTaskVariables
public List<VariableQueryParameterDto> getTaskVariables()
Only include tasks that have variables with certain values. Variable filtering expressions are comma-separated and are structured as follows: A valid parameter value has the form `key_operator_value`. `key` is the variable name, `operator` is the comparison operator to be used and `value` the variable value. **Note:** Values are always treated as `String` objects on server side. 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
-
setTaskVariables
public void setTaskVariables(List<VariableQueryParameterDto> taskVariables)
-
processVariables
public HistoricTaskInstanceQueryDto processVariables(List<VariableQueryParameterDto> processVariables)
-
addProcessVariablesItem
public HistoricTaskInstanceQueryDto addProcessVariablesItem(VariableQueryParameterDto processVariablesItem)
-
getProcessVariables
public List<VariableQueryParameterDto> getProcessVariables()
Only include tasks that belong to process instances that have variables with certain values. Variable filtering expressions are comma-separated and are structured as follows: A valid parameter value has the form `key_operator_value`. `key` is the variable name, `operator` is the comparison operator to be used and `value` the variable value. **Note:** Values are always treated as `String` objects on server side. 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
-
setProcessVariables
public void setProcessVariables(List<VariableQueryParameterDto> processVariables)
-
variableNamesIgnoreCase
public HistoricTaskInstanceQueryDto variableNamesIgnoreCase(Boolean variableNamesIgnoreCase)
-
getVariableNamesIgnoreCase
public Boolean getVariableNamesIgnoreCase()
Match the variable name provided in `taskVariables` and `processVariables` case- insensitively. If set to `true` **variableName** and **variablename** are treated as equal.- Returns:
- variableNamesIgnoreCase
-
setVariableNamesIgnoreCase
public void setVariableNamesIgnoreCase(Boolean variableNamesIgnoreCase)
-
variableValuesIgnoreCase
public HistoricTaskInstanceQueryDto variableValuesIgnoreCase(Boolean variableValuesIgnoreCase)
-
getVariableValuesIgnoreCase
public Boolean getVariableValuesIgnoreCase()
Match the variable value provided in `taskVariables` and `processVariables` case- insensitively. If set to `true` **variableValue** and **variablevalue** are treated as equal.- Returns:
- variableValuesIgnoreCase
-
setVariableValuesIgnoreCase
public void setVariableValuesIgnoreCase(Boolean variableValuesIgnoreCase)
-
taskInvolvedUser
public HistoricTaskInstanceQueryDto taskInvolvedUser(String taskInvolvedUser)
-
getTaskInvolvedUser
public String getTaskInvolvedUser()
Restrict to tasks with a historic identity link to the given user.- Returns:
- taskInvolvedUser
-
setTaskInvolvedUser
public void setTaskInvolvedUser(String taskInvolvedUser)
-
taskInvolvedGroup
public HistoricTaskInstanceQueryDto taskInvolvedGroup(String taskInvolvedGroup)
-
getTaskInvolvedGroup
public String getTaskInvolvedGroup()
Restrict to tasks with a historic identity link to the given group.- Returns:
- taskInvolvedGroup
-
setTaskInvolvedGroup
public void setTaskInvolvedGroup(String taskInvolvedGroup)
-
taskHadCandidateUser
public HistoricTaskInstanceQueryDto taskHadCandidateUser(String taskHadCandidateUser)
-
getTaskHadCandidateUser
public String getTaskHadCandidateUser()
Restrict to tasks with a historic identity link to the given candidate user.- Returns:
- taskHadCandidateUser
-
setTaskHadCandidateUser
public void setTaskHadCandidateUser(String taskHadCandidateUser)
-
taskHadCandidateGroup
public HistoricTaskInstanceQueryDto taskHadCandidateGroup(String taskHadCandidateGroup)
-
getTaskHadCandidateGroup
public String getTaskHadCandidateGroup()
Restrict to tasks with a historic identity link to the given candidate group.- Returns:
- taskHadCandidateGroup
-
setTaskHadCandidateGroup
public void setTaskHadCandidateGroup(String taskHadCandidateGroup)
-
withCandidateGroups
public HistoricTaskInstanceQueryDto withCandidateGroups(Boolean withCandidateGroups)
-
getWithCandidateGroups
public Boolean getWithCandidateGroups()
Only include tasks which have a candidate group. Value may only be `true`, as `false` is the default behavior.- Returns:
- withCandidateGroups
-
setWithCandidateGroups
public void setWithCandidateGroups(Boolean withCandidateGroups)
-
withoutCandidateGroups
public HistoricTaskInstanceQueryDto withoutCandidateGroups(Boolean withoutCandidateGroups)
-
getWithoutCandidateGroups
public Boolean getWithoutCandidateGroups()
Only include tasks which have no candidate group. Value may only be `true`, as `false` is the default behavior.- Returns:
- withoutCandidateGroups
-
setWithoutCandidateGroups
public void setWithoutCandidateGroups(Boolean withoutCandidateGroups)
-
orQueries
public HistoricTaskInstanceQueryDto orQueries(List<HistoricTaskInstanceQueryDto> orQueries)
-
addOrQueriesItem
public HistoricTaskInstanceQueryDto addOrQueriesItem(HistoricTaskInstanceQueryDto orQueriesItem)
-
getOrQueries
public List<HistoricTaskInstanceQueryDto> getOrQueries()
A JSON array of nested historic task instance queries with OR semantics. A task instance matches a nested query if it fulfills at least one of the query's predicates. With multiple nested queries, a task instance must fulfill at least one predicate of each query ([Conjunctive Normal Form](https://en.wikipedia.org/wiki/Conjunctive_normal_form)). All task instance query properties can be used except for: `sorting`, `withCandidateGroups`, ` withoutCandidateGroups`. See the [User Guide](https://docs.camunda.org/manual/7.18/user-guide/process-engine/process-engine-api/#or-queries) for more information about OR queries.- Returns:
- orQueries
-
setOrQueries
public void setOrQueries(List<HistoricTaskInstanceQueryDto> orQueries)
-
sorting
public HistoricTaskInstanceQueryDto sorting(List<HistoricTaskInstanceQueryDtoSorting> sorting)
-
addSortingItem
public HistoricTaskInstanceQueryDto addSortingItem(HistoricTaskInstanceQueryDtoSorting sortingItem)
-
getSorting
public List<HistoricTaskInstanceQueryDtoSorting> getSorting()
An array of criteria to sort the result by. Each element of the array is an object that specifies one ordering. The position in the array identifies the rank of an ordering, i.e., whether it is primary, secondary, etc. Sorting has no effect for `count` endpoints- Returns:
- sorting
-
setSorting
public void setSorting(List<HistoricTaskInstanceQueryDtoSorting> sorting)
-
-