Package org.flowable.task.api.history
Interface NativeHistoricTaskLogEntryQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.NativeQuery<NativeHistoricTaskLogEntryQuery,
HistoricTaskLogEntry>
public interface NativeHistoricTaskLogEntryQuery
extends org.flowable.common.engine.api.query.NativeQuery<NativeHistoricTaskLogEntryQuery,HistoricTaskLogEntry>
Allows querying of
HistoricTaskLogEntry
s via native (SQL) queries- Author:
- martin.grofcik
-
Method Summary
Methods inherited from interface org.flowable.common.engine.api.query.NativeQuery
count, list, listPage, parameter, singleResult, sql