| Package | Description |
|---|---|
| org.flowable.app.engine.impl.interceptor | |
| org.flowable.cmmn.engine.impl | |
| org.flowable.cmmn.engine.impl.interceptor | |
| org.flowable.common.engine.impl | |
| org.flowable.common.engine.impl.cfg | |
| org.flowable.common.engine.impl.interceptor | |
| org.flowable.common.engine.impl.lock | |
| org.flowable.common.spring | |
| org.flowable.dmn.engine.impl.interceptor | |
| 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 |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.flowable.engine.impl.cfg | |
| org.flowable.engine.impl.db | |
| org.flowable.engine.impl.interceptor | |
| org.flowable.engine.test.profiler | |
| org.flowable.idm.engine |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AppCommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CmmnManagementServiceImpl.executeCommand(CommandConfig config,
Command<T> command) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CmmnCommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandConfig |
AbstractEngineConfiguration.defaultCommandConfig |
protected CommandConfig |
AbstractEngineConfiguration.schemaCommandConfig |
| Modifier and Type | Method and Description |
|---|---|
CommandConfig |
AbstractEngineConfiguration.getDefaultCommandConfig() |
CommandConfig |
AbstractEngineConfiguration.getSchemaCommandConfig() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEngineConfiguration |
AbstractEngineConfiguration.setDefaultCommandConfig(CommandConfig defaultCommandConfig) |
AbstractEngineConfiguration |
AbstractEngineConfiguration.setSchemaCommandConfig(CommandConfig schemaCommandConfig) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandConfig |
CommandExecutorImpl.defaultConfig |
| Modifier and Type | Method and Description |
|---|---|
CommandConfig |
CommandExecutorImpl.getDefaultConfig() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CommandExecutorImpl.execute(CommandConfig config,
Command<T> command) |
| Constructor and Description |
|---|
CommandExecutorImpl(CommandConfig defaultConfig,
CommandInterceptor first) |
| Modifier and Type | Method and Description |
|---|---|
CommandConfig |
CommandExecutor.getDefaultConfig() |
CommandConfig |
CommandConfig.setContextReusePossible(boolean contextReusePossible) |
CommandConfig |
CommandConfig.transactionNotSupported() |
CommandConfig |
CommandConfig.transactionRequired() |
CommandConfig |
CommandConfig.transactionRequiresNew() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CommandExecutor.execute(CommandConfig config,
Command<T> command)
Execute a command with the specified
CommandConfig. |
<T> T |
TransactionContextInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
DefaultCommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CrDbRetryInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CommandContextInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
JtaTransactionInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
RetryInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
JtaRetryInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
LogInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CommandInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
CommandConfig(CommandConfig commandConfig) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandConfig |
LockManagerImpl.lockCommandConfig |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SpringTransactionInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DmnCommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ManagementService.executeCommand(CommandConfig config,
Command<T> command)
Executes a given command with the specified
CommandConfig. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ManagementServiceImpl.executeCommand(CommandConfig config,
Command<T> command) |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setDefaultCommandConfig(CommandConfig defaultCommandConfig) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setSchemaCommandConfig(CommandConfig schemaCommandConfig) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandConfig |
DbIdGenerator.commandConfig |
| Modifier and Type | Method and Description |
|---|---|
CommandConfig |
DbIdGenerator.getCommandConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
DbIdGenerator.setCommandConfig(CommandConfig commandConfig) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
BpmnOverrideContextInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TotalExecutionTimeCommandInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
IdmEngineConfiguration |
IdmEngineConfiguration.setDefaultCommandConfig(CommandConfig defaultCommandConfig) |
IdmEngineConfiguration |
IdmEngineConfiguration.setSchemaCommandConfig(CommandConfig schemaCommandConfig) |
Copyright © 2023 Flowable. All rights reserved.