Package 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
ProcessInstance
s 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