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