| Package | Description |
|---|---|
| org.flowable.common.engine.api.query | |
| org.flowable.common.engine.impl.query | |
| org.flowable.dmn.api | |
| org.flowable.dmn.engine.impl | |
| org.flowable.engine.history |
Classes related to the
HistoryService. |
| org.flowable.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.flowable.engine.repository |
Classes related to the
RepositoryService. |
| org.flowable.engine.runtime |
Classes related to the
RuntimeService. |
| org.flowable.form.api | |
| org.flowable.form.engine.impl | |
| org.flowable.idm.api | |
| org.flowable.idm.engine.impl | |
| org.flowable.task.api | |
| org.flowable.task.api.history | |
| org.flowable.task.service.history | |
| org.flowable.task.service.impl | |
| org.flowable.variable.api.history | |
| org.flowable.variable.service.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeQuery<T extends NativeQuery<?,?>,U>
Describes basic methods for doing native queries
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNativeQuery<T extends NativeQuery<?,?>,U>
Abstract superclass for all native query types.
|
class |
BaseNativeQuery<T extends NativeQuery<?,?>,U> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNativeQuery<T extends NativeQuery<?,?>,U>
Abstract superclass for all native query types.
|
class |
BaseNativeQuery<T extends NativeQuery<?,?>,U> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeDecisionQuery |
interface |
NativeDmnDeploymentQuery
Allows querying of
DmnDeployments via native (SQL) queries |
interface |
NativeHistoricDecisionExecutionQuery |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeDecisionTableQueryImpl |
class |
NativeDmnDeploymentQueryImpl |
class |
NativeHistoryDecisionExecutionQueryImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeHistoricActivityInstanceQuery
Allows querying of
HistoricActivityInstanceQuerys via native (SQL) queries |
interface |
NativeHistoricDetailQuery
Allows querying of
HistoricDetails via native (SQL) queries |
interface |
NativeHistoricProcessInstanceQuery
Allows querying of
HistoricTaskInstanceQuerys via native (SQL) queries |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeActivityInstanceQueryImpl |
class |
NativeDeploymentQueryImpl |
class |
NativeExecutionQueryImpl |
class |
NativeHistoricActivityInstanceQueryImpl |
class |
NativeHistoricDetailQueryImpl |
class |
NativeHistoricProcessInstanceQueryImpl |
class |
NativeModelQueryImpl |
class |
NativeProcessDefinitionQueryImpl |
class |
NativeProcessInstanceQueryImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeDeploymentQuery
Allows querying of
Deployments via native (SQL) queries |
interface |
NativeModelQuery
Allows querying of
Models via native (SQL) queries |
interface |
NativeProcessDefinitionQuery
Allows querying of
ProcessDefinitions via native (SQL) queries |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeActivityInstanceQuery
Allows querying of
ActivityInstanceQuerys via native (SQL) queries |
interface |
NativeExecutionQuery
Allows querying of
Executions via native (SQL) queries |
interface |
NativeProcessInstanceQuery
Allows querying of
ProcessInstances via native (SQL) queries |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeFormDefinitionQuery |
interface |
NativeFormDeploymentQuery
Allows querying of
FormDeployments via native (SQL) queries |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeFormDefinitionQueryImpl |
class |
NativeFormDeploymentQueryImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeGroupQuery
Allows querying of
Groups via native (SQL) queries |
interface |
NativeTokenQuery
Allows querying of
Tokens via native (SQL) queries |
interface |
NativeUserQuery
Allows querying of
Users via native (SQL) queries |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeGroupQueryImpl |
class |
NativeTokenQueryImpl |
class |
NativeUserQueryImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeTaskQuery
Allows querying of
Tasks via native (SQL) queries |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeHistoricTaskLogEntryQuery
Allows querying of
HistoricTaskLogEntrys via native (SQL) queries |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeHistoricTaskInstanceQuery
Allows querying of
HistoricTaskInstanceQuerys via native (SQL) queries |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeHistoricTaskInstanceQueryImpl |
class |
NativeHistoricTaskLogEntryQueryImpl |
class |
NativeTaskQueryImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeHistoricVariableInstanceQuery
Allows querying of
HistoricVariableInstances via native (SQL) queries |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeHistoricVariableInstanceQueryImpl |
Copyright © 2023 Flowable. All rights reserved.