| Package | Description |
|---|---|
| org.activiti.engine |
Public API of the Flowable version 5 engine.
It is highly recommended that the version 6 engine be used instead of the version 5 engine. Typical usage of the API starts by the creation of a ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a ProcessEngine, BPM and workflow operation
can be executed:RepositoryService: Manages Deployments.RuntimeService: For starting and searching org.activiti5.engine.runtime.ProcessInstances.TaskService: Exposes operations to manage human (standalone) Tasks,
such as claiming, completing and assigning tasks.IdentityService: Used for managing Users,
org.flowable.idm.api.identity.Groups and the relations between them.ManagementService: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService: Exposes information about ongoing and past process instances.FormService: Access to form data and rendered forms for starting new process instances and completing tasks. |
| org.activiti.engine.impl.history | |
| org.flowable.cmmn.engine | |
| org.flowable.cmmn.engine.test.impl | |
| org.flowable.common.engine.impl | |
| org.flowable.common.engine.impl.history | |
| org.flowable.engine |
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a ProcessEngine, BPM and workflow operation
can be executed:RepositoryService: Manages Deployments.RuntimeService: For starting and searching ProcessInstances.TaskService: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService: Used for managing users, groups and the relations between them.ManagementService: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService: Exposes information about ongoing and past process instances.FormService: Access to form data and rendered forms for starting new process instances and completing tasks. |
| org.flowable.engine.impl.cmd | |
| org.flowable.engine.impl.history | |
| org.flowable.engine.impl.test | |
| org.flowable.entitylink.service | |
| org.flowable.identitylink.service | |
| org.flowable.job.service | |
| org.flowable.spring.boot |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
ProcessEngineConfiguration.historyLevel |
| Modifier and Type | Method and Description |
|---|---|
HistoryLevel |
ProcessEngineConfiguration.getHistoryLevel() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfiguration |
ProcessEngineConfiguration.setHistoryLevel(HistoryLevel historyLevel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultHistoryManager.isHistoryLevelAtLeast(HistoryLevel level) |
boolean |
HistoryManager.isHistoryLevelAtLeast(HistoryLevel level) |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
CmmnEngineConfiguration.historyLevel |
| Modifier and Type | Method and Description |
|---|---|
HistoryLevel |
CmmnEngineConfiguration.getHistoryLevel() |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngineConfiguration |
CmmnEngineConfiguration.setHistoryLevel(HistoryLevel historyLevel) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CmmnHistoryTestHelper.isHistoryLevelAtLeast(HistoryLevel historyLevel,
CmmnEngineConfiguration cmmnEngineConfiguration) |
static boolean |
CmmnHistoryTestHelper.isHistoryLevelAtLeast(HistoryLevel historyLevel,
CmmnEngineConfiguration cmmnEngineConfiguration,
long time) |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
AbstractServiceConfiguration.historyLevel |
| Modifier and Type | Method and Description |
|---|---|
HistoryLevel |
AbstractServiceConfiguration.getHistoryLevel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractServiceConfiguration.isHistoryLevelAtLeast(HistoryLevel level) |
AbstractServiceConfiguration |
AbstractServiceConfiguration.setHistoryLevel(HistoryLevel historyLevel) |
| Modifier and Type | Method and Description |
|---|---|
static HistoryLevel |
HistoryLevel.getHistoryLevelForKey(String key) |
static HistoryLevel |
HistoryLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryLevel[] |
HistoryLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HistoryLevel.isAtLeast(HistoryLevel level)
Checks if the given level is the same as, or higher in order than the level this method is executed on.
|
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
ProcessEngineConfiguration.historyLevel |
| Modifier and Type | Method and Description |
|---|---|
HistoryLevel |
ProcessEngineConfiguration.getHistoryLevel() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfiguration |
ProcessEngineConfiguration.setHistoryLevel(HistoryLevel historyLevel) |
| Modifier and Type | Method and Description |
|---|---|
HistoryLevel |
GetProcessDefinitionHistoryLevelModelCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
HistoryLevel |
AbstractHistoryManager.getHistoryLevel() |
protected HistoryLevel |
AbstractHistoryManager.getProcessDefinitionHistoryLevel(String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompositeHistoryManager.isHistoryLevelAtLeast(HistoryLevel level) |
boolean |
AbstractHistoryManager.isHistoryLevelAtLeast(HistoryLevel level) |
boolean |
HistoryManager.isHistoryLevelAtLeast(HistoryLevel level) |
boolean |
CompositeHistoryManager.isHistoryLevelAtLeast(HistoryLevel level,
String processDefinitionId) |
boolean |
AbstractHistoryManager.isHistoryLevelAtLeast(HistoryLevel level,
String processDefinitionId) |
boolean |
HistoryManager.isHistoryLevelAtLeast(HistoryLevel level,
String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HistoryTestHelper.isHistoryLevelAtLeast(HistoryLevel historyLevel,
ProcessEngineConfigurationImpl processEngineConfiguration) |
static boolean |
HistoryTestHelper.isHistoryLevelAtLeast(HistoryLevel historyLevel,
ProcessEngineConfigurationImpl processEngineConfiguration,
long time) |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
EntityLinkServiceConfiguration.historyLevel |
| Modifier and Type | Method and Description |
|---|---|
HistoryLevel |
EntityLinkServiceConfiguration.getHistoryLevel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntityLinkServiceConfiguration.isHistoryLevelAtLeast(HistoryLevel level) |
EntityLinkServiceConfiguration |
EntityLinkServiceConfiguration.setHistoryLevel(HistoryLevel historyLevel) |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
IdentityLinkServiceConfiguration.historyLevel |
| Modifier and Type | Method and Description |
|---|---|
HistoryLevel |
IdentityLinkServiceConfiguration.getHistoryLevel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IdentityLinkServiceConfiguration.isHistoryLevelAtLeast(HistoryLevel level) |
IdentityLinkServiceConfiguration |
IdentityLinkServiceConfiguration.setHistoryLevel(HistoryLevel historyLevel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JobServiceConfiguration.isHistoryLevelAtLeast(HistoryLevel level) |
| Modifier and Type | Method and Description |
|---|---|
HistoryLevel |
FlowableProperties.getHistoryLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableProperties.setHistoryLevel(HistoryLevel historyLevel) |
Copyright © 2023 Flowable. All rights reserved.