| 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 |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.activiti.engine.impl.asyncexecutor | |
| org.activiti.engine.impl.bpmn.deployer | |
| org.activiti.engine.impl.cfg | |
| org.activiti.engine.impl.cfg.jta | |
| org.activiti.engine.impl.cfg.standalone | |
| org.activiti.engine.impl.cmd | |
| org.activiti.engine.impl.context | |
| org.activiti.engine.impl.db | |
| org.activiti.engine.impl.delegate | |
| org.activiti.engine.impl.event | |
| org.activiti.engine.impl.event.logger | |
| org.activiti.engine.impl.event.logger.handler | |
| org.activiti.engine.impl.history | |
| org.activiti.engine.impl.interceptor | |
| org.activiti.engine.impl.jobexecutor | |
| org.activiti.engine.impl.persistence | |
| org.activiti.engine.impl.persistence.deploy | |
| org.activiti.engine.impl.persistence.entity | |
| org.activiti.engine.impl.variable |
| Class and Description |
|---|
| Command |
| CommandConfig
Configuration settings for the command interceptor chain.
|
| Class and Description |
|---|
| Command |
| CommandConfig
Configuration settings for the command interceptor chain.
|
| CommandContext |
| CommandExecutor
The command executor for internal usage.
|
| SessionFactory |
| Class and Description |
|---|
| CommandExecutor
The command executor for internal usage.
|
| Class and Description |
|---|
| CommandContext |
| Class and Description |
|---|
| Command |
| CommandConfig
Configuration settings for the command interceptor chain.
|
| CommandContext |
| CommandContextFactory |
| CommandExecutor
The command executor for internal usage.
|
| CommandInterceptor |
| DelegateInterceptor
Interceptor responsible for handling calls to 'user code'.
|
| SessionFactory |
| Class and Description |
|---|
| CommandContext |
| Class and Description |
|---|
| CommandContext |
| Class and Description |
|---|
| Command |
| CommandContext |
| Class and Description |
|---|
| CommandContext |
| Class and Description |
|---|
| CommandConfig
Configuration settings for the command interceptor chain.
|
| CommandExecutor
The command executor for internal usage.
|
| Session |
| SessionFactory |
| Class and Description |
|---|
| DelegateInterceptor
Interceptor responsible for handling calls to 'user code'.
|
| Class and Description |
|---|
| CommandContext |
| Class and Description |
|---|
| CommandContext |
| CommandContextCloseListener
A listener that can be used to be notified of the closure of a
CommandContext. |
| Class and Description |
|---|
| CommandContext |
| Class and Description |
|---|
| Session |
| Class and Description |
|---|
| AbstractCommandInterceptor |
| Command |
| CommandConfig
Configuration settings for the command interceptor chain.
|
| CommandContext |
| CommandContextCloseListener
A listener that can be used to be notified of the closure of a
CommandContext. |
| CommandContextFactory |
| CommandInterceptor |
| RetryInterceptor
Intercepts
ActivitiOptimisticLockingException and tries to run the same command again. |
| Session |
| SessionFactory |
| Class and Description |
|---|
| Command |
| CommandContext |
| CommandContextCloseListener
A listener that can be used to be notified of the closure of a
CommandContext. |
| CommandExecutor
The command executor for internal usage.
|
| Class and Description |
|---|
| Session |
| SessionFactory |
| Class and Description |
|---|
| CommandExecutor
The command executor for internal usage.
|
| Class and Description |
|---|
| CommandContext |
| Session |
| Class and Description |
|---|
| Session |
| SessionFactory |
Copyright © 2018 Flowable. All rights reserved.