Interface UserTaskFilter

All Superinterfaces:
TypedSearchQueryRequest.SearchRequestFilter

@Deprecated public interface UserTaskFilter extends TypedSearchQueryRequest.SearchRequestFilter
Deprecated.
since 8.8 for removal in 8.9, replaced by UserTaskFilter
  • Method Details

    • key

      UserTaskFilter key(Long value)
      Deprecated.
      Filters user tasks by the specified key.
      Parameters:
      value - the key of the user task
      Returns:
      the updated filter
    • state

      UserTaskFilter state(String state)
      Deprecated.
      Filters user tasks by the specified state.
      Parameters:
      state - the state of the user task
      Returns:
      the updated filter
    • assignee

      UserTaskFilter assignee(String assignee)
      Deprecated.
      Filters user tasks by the specified assignee.
      Parameters:
      assignee - the assignee of the user task
      Returns:
      the updated filter
    • elementId

      UserTaskFilter elementId(String taskDefinitionId)
      Deprecated.
      Filters user tasks by the specified task definition ID.
      Parameters:
      taskDefinitionId - the task definition ID of the user task
      Returns:
      the updated filter
    • candidateGroup

      UserTaskFilter candidateGroup(String candidateGroup)
      Deprecated.
      Filters user tasks by the specified candidate group.
      Parameters:
      candidateGroup - the candidate group of the user task
      Returns:
      the updated filter
    • candidateUser

      UserTaskFilter candidateUser(String candidateUser)
      Deprecated.
      Filters user tasks by the specified candidate user.
      Parameters:
      candidateUser - the candidate user of the user task
      Returns:
      the updated filter
    • processDefinitionKey

      UserTaskFilter processDefinitionKey(Long processDefinitionKey)
      Deprecated.
      Filters user tasks by the specified process definition key.
      Parameters:
      processDefinitionKey - the process definition key of the user task
      Returns:
      the updated filter
    • processInstanceKey

      UserTaskFilter processInstanceKey(Long processInstanceKey)
      Deprecated.
      Filters user tasks by the specified process instance key.
      Parameters:
      processInstanceKey - the process instance key of the user task
      Returns:
      the updated filter
    • tentantId

      UserTaskFilter tentantId(String tenantId)
      Deprecated.
      Filters user tasks by the specified tenant ID.
      Parameters:
      tenantId - the tenant ID of the user task
      Returns:
      the updated filter
    • bpmnProcessId

      UserTaskFilter bpmnProcessId(String bpmnProcessId)
      Deprecated.
      Filters user tasks by the specified Process Definition Id.
      Parameters:
      bpmnProcessId - from the task
      Returns:
      the updated filter
    • variables

      UserTaskFilter variables(List<UserTaskVariableFilterRequest> variableValueFilters)
      Deprecated.
      Filters user tasks by the specified Process Definition Id.
      Parameters:
      variableValueFilters - from the task
      Returns:
      the updated filter