Package org.camunda.bpm.engine.task
Interface NativeTaskQuery
- 
- All Superinterfaces:
 NativeQuery<NativeTaskQuery,Task>
- All Known Implementing Classes:
 NativeTaskQueryImpl
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.camunda.bpm.engine.query.NativeQuery
count, list, listPage, parameter, singleResult, sql 
 - 
 
 -