Package org.flowable.form.api
Interface NativeFormDeploymentQuery
- All Superinterfaces:
NativeQuery<NativeFormDeploymentQuery,
FormDeployment>
public interface NativeFormDeploymentQuery
extends NativeQuery<NativeFormDeploymentQuery,FormDeployment>
Allows querying of
FormDeployment
s via native (SQL) queries- Author:
- Tijs Rademakers
-
Method Summary
Methods inherited from interface org.flowable.common.engine.api.query.NativeQuery
count, list, listPage, parameter, singleResult, sql