org.camunda.bpm.engine.runtime
Interface NativeProcessInstanceQuery

All Superinterfaces:
NativeQuery<NativeProcessInstanceQuery,ProcessInstance>
All Known Implementing Classes:
NativeProcessInstanceQueryImpl

public interface NativeProcessInstanceQuery
extends NativeQuery<NativeProcessInstanceQuery,ProcessInstance>

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