Interface NativeHistoricVariableInstanceQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.NativeQuery<NativeHistoricVariableInstanceQuery,
HistoricVariableInstance>
public interface NativeHistoricVariableInstanceQuery
extends org.flowable.common.engine.api.query.NativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>
Allows querying of
HistoricVariableInstance
s via native (SQL) queries- Author:
- Henry Yan(http://www.kafeitu.me)
-
Method Summary
Methods inherited from interface org.flowable.common.engine.api.query.NativeQuery
count, list, listPage, parameter, singleResult, sql