Class FormDeploymentQueryImpl

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

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

    • deploymentId

      protected String deploymentId
    • name

      protected String name
    • nameLike

      protected String nameLike
    • category

      protected String category
    • categoryNotEquals

      protected String categoryNotEquals
    • tenantId

      protected String tenantId
    • tenantIdLike

      protected String tenantIdLike
    • withoutTenantId

      protected boolean withoutTenantId
    • parentDeploymentId

      protected String parentDeploymentId
    • parentDeploymentIdLike

      protected String parentDeploymentIdLike
    • formDefinitionKey

      protected String formDefinitionKey
    • formDefinitionKeyLike

      protected String formDefinitionKeyLike
  • Constructor Details

    • FormDeploymentQueryImpl

      public FormDeploymentQueryImpl()
    • FormDeploymentQueryImpl

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

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

    • deploymentId

      public FormDeploymentQueryImpl deploymentId(String deploymentId)
      Specified by:
      deploymentId in interface org.flowable.form.api.FormDeploymentQuery
    • deploymentName

      public FormDeploymentQueryImpl deploymentName(String deploymentName)
      Specified by:
      deploymentName in interface org.flowable.form.api.FormDeploymentQuery
    • deploymentNameLike

      public FormDeploymentQueryImpl deploymentNameLike(String nameLike)
      Specified by:
      deploymentNameLike in interface org.flowable.form.api.FormDeploymentQuery
    • deploymentCategory

      public FormDeploymentQueryImpl deploymentCategory(String deploymentCategory)
      Specified by:
      deploymentCategory in interface org.flowable.form.api.FormDeploymentQuery
    • deploymentCategoryNotEquals

      public FormDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
      Specified by:
      deploymentCategoryNotEquals in interface org.flowable.form.api.FormDeploymentQuery
    • parentDeploymentId

      public FormDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
      Specified by:
      parentDeploymentId in interface org.flowable.form.api.FormDeploymentQuery
    • parentDeploymentIdLike

      public FormDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
      Specified by:
      parentDeploymentIdLike in interface org.flowable.form.api.FormDeploymentQuery
    • deploymentWithoutTenantId

      public FormDeploymentQueryImpl deploymentWithoutTenantId()
      Specified by:
      deploymentWithoutTenantId in interface org.flowable.form.api.FormDeploymentQuery
    • deploymentTenantId

      public FormDeploymentQueryImpl deploymentTenantId(String tenantId)
      Specified by:
      deploymentTenantId in interface org.flowable.form.api.FormDeploymentQuery
    • deploymentTenantIdLike

      public FormDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
      Specified by:
      deploymentTenantIdLike in interface org.flowable.form.api.FormDeploymentQuery
    • formDefinitionKey

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

      public FormDeploymentQueryImpl formDefinitionKeyLike(String keyLike)
      Specified by:
      formDefinitionKeyLike in interface org.flowable.form.api.FormDeploymentQuery
    • orderByDeploymentId

      public org.flowable.form.api.FormDeploymentQuery orderByDeploymentId()
      Specified by:
      orderByDeploymentId in interface org.flowable.form.api.FormDeploymentQuery
    • orderByDeploymentTime

      public org.flowable.form.api.FormDeploymentQuery orderByDeploymentTime()
      Specified by:
      orderByDeploymentTime in interface org.flowable.form.api.FormDeploymentQuery
    • orderByDeploymentName

      public org.flowable.form.api.FormDeploymentQuery orderByDeploymentName()
      Specified by:
      orderByDeploymentName in interface org.flowable.form.api.FormDeploymentQuery
    • orderByTenantId

      public org.flowable.form.api.FormDeploymentQuery orderByTenantId()
      Specified by:
      orderByTenantId in interface org.flowable.form.api.FormDeploymentQuery
    • 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.FormDeploymentQuery,org.flowable.form.api.FormDeployment>
    • executeList

      public List<org.flowable.form.api.FormDeployment> 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.FormDeploymentQuery,org.flowable.form.api.FormDeployment>
    • getDeploymentId

      public String getDeploymentId()
    • getName

      public String getName()
    • getNameLike

      public String getNameLike()
    • getCategory

      public String getCategory()
    • getCategoryNotEquals

      public String getCategoryNotEquals()
    • getTenantId

      public String getTenantId()
    • getTenantIdLike

      public String getTenantIdLike()
    • isWithoutTenantId

      public boolean isWithoutTenantId()
    • getFormDefinitionKey

      public String getFormDefinitionKey()
    • getFormDefinitionKeyLike

      public String getFormDefinitionKeyLike()