org.camunda.bpm.engine.runtime
Interface NativeExecutionQuery

All Superinterfaces:
NativeQuery<NativeExecutionQuery,Execution>
All Known Implementing Classes:
NativeExecutionQueryImpl

public interface NativeExecutionQuery
extends NativeQuery<NativeExecutionQuery,Execution>

Allows querying of Executions 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 © 2016 camunda services GmbH. All rights reserved.