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:
java.io.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<java.lang.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, java.io.Serializable
Author:
Tijs Rademakers, Joram Barrez
See Also:
Serialized Form
  • Field Details

  • Constructor Details

  • Method Details

    • deploymentId

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

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

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

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

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

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

      public FormDeploymentQueryImpl parentDeploymentIdLike​(java.lang.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​(java.lang.String tenantId)
      Specified by:
      deploymentTenantId in interface org.flowable.form.api.FormDeploymentQuery
    • deploymentTenantIdLike

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

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

      public FormDeploymentQueryImpl formDefinitionKeyLike​(java.lang.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 java.util.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 java.lang.String getDeploymentId()
    • getName

      public java.lang.String getName()
    • getNameLike

      public java.lang.String getNameLike()
    • getCategory

      public java.lang.String getCategory()
    • getCategoryNotEquals

      public java.lang.String getCategoryNotEquals()
    • getTenantId

      public java.lang.String getTenantId()
    • getTenantIdLike

      public java.lang.String getTenantIdLike()
    • isWithoutTenantId

      public boolean isWithoutTenantId()
    • getFormDefinitionKey

      public java.lang.String getFormDefinitionKey()
    • getFormDefinitionKeyLike

      public java.lang.String getFormDefinitionKeyLike()