Interface NativeDeploymentQuery

All Superinterfaces:
org.flowable.common.engine.api.query.NativeQuery<NativeDeploymentQuery,Deployment>
All Known Implementing Classes:
NativeDeploymentQueryImpl

public interface NativeDeploymentQuery extends org.flowable.common.engine.api.query.NativeQuery<NativeDeploymentQuery,Deployment>
Allows querying of Deployments via native (SQL) queries
Author:
Henry Yan(http://www.kafeitu.me)
  • Method Summary

    Methods inherited from interface org.flowable.common.engine.api.query.NativeQuery

    count, list, listPage, parameter, singleResult, sql