Class HvlBpmnTaskQueryModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
tr.com.havelsan.javarch.bpmn.common.runtime.model.query.HvlBpmnBaseExecutionQueryModel
tr.com.havelsan.javarch.bpmn.common.task.model.query.HvlBpmnTaskQueryModel
All Implemented Interfaces:
Serializable

public class HvlBpmnTaskQueryModel extends HvlBpmnBaseExecutionQueryModel
The type Hvl bpmn task query model.
See Also:
  • Field Details

    • ORDER_BY_TASK_ID

      public static final String ORDER_BY_TASK_ID
      The constant ORDER_BY_TASK_ID.
      See Also:
    • ORDER_BY_NAME

      public static final String ORDER_BY_NAME
      The constant ORDER_BY_NAME.
      See Also:
    • ORDER_BY_DESCRIPTION

      public static final String ORDER_BY_DESCRIPTION
      The constant ORDER_BY_DESCRIPTION.
      See Also:
    • ORDER_BY_PRIORITY

      public static final String ORDER_BY_PRIORITY
      The constant ORDER_BY_PRIORITY.
      See Also:
    • ORDER_BY_ASSIGNEE

      public static final String ORDER_BY_ASSIGNEE
      The constant ORDER_BY_ASSIGNEE.
      See Also:
    • ORDER_BY_OWNER

      public static final String ORDER_BY_OWNER
      The constant ORDER_BY_OWNER.
      See Also:
    • ORDER_BY_CREATE_TIME

      public static final String ORDER_BY_CREATE_TIME
      The constant ORDER_BY_CREATE_TIME.
      See Also:
    • ORDER_BY_PROCESS_INSTANCE_ID

      public static final String ORDER_BY_PROCESS_INSTANCE_ID
      The constant ORDER_BY_PROCESS_INSTANCE_ID.
      See Also:
    • ORDER_BY_EXECUTION_ID

      public static final String ORDER_BY_EXECUTION_ID
      The constant ORDER_BY_EXECUTION_ID.
      See Also:
    • ORDER_BY_PROCESS_DEFINITION_ID

      public static final String ORDER_BY_PROCESS_DEFINITION_ID
      The constant ORDER_BY_PROCESS_DEFINITION_ID.
      See Also:
    • ORDER_BY_DUE_DATE

      public static final String ORDER_BY_DUE_DATE
      The constant ORDER_BY_DUE_DATE.
      See Also:
    • ORDER_BY_TENANT_ID

      public static final String ORDER_BY_TENANT_ID
      The constant ORDER_BY_TENANT_ID.
      See Also:
    • ORDER_BY_TASK_DEFINITION_KEY

      public static final String ORDER_BY_TASK_DEFINITION_KEY
      The constant ORDER_BY_TASK_DEFINITION_KEY.
      See Also:
    • ORDER_BY_CATEGORY

      public static final String ORDER_BY_CATEGORY
      The constant ORDER_BY_CATEGORY.
      See Also:
  • Constructor Details

    • HvlBpmnTaskQueryModel

      public HvlBpmnTaskQueryModel()
  • Method Details

    • getTaskDelegationState

      public org.flowable.task.api.DelegationState getTaskDelegationState()
      Gets task delegation state.
      Returns:
      the task delegation state
    • setTaskDelegationState

      public void setTaskDelegationState(org.flowable.task.api.DelegationState taskDelegationState)
      Sets task delegation state.
      Parameters:
      taskDelegationState - the task delegation state
    • getUserIdForCandidateAndAssignee

      public String getUserIdForCandidateAndAssignee()
      Gets user id for candidate and assignee.
      Returns:
      the user id for candidate and assignee
    • setUserIdForCandidateAndAssignee

      public void setUserIdForCandidateAndAssignee(String userIdForCandidateAndAssignee)
      Sets user id for candidate and assignee.
      Parameters:
      userIdForCandidateAndAssignee - the user id for candidate and assignee
    • isExcludeSubtasks

      public boolean isExcludeSubtasks()
      Is exclude subtasks boolean.
      Returns:
      the boolean
    • setExcludeSubtasks

      public void setExcludeSubtasks(boolean excludeSubtasks)
      Sets exclude subtasks.
      Parameters:
      excludeSubtasks - the exclude subtasks
    • isSuspended

      public boolean isSuspended()
      Is suspended boolean.
      Returns:
      the boolean
    • setSuspended

      public void setSuspended(boolean suspended)
      Sets suspended.
      Parameters:
      suspended - the suspended
    • isActive

      public boolean isActive()
      Is active boolean.
      Returns:
      the boolean
    • setActive

      public void setActive(boolean active)
      Sets active.
      Parameters:
      active - the active
    • getTaskId

      public String getTaskId()
      Gets task id.
      Returns:
      the task id
    • setTaskId

      public void setTaskId(String taskId)
      Sets task id.
      Parameters:
      taskId - the task id
    • getTaskName

      public String getTaskName()
      Gets task name.
      Returns:
      the task name
    • setTaskName

      public void setTaskName(String taskName)
      Sets task name.
      Parameters:
      taskName - the task name
    • getTaskNameInList

      public List<String> getTaskNameInList()
      Gets task name in list.
      Returns:
      the task name in list
    • setTaskNameInList

      public void setTaskNameInList(List<String> taskNameInList)
      Sets task name in list.
      Parameters:
      taskNameInList - the task name in list
    • getTaskNameInIgnoreCaseList

      public List<String> getTaskNameInIgnoreCaseList()
      Gets task name in ignore case list.
      Returns:
      the task name in ignore case list
    • setTaskNameInIgnoreCaseList

      public void setTaskNameInIgnoreCaseList(List<String> taskNameInIgnoreCaseList)
      Sets task name in ignore case list.
      Parameters:
      taskNameInIgnoreCaseList - the task name in ignore case list
    • getTaskNameLike

      public String getTaskNameLike()
      Gets task name like.
      Returns:
      the task name like
    • setTaskNameLike

      public void setTaskNameLike(String taskNameLike)
      Sets task name like.
      Parameters:
      taskNameLike - the task name like
    • getTaskNameLikeIgnoreCase

      public String getTaskNameLikeIgnoreCase()
      Gets task name like ignore case.
      Returns:
      the task name like ignore case
    • setTaskNameLikeIgnoreCase

      public void setTaskNameLikeIgnoreCase(String taskNameLikeIgnoreCase)
      Sets task name like ignore case.
      Parameters:
      taskNameLikeIgnoreCase - the task name like ignore case
    • getTaskDescription

      public String getTaskDescription()
      Gets task description.
      Returns:
      the task description
    • setTaskDescription

      public void setTaskDescription(String taskDescription)
      Sets task description.
      Parameters:
      taskDescription - the task description
    • getTaskDescriptionLike

      public String getTaskDescriptionLike()
      Gets task description like.
      Returns:
      the task description like
    • setTaskDescriptionLike

      public void setTaskDescriptionLike(String taskDescriptionLike)
      Sets task description like.
      Parameters:
      taskDescriptionLike - the task description like
    • getTaskDescriptionLikeIgnoreCase

      public String getTaskDescriptionLikeIgnoreCase()
      Gets task description like ignore case.
      Returns:
      the task description like ignore case
    • setTaskDescriptionLikeIgnoreCase

      public void setTaskDescriptionLikeIgnoreCase(String taskDescriptionLikeIgnoreCase)
      Sets task description like ignore case.
      Parameters:
      taskDescriptionLikeIgnoreCase - the task description like ignore case
    • getTaskPriority

      public Integer getTaskPriority()
      Gets task priority.
      Returns:
      the task priority
    • setTaskPriority

      public void setTaskPriority(Integer taskPriority)
      Sets task priority.
      Parameters:
      taskPriority - the task priority
    • getTaskMinPriority

      public Integer getTaskMinPriority()
      Gets task min priority.
      Returns:
      the task min priority
    • setTaskMinPriority

      public void setTaskMinPriority(Integer taskMinPriority)
      Sets task min priority.
      Parameters:
      taskMinPriority - the task min priority
    • getTaskMaxPriority

      public Integer getTaskMaxPriority()
      Gets task max priority.
      Returns:
      the task max priority
    • setTaskMaxPriority

      public void setTaskMaxPriority(Integer taskMaxPriority)
      Sets task max priority.
      Parameters:
      taskMaxPriority - the task max priority
    • getTaskAssignee

      public String getTaskAssignee()
      Gets task assignee.
      Returns:
      the task assignee
    • setTaskAssignee

      public void setTaskAssignee(String taskAssignee)
      Sets task assignee.
      Parameters:
      taskAssignee - the task assignee
    • getTaskAssigneeLike

      public String getTaskAssigneeLike()
      Gets task assignee like.
      Returns:
      the task assignee like
    • setTaskAssigneeLike

      public void setTaskAssigneeLike(String taskAssigneeLike)
      Sets task assignee like.
      Parameters:
      taskAssigneeLike - the task assignee like
    • getTaskAssigneeLikeIgnoreCase

      public String getTaskAssigneeLikeIgnoreCase()
      Gets task assignee like ignore case.
      Returns:
      the task assignee like ignore case
    • setTaskAssigneeLikeIgnoreCase

      public void setTaskAssigneeLikeIgnoreCase(String taskAssigneeLikeIgnoreCase)
      Sets task assignee like ignore case.
      Parameters:
      taskAssigneeLikeIgnoreCase - the task assignee like ignore case
    • isTaskUnassigned

      public boolean isTaskUnassigned()
      Is task unassigned boolean.
      Returns:
      the boolean
    • setTaskUnassigned

      public void setTaskUnassigned(boolean taskUnassigned)
      Sets task unassigned.
      Parameters:
      taskUnassigned - the task unassigned
    • isTaskAssigned

      public boolean isTaskAssigned()
      Is task assigned boolean.
      Returns:
      the boolean
    • setTaskAssigned

      public void setTaskAssigned(boolean taskAssigned)
      Sets task assigned.
      Parameters:
      taskAssigned - the task assigned
    • getTaskAssigneeIdList

      public List<String> getTaskAssigneeIdList()
      Gets task assignee id list.
      Returns:
      the task assignee id list
    • setTaskAssigneeIdList

      public void setTaskAssigneeIdList(List<String> taskAssigneeIdList)
      Sets task assignee id list.
      Parameters:
      taskAssigneeIdList - the task assignee id list
    • getTaskOwner

      public String getTaskOwner()
      Gets task owner.
      Returns:
      the task owner
    • setTaskOwner

      public void setTaskOwner(String taskOwner)
      Sets task owner.
      Parameters:
      taskOwner - the task owner
    • getTaskOwnerLike

      public String getTaskOwnerLike()
      Gets task owner like.
      Returns:
      the task owner like
    • setTaskOwnerLike

      public void setTaskOwnerLike(String taskOwnerLike)
      Sets task owner like.
      Parameters:
      taskOwnerLike - the task owner like
    • getTaskOwnerLikeIgnoreCase

      public String getTaskOwnerLikeIgnoreCase()
      Gets task owner like ignore case.
      Returns:
      the task owner like ignore case
    • setTaskOwnerLikeIgnoreCase

      public void setTaskOwnerLikeIgnoreCase(String taskOwnerLikeIgnoreCase)
      Sets task owner like ignore case.
      Parameters:
      taskOwnerLikeIgnoreCase - the task owner like ignore case
    • getTaskCandidateUser

      public String getTaskCandidateUser()
      Gets task candidate user.
      Returns:
      the task candidate user
    • setTaskCandidateUser

      public void setTaskCandidateUser(String taskCandidateUser)
      Sets task candidate user.
      Parameters:
      taskCandidateUser - the task candidate user
    • getTaskInvolvedUser

      public String getTaskInvolvedUser()
      Gets task involved user.
      Returns:
      the task involved user
    • setTaskInvolvedUser

      public void setTaskInvolvedUser(String taskInvolvedUser)
      Sets task involved user.
      Parameters:
      taskInvolvedUser - the task involved user
    • getTaskInvolvedGroupList

      public List<String> getTaskInvolvedGroupList()
      Gets task involved group list.
      Returns:
      the task involved group list
    • setTaskInvolvedGroupList

      public void setTaskInvolvedGroupList(List<String> taskInvolvedGroupList)
      Sets task involved group list.
      Parameters:
      taskInvolvedGroupList - the task involved group list
    • isIgnoreAssigneeValue

      public boolean isIgnoreAssigneeValue()
      Is ignore assignee value boolean.
      Returns:
      the boolean
    • setIgnoreAssigneeValue

      public void setIgnoreAssigneeValue(boolean ignoreAssigneeValue)
      Sets ignore assignee value.
      Parameters:
      ignoreAssigneeValue - the ignore assignee value
    • getTaskCandidateGroup

      public String getTaskCandidateGroup()
      Gets task candidate group.
      Returns:
      the task candidate group
    • setTaskCandidateGroup

      public void setTaskCandidateGroup(String taskCandidateGroup)
      Sets task candidate group.
      Parameters:
      taskCandidateGroup - the task candidate group
    • getTaskCandidateGroupInList

      public List<String> getTaskCandidateGroupInList()
      Gets task candidate group in list.
      Returns:
      the task candidate group in list
    • setTaskCandidateGroupInList

      public void setTaskCandidateGroupInList(List<String> taskCandidateGroupInList)
      Sets task candidate group in list.
      Parameters:
      taskCandidateGroupInList - the task candidate group in list
    • getTaskTenantId

      public String getTaskTenantId()
      Gets task tenant id.
      Returns:
      the task tenant id
    • setTaskTenantId

      public void setTaskTenantId(String taskTenantId)
      Sets task tenant id.
      Parameters:
      taskTenantId - the task tenant id
    • getTaskTenantIdLike

      public String getTaskTenantIdLike()
      Gets task tenant id like.
      Returns:
      the task tenant id like
    • setTaskTenantIdLike

      public void setTaskTenantIdLike(String taskTenantIdLike)
      Sets task tenant id like.
      Parameters:
      taskTenantIdLike - the task tenant id like
    • isTaskWithoutTenantId

      public boolean isTaskWithoutTenantId()
      Is task without tenant id boolean.
      Returns:
      the boolean
    • setTaskWithoutTenantId

      public void setTaskWithoutTenantId(boolean taskWithoutTenantId)
      Sets task without tenant id.
      Parameters:
      taskWithoutTenantId - the task without tenant id
    • getProcessInstanceIdInList

      public List<String> getProcessInstanceIdInList()
      Gets process instance id in list.
      Returns:
      the process instance id in list
    • setProcessInstanceIdInList

      public void setProcessInstanceIdInList(List<String> processInstanceIdInList)
      Sets process instance id in list.
      Parameters:
      processInstanceIdInList - the process instance id in list
    • isWithoutProcessInstanceId

      public boolean isWithoutProcessInstanceId()
      Is without process instance id boolean.
      Returns:
      the boolean
    • setWithoutProcessInstanceId

      public void setWithoutProcessInstanceId(boolean withoutProcessInstanceId)
      Sets without process instance id.
      Parameters:
      withoutProcessInstanceId - the without process instance id
    • getProcessInstanceBusinessKeyLike

      public String getProcessInstanceBusinessKeyLike()
      Gets process instance business key like.
      Returns:
      the process instance business key like
    • setProcessInstanceBusinessKeyLike

      public void setProcessInstanceBusinessKeyLike(String processInstanceBusinessKeyLike)
      Sets process instance business key like.
      Parameters:
      processInstanceBusinessKeyLike - the process instance business key like
    • getProcessInstanceBusinessKeyLikeIgnoreCase

      public String getProcessInstanceBusinessKeyLikeIgnoreCase()
      Gets process instance business key like ignore case.
      Returns:
      the process instance business key like ignore case
    • setProcessInstanceBusinessKeyLikeIgnoreCase

      public void setProcessInstanceBusinessKeyLikeIgnoreCase(String processInstanceBusinessKeyLikeIgnoreCase)
      Sets process instance business key like ignore case.
      Parameters:
      processInstanceBusinessKeyLikeIgnoreCase - the process instance business key like ignore case
    • getExecutionId

      public String getExecutionId()
      Gets execution id.
      Returns:
      the execution id
    • setExecutionId

      public void setExecutionId(String executionId)
      Sets execution id.
      Parameters:
      executionId - the execution id
    • getPlanItemInstanceId

      public String getPlanItemInstanceId()
      Gets plan item instance id.
      Returns:
      the plan item instance id
    • setPlanItemInstanceId

      public void setPlanItemInstanceId(String planItemInstanceId)
      Sets plan item instance id.
      Parameters:
      planItemInstanceId - the plan item instance id
    • getScopeId

      public String getScopeId()
      Gets scope id.
      Returns:
      the scope id
    • setScopeId

      public void setScopeId(String scopeId)
      Sets scope id.
      Parameters:
      scopeId - the scope id
    • getSubScopeId

      public String getSubScopeId()
      Gets sub scope id.
      Returns:
      the sub scope id
    • setSubScopeId

      public void setSubScopeId(String subScopeId)
      Sets sub scope id.
      Parameters:
      subScopeId - the sub scope id
    • getScopeType

      public String getScopeType()
      Gets scope type.
      Returns:
      the scope type
    • setScopeType

      public void setScopeType(String scopeType)
      Sets scope type.
      Parameters:
      scopeType - the scope type
    • getScopeDefinitionId

      public String getScopeDefinitionId()
      Gets scope definition id.
      Returns:
      the scope definition id
    • setScopeDefinitionId

      public void setScopeDefinitionId(String scopeDefinitionId)
      Sets scope definition id.
      Parameters:
      scopeDefinitionId - the scope definition id
    • getPropagatedStageInstanceId

      public String getPropagatedStageInstanceId()
      Gets propagated stage instance id.
      Returns:
      the propagated stage instance id
    • setPropagatedStageInstanceId

      public void setPropagatedStageInstanceId(String propagatedStageInstanceId)
      Sets propagated stage instance id.
      Parameters:
      propagatedStageInstanceId - the propagated stage instance id
    • getProcessInstanceIdWithChildren

      public String getProcessInstanceIdWithChildren()
      Gets process instance id with children.
      Returns:
      the process instance id with children
    • setProcessInstanceIdWithChildren

      public void setProcessInstanceIdWithChildren(String processInstanceIdWithChildren)
      Sets process instance id with children.
      Parameters:
      processInstanceIdWithChildren - the process instance id with children
    • getTaskCreatedOn

      public Date getTaskCreatedOn()
      Gets task created on.
      Returns:
      the task created on
    • setTaskCreatedOn

      public void setTaskCreatedOn(Date taskCreatedOn)
      Sets task created on.
      Parameters:
      taskCreatedOn - the task created on
    • getTaskCreatedBefore

      public Date getTaskCreatedBefore()
      Gets task created before.
      Returns:
      the task created before
    • setTaskCreatedBefore

      public void setTaskCreatedBefore(Date taskCreatedBefore)
      Sets task created before.
      Parameters:
      taskCreatedBefore - the task created before
    • getTaskCreatedAfter

      public Date getTaskCreatedAfter()
      Gets task created after.
      Returns:
      the task created after
    • setTaskCreatedAfter

      public void setTaskCreatedAfter(Date taskCreatedAfter)
      Sets task created after.
      Parameters:
      taskCreatedAfter - the task created after
    • getTaskCategory

      public String getTaskCategory()
      Gets task category.
      Returns:
      the task category
    • setTaskCategory

      public void setTaskCategory(String taskCategory)
      Sets task category.
      Parameters:
      taskCategory - the task category
    • isTaskWithFormKey

      public boolean isTaskWithFormKey()
      Is task with form key boolean.
      Returns:
      the boolean
    • setTaskWithFormKey

      public void setTaskWithFormKey(boolean taskWithFormKey)
      Sets task with form key.
      Parameters:
      taskWithFormKey - the task with form key
    • getTaskFormKey

      public String getTaskFormKey()
      Gets task form key.
      Returns:
      the task form key
    • setTaskFormKey

      public void setTaskFormKey(String taskFormKey)
      Sets task form key.
      Parameters:
      taskFormKey - the task form key
    • getTaskDefinitionKey

      public String getTaskDefinitionKey()
      Gets task definition key.
      Returns:
      the task definition key
    • setTaskDefinitionKey

      public void setTaskDefinitionKey(String taskDefinitionKey)
      Sets task definition key.
      Parameters:
      taskDefinitionKey - the task definition key
    • getTaskDefinitionKeyLike

      public String getTaskDefinitionKeyLike()
      Gets task definition key like.
      Returns:
      the task definition key like
    • setTaskDefinitionKeyLike

      public void setTaskDefinitionKeyLike(String taskDefinitionKeyLike)
      Sets task definition key like.
      Parameters:
      taskDefinitionKeyLike - the task definition key like
    • getTaskDefinitionKeyList

      public List<String> getTaskDefinitionKeyList()
      Gets task definition key list.
      Returns:
      the task definition key list
    • setTaskDefinitionKeyList

      public void setTaskDefinitionKeyList(List<String> taskDefinitionKeyList)
      Sets task definition key list.
      Parameters:
      taskDefinitionKeyList - the task definition key list
    • getTaskDueDate

      public Date getTaskDueDate()
      Gets task due date.
      Returns:
      the task due date
    • setTaskDueDate

      public void setTaskDueDate(Date taskDueDate)
      Sets task due date.
      Parameters:
      taskDueDate - the task due date
    • getTaskDueBefore

      public Date getTaskDueBefore()
      Gets task due before.
      Returns:
      the task due before
    • setTaskDueBefore

      public void setTaskDueBefore(Date taskDueBefore)
      Sets task due before.
      Parameters:
      taskDueBefore - the task due before
    • getTaskDueAfter

      public Date getTaskDueAfter()
      Gets task due after.
      Returns:
      the task due after
    • setTaskDueAfter

      public void setTaskDueAfter(Date taskDueAfter)
      Sets task due after.
      Parameters:
      taskDueAfter - the task due after
    • isWithoutTaskDueDate

      public boolean isWithoutTaskDueDate()
      Is without task due date boolean.
      Returns:
      the boolean
    • setWithoutTaskDueDate

      public void setWithoutTaskDueDate(boolean withoutTaskDueDate)
      Sets without task due date.
      Parameters:
      withoutTaskDueDate - the without task due date
    • getProcessDefinitionKeyLike

      public String getProcessDefinitionKeyLike()
      Gets process definition key like.
      Returns:
      the process definition key like
    • setProcessDefinitionKeyLike

      public void setProcessDefinitionKeyLike(String processDefinitionKeyLike)
      Sets process definition key like.
      Parameters:
      processDefinitionKeyLike - the process definition key like
    • getProcessDefinitionKeyLikeIgnoreCase

      public String getProcessDefinitionKeyLikeIgnoreCase()
      Gets process definition key like ignore case.
      Returns:
      the process definition key like ignore case
    • setProcessDefinitionKeyLikeIgnoreCase

      public void setProcessDefinitionKeyLikeIgnoreCase(String processDefinitionKeyLikeIgnoreCase)
      Sets process definition key like ignore case.
      Parameters:
      processDefinitionKeyLikeIgnoreCase - the process definition key like ignore case
    • getProcessDefinitionKeyInList

      public List<String> getProcessDefinitionKeyInList()
      Gets process definition key in list.
      Returns:
      the process definition key in list
    • setProcessDefinitionKeyInList

      public void setProcessDefinitionKeyInList(List<String> processDefinitionKeyInList)
      Sets process definition key in list.
      Parameters:
      processDefinitionKeyInList - the process definition key in list
    • getTaskDefinitionId

      public String getTaskDefinitionId()
      Gets task definition id.
      Returns:
      the task definition id
    • setTaskDefinitionId

      public void setTaskDefinitionId(String taskDefinitionId)
      Sets task definition id.
      Parameters:
      taskDefinitionId - the task definition id
    • getProcessDefinitionNameLike

      public String getProcessDefinitionNameLike()
      Gets process definition name like.
      Returns:
      the process definition name like
    • setProcessDefinitionNameLike

      public void setProcessDefinitionNameLike(String processDefinitionNameLike)
      Sets process definition name like.
      Parameters:
      processDefinitionNameLike - the process definition name like
    • getProcessCategoryInList

      public List<String> getProcessCategoryInList()
      Gets process category in list.
      Returns:
      the process category in list
    • setProcessCategoryInList

      public void setProcessCategoryInList(List<String> processCategoryInList)
      Sets process category in list.
      Parameters:
      processCategoryInList - the process category in list
    • getProcessCategoryNotInList

      public List<String> getProcessCategoryNotInList()
      Gets process category not in list.
      Returns:
      the process category not in list
    • setProcessCategoryNotInList

      public void setProcessCategoryNotInList(List<String> processCategoryNotInList)
      Sets process category not in list.
      Parameters:
      processCategoryNotInList - the process category not in list
    • getDeploymentId

      public String getDeploymentId()
      Gets deployment id.
      Returns:
      the deployment id
    • setDeploymentId

      public void setDeploymentId(String deploymentId)
      Sets deployment id.
      Parameters:
      deploymentId - the deployment id
    • getDeploymentIdInList

      public List<String> getDeploymentIdInList()
      Gets deployment id in list.
      Returns:
      the deployment id in list
    • setDeploymentIdInList

      public void setDeploymentIdInList(List<String> deploymentIdInList)
      Sets deployment id in list.
      Parameters:
      deploymentIdInList - the deployment id in list
    • isWithoutScopeId

      public boolean isWithoutScopeId()
      Is without scope id boolean.
      Returns:
      the boolean
    • setWithoutScopeId

      public void setWithoutScopeId(boolean withoutScopeId)
      Sets without scope id.
      Parameters:
      withoutScopeId - the without scope id
    • getTaskVariableValueEqualsIgnoreCaseList

      public List<HvlBpmnVariableValueQueryModel> getTaskVariableValueEqualsIgnoreCaseList()
    • setTaskVariableValueEqualsIgnoreCaseList

      public void setTaskVariableValueEqualsIgnoreCaseList(List<HvlBpmnVariableValueQueryModel> taskVariableValueEqualsIgnoreCaseList)
    • getTaskVariableValueNotEqualsIgnoreCaseList

      public List<HvlBpmnVariableValueQueryModel> getTaskVariableValueNotEqualsIgnoreCaseList()
    • setTaskVariableValueNotEqualsIgnoreCaseList

      public void setTaskVariableValueNotEqualsIgnoreCaseList(List<HvlBpmnVariableValueQueryModel> taskVariableValueNotEqualsIgnoreCaseList)
    • getTaskVariableValueLikeList

      public List<HvlBpmnVariableValueQueryModel> getTaskVariableValueLikeList()
    • setTaskVariableValueLikeList

      public void setTaskVariableValueLikeList(List<HvlBpmnVariableValueQueryModel> taskVariableValueLikeList)
    • getTaskVariableValueLikeIgnoreCaseList

      public List<HvlBpmnVariableValueQueryModel> getTaskVariableValueLikeIgnoreCaseList()
    • setTaskVariableValueLikeIgnoreCaseList

      public void setTaskVariableValueLikeIgnoreCaseList(List<HvlBpmnVariableValueQueryModel> taskVariableValueLikeIgnoreCaseList)
    • getTaskVariableExistsList

      public List<String> getTaskVariableExistsList()
      Gets task variable exists.
      Returns:
      the task variable exists
    • setTaskVariableExistsList

      public void setTaskVariableExistsList(List<String> taskVariableExistsList)
      Sets task variable exists.
      Parameters:
      taskVariableExistsList - the task variable exists
    • getTaskVariableNotExistsList

      public List<String> getTaskVariableNotExistsList()
      Gets task variable not exists.
      Returns:
      the task variable not exists
    • setTaskVariableNotExistsList

      public void setTaskVariableNotExistsList(List<String> taskVariableNotExistsList)
      Sets task variable not exists.
      Parameters:
      taskVariableNotExistsList - the task variable not exists
    • getProcessVariableValueEqualsIgnoreCaseList

      public List<HvlBpmnVariableValueQueryModel> getProcessVariableValueEqualsIgnoreCaseList()
    • setProcessVariableValueEqualsIgnoreCaseList

      public void setProcessVariableValueEqualsIgnoreCaseList(List<HvlBpmnVariableValueQueryModel> processVariableValueEqualsIgnoreCaseList)
    • getProcessVariableValueNotEqualsIgnoreCaseList

      public List<HvlBpmnVariableValueQueryModel> getProcessVariableValueNotEqualsIgnoreCaseList()
    • setProcessVariableValueNotEqualsIgnoreCaseList

      public void setProcessVariableValueNotEqualsIgnoreCaseList(List<HvlBpmnVariableValueQueryModel> processVariableValueNotEqualsIgnoreCaseList)
    • getProcessVariableValueLikeList

      public List<HvlBpmnVariableValueQueryModel> getProcessVariableValueLikeList()
    • setProcessVariableValueLikeList

      public void setProcessVariableValueLikeList(List<HvlBpmnVariableValueQueryModel> processVariableValueLikeList)
    • getProcessVariableValueLikeIgnoreCaseList

      public List<HvlBpmnVariableValueQueryModel> getProcessVariableValueLikeIgnoreCaseList()
    • setProcessVariableValueLikeIgnoreCaseList

      public void setProcessVariableValueLikeIgnoreCaseList(List<HvlBpmnVariableValueQueryModel> processVariableValueLikeIgnoreCaseList)
    • getProcessVariableExistsList

      public List<String> getProcessVariableExistsList()
      Gets process variable exists.
      Returns:
      the process variable exists
    • setProcessVariableExistsList

      public void setProcessVariableExistsList(List<String> processVariableExistsList)
      Sets process variable exists.
      Parameters:
      processVariableExistsList - the process variable exists
    • getProcessVariableNotExistsList

      public List<String> getProcessVariableNotExistsList()
      Gets process variable not exists.
      Returns:
      the process variable not exists
    • setProcessVariableNotExistsList

      public void setProcessVariableNotExistsList(List<String> processVariableNotExistsList)
      Sets process variable not exists.
      Parameters:
      processVariableNotExistsList - the process variable not exists
    • isIncludeTaskLocalVariables

      public boolean isIncludeTaskLocalVariables()
      Is include task local variables boolean.
      Returns:
      the boolean
    • setIncludeTaskLocalVariables

      public void setIncludeTaskLocalVariables(boolean includeTaskLocalVariables)
      Sets include task local variables.
      Parameters:
      includeTaskLocalVariables - the include task local variables
    • isIncludeProcessVariables

      public boolean isIncludeProcessVariables()
      Is include process variables boolean.
      Returns:
      the boolean
    • setIncludeProcessVariables

      public void setIncludeProcessVariables(boolean includeProcessVariables)
      Sets include process variables.
      Parameters:
      includeProcessVariables - the include process variables
    • isIncludeIdentityLinks

      public boolean isIncludeIdentityLinks()
      Is include identity links boolean.
      Returns:
      the boolean
    • setIncludeIdentityLinks

      public void setIncludeIdentityLinks(boolean includeIdentityLinks)
      Sets include identity links.
      Parameters:
      includeIdentityLinks - the include identity links