| Package | Description |
|---|---|
| org.flowable.cmmn.api.history | |
| org.flowable.cmmn.engine.impl.history | |
| org.flowable.common.engine.api.query | |
| 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.task.api.history | |
| org.flowable.task.service.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HistoricCaseInstanceQuery |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricCaseInstanceQueryImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeleteQuery<T extends DeleteQuery<T,U>,U>
Describes methods for Queries that can perform delete operations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HistoricActivityInstanceQuery
Programmatic querying for
HistoricActivityInstances. |
interface |
HistoricProcessInstanceQuery
Allows programmatic querying of
HistoricProcessInstances. |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricActivityInstanceQueryImpl |
class |
HistoricProcessInstanceQueryImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HistoricTaskInstanceQuery
Allows programmatic querying for
HistoricTaskInstances. |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricTaskInstanceQueryImpl |
Copyright © 2023 Flowable. All rights reserved.