| Package | Description |
|---|---|
| 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) org.flowable.engine.task.Tasks,
such as claiming, completing and assigning tasks.IdentityService: Used for managing Users,
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.flowable.engine.compatibility | |
| org.flowable.engine.debug | |
| org.flowable.engine.delegate |
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates. |
| org.flowable.engine.delegate.event | |
| org.flowable.engine.delegate.event.impl | |
| org.flowable.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.flowable.engine.impl.bpmn.behavior | |
| org.flowable.engine.impl.bpmn.data | |
| org.flowable.engine.impl.bpmn.helper | |
| org.flowable.engine.impl.bpmn.listener | |
| org.flowable.engine.impl.bpmn.parser.factory | |
| org.flowable.engine.impl.bpmn.parser.handler | |
| org.flowable.engine.impl.bpmn.webservice | |
| org.flowable.engine.impl.delegate | |
| org.flowable.engine.impl.delegate.invocation | |
| org.flowable.engine.impl.el | |
| org.flowable.engine.impl.persistence.entity | |
| org.flowable.engine.impl.scripting | |
| org.flowable.engine.impl.test | |
| org.flowable.engine.impl.util | |
| org.flowable.engine.impl.util.condition | |
| org.flowable.engine.interceptor |
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Class and Description |
|---|
| BpmnError
Special exception that can be used to throw a BPMN Error from
JavaDelegates and expressions. |
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Class and Description |
|---|
| BaseExecutionListener
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Class and Description |
|---|
| BaseExecutionListener
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
|
| BusinessRuleTaskDelegate |
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| ExecutionListener
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
|
| JavaDelegate
Convenience class that should be used when a Java delegation in a BPMN 2.0 process is required (for example, to call custom business logic).
|
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Class and Description |
|---|
| BaseExecutionListener
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
|
| BpmnError
Special exception that can be used to throw a BPMN Error from
JavaDelegates and expressions. |
| CustomPropertiesResolver
Can be used to pass a custom properties
HashMap to a TransactionDependentExecutionListener or to a TransactionDependentTaskListener |
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| ExecutionListener
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
|
| TransactionDependentExecutionListener |
| TransactionDependentTaskListener
Callback interface to be notified of transaction events.
|
| Class and Description |
|---|
| BaseExecutionListener
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
|
| CustomPropertiesResolver
Can be used to pass a custom properties
HashMap to a TransactionDependentExecutionListener or to a TransactionDependentTaskListener |
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| ExecutionListener
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
|
| TransactionDependentExecutionListener |
| TransactionDependentTaskListener
Callback interface to be notified of transaction events.
|
| Class and Description |
|---|
| CustomPropertiesResolver
Can be used to pass a custom properties
HashMap to a TransactionDependentExecutionListener or to a TransactionDependentTaskListener |
| ExecutionListener
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
|
| TransactionDependentExecutionListener |
| TransactionDependentTaskListener
Callback interface to be notified of transaction events.
|
| Class and Description |
|---|
| ExecutionListener
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
|
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| ExecutionListener
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
|
| JavaDelegate
Convenience class that should be used when a Java delegation in a BPMN 2.0 process is required (for example, to call custom business logic).
|
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| JavaDelegate
Convenience class that should be used when a Java delegation in a BPMN 2.0 process is required (for example, to call custom business logic).
|
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Class and Description |
|---|
| DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
Copyright © 2020 Flowable. All rights reserved.