Uses of Interface
org.flowable.common.engine.api.query.NativeQuery
Packages that use NativeQuery
Package
Description
Classes related to the
HistoryService.Classes related to the
RepositoryService.Classes related to the
RuntimeService.-
Uses of NativeQuery in org.flowable.common.engine.api.query
Classes in org.flowable.common.engine.api.query with type parameters of type NativeQueryModifier and TypeInterfaceDescriptioninterfaceNativeQuery<T extends NativeQuery<?,?>, U> Describes basic methods for doing native queries -
Uses of NativeQuery in org.flowable.dmn.api
Subinterfaces of NativeQuery in org.flowable.dmn.apiModifier and TypeInterfaceDescriptioninterfaceinterfaceAllows querying ofDmnDeployments via native (SQL) queriesinterface -
Uses of NativeQuery in org.flowable.engine.history
Subinterfaces of NativeQuery in org.flowable.engine.historyModifier and TypeInterfaceDescriptioninterfaceAllows querying ofHistoricActivityInstanceQuerys via native (SQL) queriesinterfaceAllows querying ofHistoricDetails via native (SQL) queriesinterfaceAllows querying ofHistoricTaskInstanceQuerys via native (SQL) queries -
Uses of NativeQuery in org.flowable.engine.repository
Subinterfaces of NativeQuery in org.flowable.engine.repositoryModifier and TypeInterfaceDescriptioninterfaceAllows querying ofDeployments via native (SQL) queriesinterfaceAllows querying ofModels via native (SQL) queriesinterfaceAllows querying ofProcessDefinitions via native (SQL) queries -
Uses of NativeQuery in org.flowable.engine.runtime
Subinterfaces of NativeQuery in org.flowable.engine.runtimeModifier and TypeInterfaceDescriptioninterfaceAllows querying ofActivityInstanceQuerys via native (SQL) queriesinterfaceAllows querying ofExecutions via native (SQL) queriesinterfaceAllows querying ofProcessInstances via native (SQL) queries -
Uses of NativeQuery in org.flowable.task.api
Subinterfaces of NativeQuery in org.flowable.task.api -
Uses of NativeQuery in org.flowable.task.api.history
Subinterfaces of NativeQuery in org.flowable.task.api.historyModifier and TypeInterfaceDescriptioninterfaceAllows querying ofHistoricTaskLogEntrys via native (SQL) queries -
Uses of NativeQuery in org.flowable.variable.api.history
Subinterfaces of NativeQuery in org.flowable.variable.api.historyModifier and TypeInterfaceDescriptioninterfaceAllows querying ofHistoricVariableInstances via native (SQL) queries -
Uses of NativeQuery in org.flowable.variable.api.runtime
Subinterfaces of NativeQuery in org.flowable.variable.api.runtimeModifier and TypeInterfaceDescriptioninterfaceAllows querying ofVariableInstances via native (SQL) queries