Class FormDefinitionQueryImpl

java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormDefinitionQuery,org.flowable.form.api.FormDefinition>
com.flowable.form.engine.impl.FormDefinitionQueryImpl
All Implemented Interfaces:
Serializable, org.flowable.common.engine.api.query.Query<org.flowable.form.api.FormDefinitionQuery,org.flowable.form.api.FormDefinition>, org.flowable.common.engine.impl.interceptor.Command<Object>, org.flowable.form.api.FormDefinitionQuery

public class FormDefinitionQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormDefinitionQuery,org.flowable.form.api.FormDefinition> implements org.flowable.form.api.FormDefinitionQuery
Author:
Tijs Rademakers, Joram Barrez
See Also:
  • Field Details

    • id

      protected String id
    • ids

      protected Set<String> ids
    • category

      protected String category
    • categoryLike

      protected String categoryLike
    • categoryNotEquals

      protected String categoryNotEquals
    • name

      protected String name
    • nameLike

      protected String nameLike
    • deploymentId

      protected String deploymentId
    • deploymentIds

      protected Set<String> deploymentIds
    • parentDeploymentId

      protected String parentDeploymentId
    • key

      protected String key
    • keyLike

      protected String keyLike
    • resourceName

      protected String resourceName
    • resourceNameLike

      protected String resourceNameLike
    • version

      protected Integer version
    • versionGt

      protected Integer versionGt
    • versionGte

      protected Integer versionGte
    • versionLt

      protected Integer versionLt
    • versionLte

      protected Integer versionLte
    • latest

      protected boolean latest
    • tenantId

      protected String tenantId
    • tenantIdLike

      protected String tenantIdLike
    • withoutTenantId

      protected boolean withoutTenantId
  • Constructor Details

    • FormDefinitionQueryImpl

      public FormDefinitionQueryImpl()
    • FormDefinitionQueryImpl

      public FormDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • FormDefinitionQueryImpl

      public FormDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
  • Method Details

    • formId

      public FormDefinitionQueryImpl formId(String formId)
      Specified by:
      formId in interface org.flowable.form.api.FormDefinitionQuery
    • formIds

      public org.flowable.form.api.FormDefinitionQuery formIds(Set<String> formIds)
      Specified by:
      formIds in interface org.flowable.form.api.FormDefinitionQuery
    • formCategory

      public FormDefinitionQueryImpl formCategory(String category)
      Specified by:
      formCategory in interface org.flowable.form.api.FormDefinitionQuery
    • formCategoryLike

      public FormDefinitionQueryImpl formCategoryLike(String categoryLike)
      Specified by:
      formCategoryLike in interface org.flowable.form.api.FormDefinitionQuery
    • formCategoryNotEquals

      public FormDefinitionQueryImpl formCategoryNotEquals(String categoryNotEquals)
      Specified by:
      formCategoryNotEquals in interface org.flowable.form.api.FormDefinitionQuery
    • formName

      public FormDefinitionQueryImpl formName(String name)
      Specified by:
      formName in interface org.flowable.form.api.FormDefinitionQuery
    • formNameLike

      public FormDefinitionQueryImpl formNameLike(String nameLike)
      Specified by:
      formNameLike in interface org.flowable.form.api.FormDefinitionQuery
    • deploymentId

      public FormDefinitionQueryImpl deploymentId(String deploymentId)
      Specified by:
      deploymentId in interface org.flowable.form.api.FormDefinitionQuery
    • deploymentIds

      public FormDefinitionQueryImpl deploymentIds(Set<String> deploymentIds)
      Specified by:
      deploymentIds in interface org.flowable.form.api.FormDefinitionQuery
    • parentDeploymentId

      public org.flowable.form.api.FormDefinitionQuery parentDeploymentId(String parentDeploymentId)
      Specified by:
      parentDeploymentId in interface org.flowable.form.api.FormDefinitionQuery
    • formDefinitionKey

      public FormDefinitionQueryImpl formDefinitionKey(String key)
      Specified by:
      formDefinitionKey in interface org.flowable.form.api.FormDefinitionQuery
    • formDefinitionKeyLike

      public FormDefinitionQueryImpl formDefinitionKeyLike(String keyLike)
      Specified by:
      formDefinitionKeyLike in interface org.flowable.form.api.FormDefinitionQuery
    • formResourceName

      public FormDefinitionQueryImpl formResourceName(String resourceName)
      Specified by:
      formResourceName in interface org.flowable.form.api.FormDefinitionQuery
    • formResourceNameLike

      public FormDefinitionQueryImpl formResourceNameLike(String resourceNameLike)
      Specified by:
      formResourceNameLike in interface org.flowable.form.api.FormDefinitionQuery
    • formVersion

      public FormDefinitionQueryImpl formVersion(Integer version)
      Specified by:
      formVersion in interface org.flowable.form.api.FormDefinitionQuery
    • formVersionGreaterThan

      public org.flowable.form.api.FormDefinitionQuery formVersionGreaterThan(Integer formVersion)
      Specified by:
      formVersionGreaterThan in interface org.flowable.form.api.FormDefinitionQuery
    • formVersionGreaterThanOrEquals

      public org.flowable.form.api.FormDefinitionQuery formVersionGreaterThanOrEquals(Integer formVersion)
      Specified by:
      formVersionGreaterThanOrEquals in interface org.flowable.form.api.FormDefinitionQuery
    • formVersionLowerThan

      public org.flowable.form.api.FormDefinitionQuery formVersionLowerThan(Integer formVersion)
      Specified by:
      formVersionLowerThan in interface org.flowable.form.api.FormDefinitionQuery
    • formVersionLowerThanOrEquals

      public org.flowable.form.api.FormDefinitionQuery formVersionLowerThanOrEquals(Integer formVersion)
      Specified by:
      formVersionLowerThanOrEquals in interface org.flowable.form.api.FormDefinitionQuery
    • checkVersion

      protected void checkVersion(Integer version)
    • latestVersion

      public FormDefinitionQueryImpl latestVersion()
      Specified by:
      latestVersion in interface org.flowable.form.api.FormDefinitionQuery
    • formTenantId

      public org.flowable.form.api.FormDefinitionQuery formTenantId(String tenantId)
      Specified by:
      formTenantId in interface org.flowable.form.api.FormDefinitionQuery
    • formTenantIdLike

      public org.flowable.form.api.FormDefinitionQuery formTenantIdLike(String tenantIdLike)
      Specified by:
      formTenantIdLike in interface org.flowable.form.api.FormDefinitionQuery
    • formWithoutTenantId

      public org.flowable.form.api.FormDefinitionQuery formWithoutTenantId()
      Specified by:
      formWithoutTenantId in interface org.flowable.form.api.FormDefinitionQuery
    • orderByDeploymentId

      public org.flowable.form.api.FormDefinitionQuery orderByDeploymentId()
      Specified by:
      orderByDeploymentId in interface org.flowable.form.api.FormDefinitionQuery
    • orderByFormDefinitionKey

      public org.flowable.form.api.FormDefinitionQuery orderByFormDefinitionKey()
      Specified by:
      orderByFormDefinitionKey in interface org.flowable.form.api.FormDefinitionQuery
    • orderByFormCategory

      public org.flowable.form.api.FormDefinitionQuery orderByFormCategory()
      Specified by:
      orderByFormCategory in interface org.flowable.form.api.FormDefinitionQuery
    • orderByFormId

      public org.flowable.form.api.FormDefinitionQuery orderByFormId()
      Specified by:
      orderByFormId in interface org.flowable.form.api.FormDefinitionQuery
    • orderByFormVersion

      public org.flowable.form.api.FormDefinitionQuery orderByFormVersion()
      Specified by:
      orderByFormVersion in interface org.flowable.form.api.FormDefinitionQuery
    • orderByFormName

      public org.flowable.form.api.FormDefinitionQuery orderByFormName()
      Specified by:
      orderByFormName in interface org.flowable.form.api.FormDefinitionQuery
    • orderByTenantId

      public org.flowable.form.api.FormDefinitionQuery orderByTenantId()
      Specified by:
      orderByTenantId in interface org.flowable.form.api.FormDefinitionQuery
    • executeCount

      public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormDefinitionQuery,org.flowable.form.api.FormDefinition>
    • executeList

      public List<org.flowable.form.api.FormDefinition> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      executeList in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormDefinitionQuery,org.flowable.form.api.FormDefinition>
    • getDeploymentId

      public String getDeploymentId()
    • getDeploymentIds

      public Set<String> getDeploymentIds()
    • getParentDeploymentId

      public String getParentDeploymentId()
    • getId

      public String getId()
    • getIds

      public Set<String> getIds()
    • getName

      public String getName()
    • getNameLike

      public String getNameLike()
    • getKey

      public String getKey()
    • getKeyLike

      public String getKeyLike()
    • getVersion

      public Integer getVersion()
    • getVersionGt

      public Integer getVersionGt()
    • getVersionGte

      public Integer getVersionGte()
    • getVersionLt

      public Integer getVersionLt()
    • getVersionLte

      public Integer getVersionLte()
    • isLatest

      public boolean isLatest()
    • getCategory

      public String getCategory()
    • getCategoryLike

      public String getCategoryLike()
    • getResourceName

      public String getResourceName()
    • getResourceNameLike

      public String getResourceNameLike()
    • getCategoryNotEquals

      public String getCategoryNotEquals()
    • getTenantId

      public String getTenantId()
    • getTenantIdLike

      public String getTenantIdLike()
    • isWithoutTenantId

      public boolean isWithoutTenantId()