| Package | Description |
|---|---|
| org.flowable.cmmn.engine.impl.agenda | |
| org.flowable.common.engine.impl.agenda | |
| org.flowable.common.engine.impl.db | |
| org.flowable.common.engine.impl.interceptor | |
| org.flowable.common.engine.impl.logging | |
| org.flowable.common.engine.impl.persistence | |
| org.flowable.common.engine.impl.persistence.cache | |
| org.flowable.common.engine.impl.variablelistener | |
| org.flowable.dmn.engine.impl.agenda | |
| org.flowable.dmn.engine.impl.persistence | |
| 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.agenda | |
| org.flowable.engine.test.profiler | |
| org.flowable.job.service.impl.history.async | |
| org.flowable.spring | |
| org.flowable.variable.service.impl.types |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CmmnEngineAgenda |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCmmnEngineAgenda |
| Modifier and Type | Method and Description |
|---|---|
Session |
CmmnEngineAgendaSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Agenda |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAgenda |
| Modifier and Type | Class and Description |
|---|---|
class |
DbSqlSession |
| Modifier and Type | Method and Description |
|---|---|
Session |
DbSqlSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,Session> |
CommandContext.sessions |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,Session> |
CommandContext.getSessions() |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingSession |
| Modifier and Type | Method and Description |
|---|---|
Session |
LoggingSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends Session> |
GenericManagerFactory.implementationClass |
protected Class<? extends Session> |
GenericManagerFactory.typeClass |
| Modifier and Type | Method and Description |
|---|---|
Session |
GenericManagerFactory.openSession(CommandContext commandContext) |
| Constructor and Description |
|---|
GenericManagerFactory(Class<? extends Session> implementationClass) |
GenericManagerFactory(Class<? extends Session> typeClass,
Class<? extends Session> implementationClass) |
GenericManagerFactory(Class<? extends Session> typeClass,
Class<? extends Session> implementationClass) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityCache
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityCacheImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableListenerSession |
| Modifier and Type | Method and Description |
|---|---|
Session |
VariableListenerSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DmnEngineAgenda |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDmnEngineAgenda |
| Modifier and Type | Method and Description |
|---|---|
Session |
DmnEngineAgendaSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends Session> |
GenericManagerFactory.implementationClass |
protected Class<? extends Session> |
GenericManagerFactory.typeClass |
| Modifier and Type | Method and Description |
|---|---|
Session |
GenericManagerFactory.openSession(CommandContext commandContext) |
| Constructor and Description |
|---|
GenericManagerFactory(Class<? extends Session> implementationClass) |
GenericManagerFactory(Class<? extends Session> typeClass,
Class<? extends Session> implementationClass) |
GenericManagerFactory(Class<? extends Session> typeClass,
Class<? extends Session> implementationClass) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowableEngineAgenda
This interface exposes methods needed to manipulate the agenda implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DebugFlowableEngineAgenda
This
FlowableEngineAgenda schedules operations which allow debugging |
class |
DefaultFlowableEngineAgenda
For each API call (and thus
Command) being executed, a new agenda instance is created. |
| Modifier and Type | Method and Description |
|---|---|
Session |
AgendaSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProfilingDbSqlSession |
| Modifier and Type | Method and Description |
|---|---|
Session |
ProfilingDbSqlSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncHistorySession |
| Modifier and Type | Method and Description |
|---|---|
Session |
AsyncHistorySessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Session |
SpringEntityManagerSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityManagerSession |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityManagerSessionImpl |
| Modifier and Type | Method and Description |
|---|---|
Session |
EntityManagerSessionFactory.openSession(CommandContext commandContext) |
Copyright © 2023 Flowable. All rights reserved.