| Package | Description |
|---|---|
| org.flowable.app.engine | |
| org.flowable.app.engine.impl | |
| org.flowable.cmmn.engine | |
| org.flowable.cmmn.engine.impl | |
| org.flowable.common.engine.api.engine | |
| org.flowable.common.engine.impl.test | |
| org.flowable.dmn.engine | |
| org.flowable.dmn.engine.impl | |
| 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.eventregistry.impl | |
| org.flowable.form.engine | |
| org.flowable.form.engine.impl | |
| org.flowable.idm.engine | |
| org.flowable.idm.engine.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppEngine
Provides access to all services that expose App management operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppEngineImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CmmnEngine
Provides access to all services that expose CMMN and case management operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmmnEngineImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
EngineLifecycleListener.onEngineBuilt(Engine engine)
Called right after the engine has been built.
|
void |
EngineLifecycleListener.onEngineClosed(Engine engine)
Called right after the engine has been closed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClosingDataSource.onEngineBuilt(Engine engine) |
void |
ClosingDataSource.onEngineClosed(Engine engine) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DmnEngine |
| Modifier and Type | Class and Description |
|---|---|
class |
DmnEngineImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessEngine
Provides access to all the services that expose the BPM and workflow operations.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ProcessEngineLifecycleListener.onEngineBuilt(Engine engine) |
default void |
ProcessEngineLifecycleListener.onEngineClosed(Engine engine) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessEngineImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventRegistryEngine |
| Modifier and Type | Class and Description |
|---|---|
class |
EventRegistryEngineImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FormEngine |
| Modifier and Type | Class and Description |
|---|---|
class |
FormEngineImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IdmEngine |
| Modifier and Type | Class and Description |
|---|---|
class |
IdmEngineImpl |
Copyright © 2023 Flowable. All rights reserved.