Interface NativeVariableInstanceQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.NativeQuery<NativeVariableInstanceQuery,
VariableInstance>
public interface NativeVariableInstanceQuery
extends org.flowable.common.engine.api.query.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