java.lang.Object
tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
tr.com.havelsan.javarch.bpmn.admin.cloud.client.module.process.model.query.HvlBpmnProcessQueryModel
All Implemented Interfaces:
Serializable

public class HvlBpmnProcessQueryModel extends tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
A data transfer object which is used to filter query.
See Also:
  • Constructor Details

    • HvlBpmnProcessQueryModel

      public HvlBpmnProcessQueryModel()
  • Method Details

    • getKey

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

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

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

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

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

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

      public HvlBpmnModelStatus getStatus()
      Gets status.
      Returns:
      the status
    • setStatus

      public void setStatus(HvlBpmnModelStatus status)
      Sets status.
      Parameters:
      status - the status
    • getNamespace

      public String getNamespace()
      Gets namespace.
      Returns:
      the namespace
    • setNamespace

      public void setNamespace(String namespace)
      Sets namespace.
      Parameters:
      namespace - the namespace
    • getProcessVersion

      public Long getProcessVersion()
      Gets process version.
      Returns:
      the process version
    • setProcessVersion

      public void setProcessVersion(Long processVersion)
      Sets process version.
      Parameters:
      processVersion - the process version
    • getFlowableVersion

      public Long getFlowableVersion()
      Gets flowable version.
      Returns:
      the flowable version
    • setFlowableVersion

      public void setFlowableVersion(Long flowableVersion)
      Sets flowable version.
      Parameters:
      flowableVersion - the flowable version
    • isLatestVersion

      public boolean isLatestVersion()
      Is latest version boolean.
      Returns:
      the boolean
    • setLatestVersion

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

      public boolean isEmptyCategory()
      Is empty category.
      Returns:
      the boolean
    • setEmptyCategory

      public void setEmptyCategory(boolean emptyCategory)
      Sets empty category.
      Parameters:
      emptyCategory - the empty category
    • getSuspended

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

      public void setSuspended(Boolean suspended)
      Sets suspended.
      Parameters:
      suspended - the suspended
    • getType

      public HvlBpmnProcessType getType()
      Gets type.
      Returns:
      the type
    • setType

      public void setType(HvlBpmnProcessType type)
      Sets type.
      Parameters:
      type - the type