Class HvlBpmnExecutionQueryModel

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.runtime.model.query.HvlBpmnExecutionQueryModel
All Implemented Interfaces:
Serializable

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

    • 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_PROCESS_DEFINITION_KEY

      public static final String ORDER_BY_PROCESS_DEFINITION_KEY
      The constant ORDER_BY_PROCESS_DEFINITION_KEY.
      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_TENANT_ID

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

    • HvlBpmnExecutionQueryModel

      public HvlBpmnExecutionQueryModel()
  • Method Details

    • getRootProcessInstanceId

      public String getRootProcessInstanceId()
      Gets root process instance id.
      Returns:
      the root process instance id
    • setRootProcessInstanceId

      public void setRootProcessInstanceId(String rootProcessInstanceId)
      Sets root process instance id.
      Parameters:
      rootProcessInstanceId - the root process instance id
    • isIncludeChildExecutions

      public boolean isIncludeChildExecutions()
      Is include child executions boolean.
      Returns:
      the boolean
    • setIncludeChildExecutions

      public void setIncludeChildExecutions(boolean includeChildExecutions)
      Sets include child executions.
      Parameters:
      includeChildExecutions - the include child executions
    • 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
    • getActivityId

      public String getActivityId()
      Gets activity id.
      Returns:
      the activity id
    • setActivityId

      public void setActivityId(String activityId)
      Sets activity id.
      Parameters:
      activityId - the activity id
    • getParentId

      public String getParentId()
      Gets parent id.
      Returns:
      the parent id
    • setParentId

      public void setParentId(String parentId)
      Sets parent id.
      Parameters:
      parentId - the parent id
    • isOnlyChildExecutions

      public boolean isOnlyChildExecutions()
      Is only child executions boolean.
      Returns:
      the boolean
    • setOnlyChildExecutions

      public void setOnlyChildExecutions(boolean onlyChildExecutions)
      Sets only child executions.
      Parameters:
      onlyChildExecutions - the only child executions
    • isOnlySubProcessExecutions

      public boolean isOnlySubProcessExecutions()
      Is only sub process executions boolean.
      Returns:
      the boolean
    • setOnlySubProcessExecutions

      public void setOnlySubProcessExecutions(boolean onlySubProcessExecutions)
      Sets only sub process executions.
      Parameters:
      onlySubProcessExecutions - the only sub process executions
    • isOnlyProcessInstanceExecutions

      public boolean isOnlyProcessInstanceExecutions()
      Is only process instance executions boolean.
      Returns:
      the boolean
    • setOnlyProcessInstanceExecutions

      public void setOnlyProcessInstanceExecutions(boolean onlyProcessInstanceExecutions)
      Sets only process instance executions.
      Parameters:
      onlyProcessInstanceExecutions - the only process instance executions
    • getExecutionTenantId

      public String getExecutionTenantId()
      Gets execution tenant id.
      Returns:
      the execution tenant id
    • setExecutionTenantId

      public void setExecutionTenantId(String executionTenantId)
      Sets execution tenant id.
      Parameters:
      executionTenantId - the execution tenant id
    • getExecutionTenantIdLike

      public String getExecutionTenantIdLike()
      Gets execution tenant id like.
      Returns:
      the execution tenant id like
    • setExecutionTenantIdLike

      public void setExecutionTenantIdLike(String executionTenantIdLike)
      Sets execution tenant id like.
      Parameters:
      executionTenantIdLike - the execution tenant id like
    • isExecutionWithoutTenantId

      public boolean isExecutionWithoutTenantId()
      Is execution without tenant id boolean.
      Returns:
      the boolean
    • setExecutionWithoutTenantId

      public void setExecutionWithoutTenantId(boolean executionWithoutTenantId)
      Sets execution without tenant id.
      Parameters:
      executionWithoutTenantId - the execution without tenant id
    • getExecutionReferenceId

      public String getExecutionReferenceId()
      Gets execution reference id.
      Returns:
      the execution reference id
    • setExecutionReferenceId

      public void setExecutionReferenceId(String executionReferenceId)
      Sets execution reference id.
      Parameters:
      executionReferenceId - the execution reference id
    • getExecutionReferenceType

      public String getExecutionReferenceType()
      Gets execution reference type.
      Returns:
      the execution reference type
    • setExecutionReferenceType

      public void setExecutionReferenceType(String executionReferenceType)
      Sets execution reference type.
      Parameters:
      executionReferenceType - the execution reference type
    • getVariableExistsList

      public List<String> getVariableExistsList()
      Gets variable exists list.
      Returns:
      the variable exists list
    • setVariableExistsList

      public void setVariableExistsList(List<String> variableExistsList)
      Sets variable exists list.
      Parameters:
      variableExistsList - the variable exists list
    • getVariableNotExistsList

      public List<String> getVariableNotExistsList()
      Gets variable not exists list.
      Returns:
      the variable not exists list
    • setVariableNotExistsList

      public void setVariableNotExistsList(List<String> variableNotExistsList)
      Sets variable not exists list.
      Parameters:
      variableNotExistsList - the variable not exists list
    • getProcessVariableValueEqualsIgnoreCaseList

      public List<HvlBpmnVariableValueQueryModel> getProcessVariableValueEqualsIgnoreCaseList()
      Gets process variable value equals ignore case list.
      Returns:
      the process variable value equals ignore case list
    • setProcessVariableValueEqualsIgnoreCaseList

      public void setProcessVariableValueEqualsIgnoreCaseList(List<HvlBpmnVariableValueQueryModel> processVariableValueEqualsIgnoreCaseList)
      Sets process variable value equals ignore case list.
      Parameters:
      processVariableValueEqualsIgnoreCaseList - the process variable value equals ignore case list
    • getProcessVariableValueNotEqualsIgnoreCaseList

      public List<HvlBpmnVariableValueQueryModel> getProcessVariableValueNotEqualsIgnoreCaseList()
      Gets process variable value not equals ignore case list.
      Returns:
      the process variable value not equals ignore case list
    • setProcessVariableValueNotEqualsIgnoreCaseList

      public void setProcessVariableValueNotEqualsIgnoreCaseList(List<HvlBpmnVariableValueQueryModel> processVariableValueNotEqualsIgnoreCaseList)
      Sets process variable value not equals ignore case list.
      Parameters:
      processVariableValueNotEqualsIgnoreCaseList - the process variable value not equals ignore case list
    • getProcessVariableValueLikeList

      public List<HvlBpmnVariableValueQueryModel> getProcessVariableValueLikeList()
      Gets process variable value like list.
      Returns:
      the process variable value like list
    • setProcessVariableValueLikeList

      public void setProcessVariableValueLikeList(List<HvlBpmnVariableValueQueryModel> processVariableValueLikeList)
      Sets process variable value like list.
      Parameters:
      processVariableValueLikeList - the process variable value like list
    • getProcessVariableValueLikeIgnoreCaseList

      public List<HvlBpmnVariableValueQueryModel> getProcessVariableValueLikeIgnoreCaseList()
      Gets process variable value like ignore case list.
      Returns:
      the process variable value like ignore case list
    • setProcessVariableValueLikeIgnoreCaseList

      public void setProcessVariableValueLikeIgnoreCaseList(List<HvlBpmnVariableValueQueryModel> processVariableValueLikeIgnoreCaseList)
      Sets process variable value like ignore case list.
      Parameters:
      processVariableValueLikeIgnoreCaseList - the process variable value like ignore case list
    • getProcessVariableExistsList

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

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

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

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

      public List<String> getSignalEventSubscriptionNameList()
      Gets signal event subscription name list.
      Returns:
      the signal event subscription name list
    • setSignalEventSubscriptionNameList

      public void setSignalEventSubscriptionNameList(List<String> signalEventSubscriptionNameList)
      Sets signal event subscription name list.
      Parameters:
      signalEventSubscriptionNameList - the signal event subscription name list
    • getMessageEventSubscriptionNameList

      public List<String> getMessageEventSubscriptionNameList()
      Gets message event subscription name list.
      Returns:
      the message event subscription name list
    • setMessageEventSubscriptionNameList

      public void setMessageEventSubscriptionNameList(List<String> messageEventSubscriptionNameList)
      Sets message event subscription name list.
      Parameters:
      messageEventSubscriptionNameList - the message event subscription name list