Uses of Interface
org.camunda.bpm.engine.query.NativeQuery
Package
Description
Classes related to the
HistoryService
.classes related to the
IdentityService
.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the querying entities in the engine.
Classes related to the
RuntimeService
.Classes related to the
TaskService
.-
Uses of NativeQuery in org.camunda.bpm.engine.history
Modifier and TypeInterfaceDescriptioninterface
Allows querying ofHistoricActivityInstanceQuery
s via native (SQL) queriesinterface
Allows querying ofHistoricCaseActivityInstance
s via native (SQL) queriesinterface
Allows querying ofHistoricCaseInstance
s via native (SQL) queriesinterface
Allows querying ofHistoricDecisionInstance
s via native (SQL) queries.interface
Allows querying ofHistoricTaskInstanceQuery
s via native (SQL) queriesinterface
Allows querying ofHistoricTaskInstanceQuery
s via native (SQL) queriesinterface
Allows querying ofHistoricVariableInstanceQuery
s via native (SQL) queries -
Uses of NativeQuery in org.camunda.bpm.engine.identity
-
Uses of NativeQuery in org.camunda.bpm.engine.impl
Modifier and TypeClassDescriptionclass
AbstractNativeQuery<T extends NativeQuery<?,
?>, U> Abstract superclass for all native query types.Modifier and TypeClassDescriptionclass
AbstractNativeQuery<T extends NativeQuery<?,
?>, U> Abstract superclass for all native query types.class
class
class
class
class
class
class
class
class
class
class
-
Uses of NativeQuery in org.camunda.bpm.engine.query
Modifier and TypeInterfaceDescriptioninterface
NativeQuery<T extends NativeQuery<?,
?>, U> Describes basic methods for doing native queries -
Uses of NativeQuery in org.camunda.bpm.engine.runtime
Modifier and TypeInterfaceDescriptioninterface
Allows querying ofExecution
s via native (SQL) queriesinterface
Allows querying ofProcessInstance
s via native (SQL) queries -
Uses of NativeQuery in org.camunda.bpm.engine.task