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 of Tasks 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
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.