Package org.flowable.engine.runtime
Interface NativeProcessInstanceQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.NativeQuery<NativeProcessInstanceQuery,
ProcessInstance>
- All Known Implementing Classes:
NativeProcessInstanceQueryImpl
public interface NativeProcessInstanceQuery
extends org.flowable.common.engine.api.query.NativeQuery<NativeProcessInstanceQuery,ProcessInstance>
Allows querying of
ProcessInstance
s via native (SQL) queries- Author:
- Bernd Ruecker (camunda)
-
Method Summary
Methods inherited from interface org.flowable.common.engine.api.query.NativeQuery
count, list, listPage, parameter, singleResult, sql