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