Package org.flowable.task.api
Interface NativeTaskQuery
-
- All Superinterfaces:
NativeQuery<NativeTaskQuery,Task>
public interface NativeTaskQuery extends NativeQuery<NativeTaskQuery,Task>
Allows querying ofTasks via native (SQL) queries- Author:
- Bernd Ruecker (camunda)
-
-
Method Summary
-
Methods inherited from interface org.flowable.common.engine.api.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
-
-