Class AppDeploymentQueryImpl

java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>
com.flowable.app.engine.impl.repository.AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>
com.flowable.app.engine.impl.repository.AppDeploymentQueryImpl
All Implemented Interfaces:
Serializable, org.flowable.app.api.repository.AppDeploymentBaseQuery<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>, org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.common.engine.api.query.Query<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>, org.flowable.common.engine.impl.interceptor.Command<Object>

public class AppDeploymentQueryImpl extends AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment> implements org.flowable.app.api.repository.AppDeploymentQuery
Author:
Tijs Rademakers, Joram Barrez
See Also:
  • Constructor Details

    • AppDeploymentQueryImpl

      public AppDeploymentQueryImpl()
    • AppDeploymentQueryImpl

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

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

    • executeFindAppDeploymentCount

      protected long executeFindAppDeploymentCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      executeFindAppDeploymentCount in class AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>
    • executeFindAppDeploymentList

      protected List<org.flowable.app.api.repository.AppDeployment> executeFindAppDeploymentList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      executeFindAppDeploymentList in class AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>
    • getDeploymentId

      public String getDeploymentId()
      Overrides:
      getDeploymentId in class AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>
    • getDeploymentIds

      public List<String> getDeploymentIds()
      Overrides:
      getDeploymentIds in class AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>
    • getName

      public String getName()
      Overrides:
      getName in class AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>
    • getNameLike

      public String getNameLike()
      Overrides:
      getNameLike in class AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>
    • getCategory

      public String getCategory()
      Overrides:
      getCategory in class AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>
    • getCategoryNotEquals

      public String getCategoryNotEquals()
      Overrides:
      getCategoryNotEquals in class AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>
    • getKey

      public String getKey()
      Overrides:
      getKey in class AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>
    • getTenantId

      public String getTenantId()
      Overrides:
      getTenantId in class AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>
    • getTenantIdLike

      public String getTenantIdLike()
      Overrides:
      getTenantIdLike in class AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>
    • isWithoutTenantId

      public boolean isWithoutTenantId()
      Overrides:
      isWithoutTenantId in class AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery, org.flowable.app.api.repository.AppDeployment>
    • getCreatorId

      public String getCreatorId()