Class HvlBpmnProcessDefinitionQueryModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
tr.com.havelsan.javarch.bpmn.common.repository.model.query.HvlBpmnProcessDefinitionQueryModel
All Implemented Interfaces:
Serializable

public class HvlBpmnProcessDefinitionQueryModel extends tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
The type Hvl bpmn process definition query model.
See Also:
  • Field Details

  • Constructor Details

    • HvlBpmnProcessDefinitionQueryModel

      public HvlBpmnProcessDefinitionQueryModel()
  • Method Details

    • getId

      public String getId()
      Gets id.
      Returns:
      the id
    • setId

      public void setId(String id)
      Sets id.
      Parameters:
      id - the id
    • getIdList

      public List<String> getIdList()
      Gets id list.
      Returns:
      the id list
    • setIdList

      public void setIdList(List<String> idList)
      Sets id list.
      Parameters:
      idList - the id list
    • getCategory

      public String getCategory()
      Gets category.
      Returns:
      the category
    • setCategory

      public void setCategory(String category)
      Sets category.
      Parameters:
      category - the category
    • getCategoryLike

      public String getCategoryLike()
      Gets category like.
      Returns:
      the category like
    • setCategoryLike

      public void setCategoryLike(String categoryLike)
      Sets category like.
      Parameters:
      categoryLike - the category like
    • getCategoryNotEquals

      public String getCategoryNotEquals()
      Gets category not equals.
      Returns:
      the category not equals
    • setCategoryNotEquals

      public void setCategoryNotEquals(String categoryNotEquals)
      Sets category not equals.
      Parameters:
      categoryNotEquals - the category not equals
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • getNameLike

      public String getNameLike()
      Gets name like.
      Returns:
      the name like
    • setNameLike

      public void setNameLike(String nameLike)
      Sets name like.
      Parameters:
      nameLike - the name like
    • getNameLikeIgnoreCase

      public String getNameLikeIgnoreCase()
      Gets name like ignore case.
      Returns:
      the name like ignore case
    • setNameLikeIgnoreCase

      public void setNameLikeIgnoreCase(String nameLikeIgnoreCase)
      Sets name like ignore case.
      Parameters:
      nameLikeIgnoreCase - the name like ignore case
    • 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
    • getDeploymentIdList

      public List<String> getDeploymentIdList()
      Gets deployment id list.
      Returns:
      the deployment id list
    • setDeploymentIdList

      public void setDeploymentIdList(List<String> deploymentIdList)
      Sets deployment id list.
      Parameters:
      deploymentIdList - the deployment id list
    • getParentDeploymentId

      public String getParentDeploymentId()
      Gets parent deployment id.
      Returns:
      the parent deployment id
    • setParentDeploymentId

      public void setParentDeploymentId(String parentDeploymentId)
      Sets parent deployment id.
      Parameters:
      parentDeploymentId - the parent deployment id
    • getKey

      public String getKey()
      Gets key.
      Returns:
      the key
    • setKey

      public void setKey(String key)
      Sets key.
      Parameters:
      key - the key
    • getKeyLike

      public String getKeyLike()
      Gets key like.
      Returns:
      the key like
    • setKeyLike

      public void setKeyLike(String keyLike)
      Sets key like.
      Parameters:
      keyLike - the key like
    • getVersion

      public Integer getVersion()
      Gets version.
      Returns:
      the version
    • setVersion

      public void setVersion(Integer version)
      Sets version.
      Parameters:
      version - the version
    • getVersionGreaterThan

      public Integer getVersionGreaterThan()
      Gets version greater than.
      Returns:
      the version greater than
    • setVersionGreaterThan

      public void setVersionGreaterThan(Integer versionGreaterThan)
      Sets version greater than.
      Parameters:
      versionGreaterThan - the version greater than
    • getVersionGreaterThanOrEquals

      public Integer getVersionGreaterThanOrEquals()
      Gets version greater than or equals.
      Returns:
      the version greater than or equals
    • setVersionGreaterThanOrEquals

      public void setVersionGreaterThanOrEquals(Integer versionGreaterThanOrEquals)
      Sets version greater than or equals.
      Parameters:
      versionGreaterThanOrEquals - the version greater than or equals
    • getVersionLowerThan

      public Integer getVersionLowerThan()
      Gets version lower than.
      Returns:
      the version lower than
    • setVersionLowerThan

      public void setVersionLowerThan(Integer versionLowerThan)
      Sets version lower than.
      Parameters:
      versionLowerThan - the version lower than
    • getVersionLowerThanOrEquals

      public Integer getVersionLowerThanOrEquals()
      Gets version lower than or equals.
      Returns:
      the version lower than or equals
    • setVersionLowerThanOrEquals

      public void setVersionLowerThanOrEquals(Integer versionLowerThanOrEquals)
      Sets version lower than or equals.
      Parameters:
      versionLowerThanOrEquals - the version lower than or equals
    • getLatestVersion

      public boolean getLatestVersion()
      Gets latest version.
      Returns:
      the latest version
    • setLatestVersion

      public void setLatestVersion(boolean latestVersion)
      Sets latest version.
      Parameters:
      latestVersion - the latest version
    • getResourceName

      public String getResourceName()
      Gets resource name.
      Returns:
      the resource name
    • setResourceName

      public void setResourceName(String resourceName)
      Sets resource name.
      Parameters:
      resourceName - the resource name
    • getResourceNameLike

      public String getResourceNameLike()
      Gets resource name like.
      Returns:
      the resource name like
    • setResourceNameLike

      public void setResourceNameLike(String resourceNameLike)
      Sets resource name like.
      Parameters:
      resourceNameLike - the resource name like
    • getStartableByUserId

      public String getStartableByUserId()
      Gets startable by user id.
      Returns:
      the startable by user id
    • setStartableByUserId

      public void setStartableByUserId(String startableByUserId)
      Sets startable by user id.
      Parameters:
      startableByUserId - the startable by user id
    • getStartableByGroupIdList

      public List<String> getStartableByGroupIdList()
      Gets startable by group id list.
      Returns:
      the startable by group id list
    • setStartableByGroupIdList

      public void setStartableByGroupIdList(List<String> startableByGroupIdList)
      Sets startable by group id list.
      Parameters:
      startableByGroupIdList - the startable by group id list
    • getSuspended

      public boolean getSuspended()
      Gets suspended.
      Returns:
      the suspended
    • setSuspended

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

      public boolean getActive()
      Gets active.
      Returns:
      the active
    • setActive

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

      public String getTenantId()
      Gets tenant id.
      Returns:
      the tenant id
    • setTenantId

      public void setTenantId(String tenantId)
      Sets tenant id.
      Parameters:
      tenantId - the tenant id
    • getTenantIdLike

      public String getTenantIdLike()
      Gets tenant id like.
      Returns:
      the tenant id like
    • setTenantIdLike

      public void setTenantIdLike(String tenantIdLike)
      Sets tenant id like.
      Parameters:
      tenantIdLike - the tenant id like
    • getWithoutTenantId

      public boolean getWithoutTenantId()
      Gets without tenant id.
      Returns:
      the without tenant id
    • setWithoutTenantId

      public void setWithoutTenantId(boolean withoutTenantId)
      Sets without tenant id.
      Parameters:
      withoutTenantId - the without tenant id
    • getEngineVersion

      public String getEngineVersion()
      Gets engine version.
      Returns:
      the engine version
    • setEngineVersion

      public void setEngineVersion(String engineVersion)
      Sets engine version.
      Parameters:
      engineVersion - the engine version
    • getMessageEventSubscriptionName

      public String getMessageEventSubscriptionName()
      Gets message event subscription name.
      Returns:
      the message event subscription name
    • setMessageEventSubscriptionName

      public void setMessageEventSubscriptionName(String messageEventSubscriptionName)
      Sets message event subscription name.
      Parameters:
      messageEventSubscriptionName - the message event subscription name
    • getLocale

      public String getLocale()
      Gets locale.
      Returns:
      the locale
    • setLocale

      public void setLocale(String locale)
      Sets locale.
      Parameters:
      locale - the locale
    • getWithLocalizationFallback

      public boolean getWithLocalizationFallback()
      Gets with localization fallback.
      Returns:
      the with localization fallback
    • setWithLocalizationFallback

      public void setWithLocalizationFallback(boolean withLocalizationFallback)
      Sets with localization fallback.
      Parameters:
      withLocalizationFallback - the with localization fallback