Interface NativeVariableInstanceQuery
- All Superinterfaces:
NativeQuery<NativeVariableInstanceQuery,
VariableInstance>
- All Known Implementing Classes:
NativeVariableInstanceQueryImpl
public interface NativeVariableInstanceQuery
extends NativeQuery<NativeVariableInstanceQuery,VariableInstance>
Allows querying of
VariableInstance
s via native (SQL) queries-
Method Summary
Methods inherited from interface org.flowable.common.engine.api.query.NativeQuery
count, list, listPage, parameter, singleResult, sql