Class HistoricTaskInstanceQueryRequest

java.lang.Object
org.flowable.common.rest.api.PaginateRequest
org.flowable.rest.service.api.history.HistoricTaskInstanceQueryRequest

public class HistoricTaskInstanceQueryRequest extends PaginateRequest
Author:
Tijs Rademakers
  • Field Details

    • taskId

      protected String taskId
    • processInstanceId

      protected String processInstanceId
    • processInstanceIdWithChildren

      protected String processInstanceIdWithChildren
    • withoutProcessInstanceId

      protected Boolean withoutProcessInstanceId
    • processBusinessKey

      protected String processBusinessKey
    • processBusinessKeyLike

      protected String processBusinessKeyLike
    • processDefinitionId

      protected String processDefinitionId
    • processDefinitionKey

      protected String processDefinitionKey
    • processDefinitionKeyLike

      protected String processDefinitionKeyLike
    • processDefinitionName

      protected String processDefinitionName
    • processDefinitionNameLike

      protected String processDefinitionNameLike
    • executionId

      protected String executionId
    • taskName

      protected String taskName
    • taskNameLike

      protected String taskNameLike
    • taskNameLikeIgnoreCase

      protected String taskNameLikeIgnoreCase
    • taskDescription

      protected String taskDescription
    • taskDescriptionLike

      protected String taskDescriptionLike
    • taskDefinitionKey

      protected String taskDefinitionKey
    • taskDefinitionKeyLike

      protected String taskDefinitionKeyLike
    • taskDefinitionKeys

      protected Collection<String> taskDefinitionKeys
    • taskCategory

      protected String taskCategory
    • taskCategoryIn

      protected List<String> taskCategoryIn
    • taskCategoryNotIn

      protected List<String> taskCategoryNotIn
    • taskWithoutCategory

      protected Boolean taskWithoutCategory
    • taskDeleteReason

      protected String taskDeleteReason
    • taskDeleteReasonLike

      protected String taskDeleteReasonLike
    • taskAssignee

      protected String taskAssignee
    • taskAssigneeLike

      protected String taskAssigneeLike
    • taskOwner

      protected String taskOwner
    • taskOwnerLike

      protected String taskOwnerLike
    • taskInvolvedUser

      protected String taskInvolvedUser
    • taskPriority

      protected Integer taskPriority
    • taskMinPriority

      protected Integer taskMinPriority
    • taskMaxPriority

      protected Integer taskMaxPriority
    • finished

      protected Boolean finished
    • processFinished

      protected Boolean processFinished
    • parentTaskId

      protected String parentTaskId
    • dueDate

      protected Date dueDate
    • dueDateAfter

      protected Date dueDateAfter
    • dueDateBefore

      protected Date dueDateBefore
    • withoutDueDate

      protected Boolean withoutDueDate
    • taskCreatedOn

      protected Date taskCreatedOn
    • taskCreatedBefore

      protected Date taskCreatedBefore
    • taskCreatedAfter

      protected Date taskCreatedAfter
    • taskCompletedOn

      protected Date taskCompletedOn
    • taskCompletedBefore

      protected Date taskCompletedBefore
    • taskCompletedAfter

      protected Date taskCompletedAfter
    • includeTaskLocalVariables

      protected Boolean includeTaskLocalVariables
    • includeProcessVariables

      protected Boolean includeProcessVariables
    • taskVariables

      protected List<QueryVariable> taskVariables
    • processVariables

      protected List<QueryVariable> processVariables
    • scopeDefinitionId

      protected String scopeDefinitionId
    • scopeId

      protected String scopeId
    • withoutScopeId

      protected Boolean withoutScopeId
    • scopeType

      protected String scopeType
    • propagatedStageInstanceId

      protected String propagatedStageInstanceId
    • tenantId

      protected String tenantId
    • tenantIdLike

      protected String tenantIdLike
    • withoutTenantId

      protected Boolean withoutTenantId
    • withoutDeleteReason

      protected Boolean withoutDeleteReason
    • taskCandidateGroup

      protected String taskCandidateGroup
    • ignoreTaskAssignee

      protected boolean ignoreTaskAssignee
    • rootScopeId

      protected String rootScopeId
    • parentScopeId

      protected String parentScopeId
  • Constructor Details

    • HistoricTaskInstanceQueryRequest

      public HistoricTaskInstanceQueryRequest()
  • Method Details

    • getTaskId

      public String getTaskId()
    • setTaskId

      public void setTaskId(String taskId)
    • getProcessInstanceId

      public String getProcessInstanceId()
    • setProcessInstanceId

      public void setProcessInstanceId(String processInstanceId)
    • getProcessInstanceIdWithChildren

      public String getProcessInstanceIdWithChildren()
    • setProcessInstanceIdWithChildren

      public void setProcessInstanceIdWithChildren(String processInstanceIdWithChildren)
    • getWithoutProcessInstanceId

      public Boolean getWithoutProcessInstanceId()
    • setWithoutProcessInstanceId

      public void setWithoutProcessInstanceId(Boolean withoutProcessInstanceId)
    • getProcessBusinessKey

      public String getProcessBusinessKey()
    • getProcessBusinessKeyLike

      public String getProcessBusinessKeyLike()
    • setProcessBusinessKeyLike

      public void setProcessBusinessKeyLike(String processBusinessKeyLike)
    • setProcessBusinessKey

      public void setProcessBusinessKey(String processBusinessKey)
    • getProcessDefinitionId

      public String getProcessDefinitionId()
    • setProcessDefinitionId

      public void setProcessDefinitionId(String processDefinitionId)
    • getProcessDefinitionKey

      public String getProcessDefinitionKey()
    • setProcessDefinitionKey

      public void setProcessDefinitionKey(String processDefinitionKey)
    • getProcessDefinitionKeyLike

      public String getProcessDefinitionKeyLike()
    • setProcessDefinitionKeyLike

      public void setProcessDefinitionKeyLike(String processDefinitionKeyLike)
    • getProcessDefinitionName

      public String getProcessDefinitionName()
    • setProcessDefinitionName

      public void setProcessDefinitionName(String processDefinitionName)
    • getProcessDefinitionNameLike

      public String getProcessDefinitionNameLike()
    • getExecutionId

      public String getExecutionId()
    • setProcessDefinitionNameLike

      public void setProcessDefinitionNameLike(String processDefinitionNameLike)
    • setExecutionId

      public void setExecutionId(String executionId)
    • getTaskName

      public String getTaskName()
    • setTaskName

      public void setTaskName(String taskName)
    • getTaskNameLike

      public String getTaskNameLike()
    • setTaskNameLike

      public void setTaskNameLike(String taskNameLike)
    • getTaskNameLikeIgnoreCase

      public String getTaskNameLikeIgnoreCase()
    • setTaskNameLikeIgnoreCase

      public void setTaskNameLikeIgnoreCase(String taskNameLikeIgnoreCase)
    • getTaskDescription

      public String getTaskDescription()
    • setTaskDescription

      public void setTaskDescription(String taskDescription)
    • getTaskDescriptionLike

      public String getTaskDescriptionLike()
    • setTaskDescriptionLike

      public void setTaskDescriptionLike(String taskDescriptionLike)
    • getTaskDefinitionKey

      public String getTaskDefinitionKey()
    • setTaskDefinitionKey

      public void setTaskDefinitionKey(String taskDefinitionKey)
    • getTaskDefinitionKeyLike

      public String getTaskDefinitionKeyLike()
    • setTaskDefinitionKeyLike

      public void setTaskDefinitionKeyLike(String taskDefinitionKeyLike)
    • getTaskDefinitionKeys

      public Collection<String> getTaskDefinitionKeys()
    • setTaskDefinitionKeys

      public void setTaskDefinitionKeys(Collection<String> taskDefinitionKeys)
    • getTaskCategory

      public String getTaskCategory()
    • setTaskCategory

      public void setTaskCategory(String taskCategory)
    • getTaskCategoryIn

      public List<String> getTaskCategoryIn()
    • setTaskCategoryIn

      public void setTaskCategoryIn(List<String> taskCategoryIn)
    • getTaskCategoryNotIn

      public List<String> getTaskCategoryNotIn()
    • setTaskCategoryNotIn

      public void setTaskCategoryNotIn(List<String> taskCategoryNotIn)
    • getTaskWithoutCategory

      public Boolean getTaskWithoutCategory()
    • setTaskWithoutCategory

      public void setTaskWithoutCategory(Boolean taskWithoutCategory)
    • getTaskDeleteReason

      public String getTaskDeleteReason()
    • setTaskDeleteReason

      public void setTaskDeleteReason(String taskDeleteReason)
    • getTaskDeleteReasonLike

      public String getTaskDeleteReasonLike()
    • setTaskDeleteReasonLike

      public void setTaskDeleteReasonLike(String taskDeleteReasonLike)
    • getTaskAssignee

      public String getTaskAssignee()
    • setTaskAssignee

      public void setTaskAssignee(String taskAssignee)
    • getTaskAssigneeLike

      public String getTaskAssigneeLike()
    • setTaskAssigneeLike

      public void setTaskAssigneeLike(String taskAssigneeLike)
    • getTaskOwner

      public String getTaskOwner()
    • setTaskOwner

      public void setTaskOwner(String taskOwner)
    • getTaskOwnerLike

      public String getTaskOwnerLike()
    • setTaskOwnerLike

      public void setTaskOwnerLike(String taskOwnerLike)
    • getTaskInvolvedUser

      public String getTaskInvolvedUser()
    • setTaskInvolvedUser

      public void setTaskInvolvedUser(String taskInvolvedUser)
    • getTaskPriority

      public Integer getTaskPriority()
    • setTaskPriority

      public void setTaskPriority(Integer taskPriority)
    • getTaskMaxPriority

      public Integer getTaskMaxPriority()
    • setTaskMaxPriority

      public void setTaskMaxPriority(Integer taskMaxPriority)
    • getTaskMinPriority

      public Integer getTaskMinPriority()
    • setTaskMinPriority

      public void setTaskMinPriority(Integer taskMinPriority)
    • getFinished

      public Boolean getFinished()
    • setFinished

      public void setFinished(Boolean finished)
    • getProcessFinished

      public Boolean getProcessFinished()
    • setProcessFinished

      public void setProcessFinished(Boolean processFinished)
    • getParentTaskId

      public String getParentTaskId()
    • setParentTaskId

      public void setParentTaskId(String parentTaskId)
    • getDueDate

      public Date getDueDate()
    • setDueDate

      public void setDueDate(Date dueDate)
    • getDueDateAfter

      public Date getDueDateAfter()
    • setDueDateAfter

      public void setDueDateAfter(Date dueDateAfter)
    • getDueDateBefore

      public Date getDueDateBefore()
    • setDueDateBefore

      public void setDueDateBefore(Date dueDateBefore)
    • getWithoutDueDate

      public Boolean getWithoutDueDate()
    • setWithoutDueDate

      public void setWithoutDueDate(Boolean withoutDueDate)
    • getTaskCreatedOn

      public Date getTaskCreatedOn()
    • setTaskCreatedOn

      public void setTaskCreatedOn(Date taskCreatedOn)
    • setTaskCreatedAfter

      public void setTaskCreatedAfter(Date taskCreatedAfter)
    • getTaskCompletedAfter

      public Date getTaskCompletedAfter()
    • setTaskCompletedAfter

      public void setTaskCompletedAfter(Date taskCompletedAfter)
    • getTaskCompletedBefore

      public Date getTaskCompletedBefore()
    • setTaskCompletedBefore

      public void setTaskCompletedBefore(Date taskCompletedBefore)
    • getTaskCompletedOn

      public Date getTaskCompletedOn()
    • setTaskCompletedOn

      public void setTaskCompletedOn(Date taskCompletedOn)
    • getTaskCreatedAfter

      public Date getTaskCreatedAfter()
    • setTaskCreatedBefore

      public void setTaskCreatedBefore(Date taskCreatedBefore)
    • getTaskCreatedBefore

      public Date getTaskCreatedBefore()
    • getIncludeTaskLocalVariables

      public Boolean getIncludeTaskLocalVariables()
    • setIncludeTaskLocalVariables

      public void setIncludeTaskLocalVariables(Boolean includeTaskLocalVariables)
    • getIncludeProcessVariables

      public Boolean getIncludeProcessVariables()
    • setIncludeProcessVariables

      public void setIncludeProcessVariables(Boolean includeProcessVariables)
    • getTaskVariables

      public List<QueryVariable> getTaskVariables()
    • setTaskVariables

      public void setTaskVariables(List<QueryVariable> taskVariables)
    • getProcessVariables

      public List<QueryVariable> getProcessVariables()
    • setProcessVariables

      public void setProcessVariables(List<QueryVariable> processVariables)
    • getScopeDefinitionId

      public String getScopeDefinitionId()
    • setScopeDefinitionId

      public void setScopeDefinitionId(String scopeDefinitionId)
    • getScopeId

      public String getScopeId()
    • setScopeId

      public void setScopeId(String scopeId)
    • getWithoutScopeId

      public Boolean getWithoutScopeId()
    • setWithoutScopeId

      public void setWithoutScopeId(Boolean withoutScopeId)
    • getScopeType

      public String getScopeType()
    • setScopeType

      public void setScopeType(String scopeType)
    • getPropagatedStageInstanceId

      public String getPropagatedStageInstanceId()
    • setPropagatedStageInstanceId

      public void setPropagatedStageInstanceId(String propagatedStageInstanceId)
    • getTenantId

      public String getTenantId()
    • setTenantId

      public void setTenantId(String tenantId)
    • getTenantIdLike

      public String getTenantIdLike()
    • setTenantIdLike

      public void setTenantIdLike(String tenantIdLike)
    • getWithoutTenantId

      public Boolean getWithoutTenantId()
    • setWithoutTenantId

      public void setWithoutTenantId(Boolean withoutTenantId)
    • getWithoutDeleteReason

      public Boolean getWithoutDeleteReason()
    • setWithoutDeleteReason

      public void setWithoutDeleteReason(Boolean withoutDeleteReason)
    • getTaskCandidateGroup

      public String getTaskCandidateGroup()
    • setTaskCandidateGroup

      public void setTaskCandidateGroup(String taskCandidateGroup)
    • isIgnoreTaskAssignee

      public boolean isIgnoreTaskAssignee()
    • setIgnoreTaskAssignee

      public void setIgnoreTaskAssignee(boolean ignoreTaskAssignee)
    • getRootScopeId

      public String getRootScopeId()
    • setRootScopeId

      public void setRootScopeId(String rootScopeId)
    • getParentScopeId

      public String getParentScopeId()
    • setParentScopeId

      public void setParentScopeId(String parentScopeId)