| 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.event.logger | |
| org.activiti.spring | |
| org.flowable.batch.service.impl.persistence | |
| org.flowable.cmmn.engine.impl.behavior.impl | |
| org.flowable.common.engine.impl | |
| org.flowable.common.engine.impl.interceptor | |
| org.flowable.common.engine.impl.persistence.entity | |
| org.flowable.common.engine.impl.util | |
| org.flowable.compatibility | |
| org.flowable.content.engine | |
| org.flowable.crystalball.simulator | |
| org.flowable.crystalball.simulator.impl.clock | |
| org.flowable.dmn.engine | |
| 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.compatibility | |
| org.flowable.engine.impl.cfg | |
| org.flowable.engine.impl.event.logger | |
| org.flowable.engine.impl.persistence | |
| org.flowable.engine.impl.persistence.entity.data | |
| org.flowable.entitylink.service.impl.persistence | |
| org.flowable.eventsubscription.service.impl.persistence | |
| org.flowable.identitylink.service.impl.persistence | |
| org.flowable.idm.engine | |
| org.flowable.job.service.impl.persistence | |
| org.flowable.spring | |
| org.flowable.task.service.impl.persistence | |
| org.flowable.ui.idm.conf | |
| org.flowable.ui.task.conf | |
| org.flowable.ui.task.service.runtime | |
| org.flowable.variable.service.impl.persistence |
| Modifier and Type | Field and Description |
|---|---|
protected Clock |
ProcessEngineConfiguration.clock |
| Modifier and Type | Method and Description |
|---|---|
Clock |
ProcessEngineConfiguration.getClock() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfiguration |
ProcessEngineConfiguration.setClock(Clock clock) |
| Modifier and Type | Field and Description |
|---|---|
protected Clock |
EventLogger.clock |
| Modifier and Type | Method and Description |
|---|---|
Clock |
EventLogger.getClock() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventLogger.setClock(Clock clock) |
| Constructor and Description |
|---|
EventLogger(Clock clock,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
Clock |
SpringAdvancedBusinessCalendarManagerFactory.getClock() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringAdvancedBusinessCalendarManagerFactory.setClock(Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
AbstractManager.getClock() |
| Modifier and Type | Method and Description |
|---|---|
String |
TimerEventListenerActivityBehaviour.prepareRepeat(String dueDate,
Clock clock) |
| Modifier and Type | Field and Description |
|---|---|
protected Clock |
AbstractServiceConfiguration.clock |
protected Clock |
AbstractEngineConfiguration.clock |
| Modifier and Type | Method and Description |
|---|---|
Clock |
AbstractServiceConfiguration.getClock() |
Clock |
AbstractEngineConfiguration.getClock() |
| Modifier and Type | Method and Description |
|---|---|
AbstractServiceConfiguration |
AbstractServiceConfiguration.setClock(Clock clock) |
AbstractEngineConfiguration |
AbstractEngineConfiguration.setClock(Clock clock) |
| Modifier and Type | Field and Description |
|---|---|
protected Clock |
CommandContextInterceptor.clock |
protected Clock |
CommandContext.clock |
| Modifier and Type | Method and Description |
|---|---|
Clock |
CommandContext.getClock() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandContext.setClock(Clock clock) |
| Constructor and Description |
|---|
CommandContextInterceptor(CommandContextFactory commandContextFactory,
ClassLoader classLoader,
boolean useClassForNameClassLoading,
Clock clock,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
AbstractServiceEngineEntityManager.getClock() |
protected Clock |
AbstractEngineEntityManager.getClock() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClockImpl |
class |
TestClockImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFlowable5CompatibilityHandler.setClock(Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
ContentEngineConfiguration |
ContentEngineConfiguration.setClock(Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
static Clock |
SimulationRunContext.getClock() |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadLocalClock
This class provides thread local clock implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.beans.factory.FactoryBean<Clock> |
ThreadLocalClock.clockFactory |
| Modifier and Type | Method and Description |
|---|---|
Clock |
DefaultClockFactory.getObject() |
| Constructor and Description |
|---|
ThreadLocalClock(org.springframework.beans.factory.FactoryBean<Clock> clockFactory) |
| Modifier and Type | Method and Description |
|---|---|
DmnEngineConfiguration |
DmnEngineConfiguration.setClock(Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfiguration |
ProcessEngineConfiguration.setClock(Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
void |
Flowable5CompatibilityHandler.setClock(Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setClock(Clock clock) |
| Modifier and Type | Field and Description |
|---|---|
protected Clock |
EventLogger.clock |
| Modifier and Type | Method and Description |
|---|---|
Clock |
EventLogger.getClock() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventLogger.setClock(Clock clock) |
| Constructor and Description |
|---|
EventLogger(Clock clock,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
AbstractManager.getClock() |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
AbstractProcessDataManager.getClock() |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
AbstractManager.getClock() |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
AbstractManager.getClock() |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
AbstractManager.getClock() |
| Modifier and Type | Method and Description |
|---|---|
IdmEngineConfiguration |
IdmEngineConfiguration.setClock(Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
AbstractManager.getClock() |
| Modifier and Type | Method and Description |
|---|---|
Clock |
SpringAdvancedBusinessCalendarManagerFactory.getClock() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringAdvancedBusinessCalendarManagerFactory.setClock(Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
AbstractManager.getClock() |
| Modifier and Type | Method and Description |
|---|---|
Clock |
FlowableIdmEngineConfiguration.getClock(IdmEngine idmEngine) |
| Modifier and Type | Method and Description |
|---|---|
Clock |
FlowableEngineConfiguration.getClock(ProcessEngine processEngine) |
| Modifier and Type | Field and Description |
|---|---|
protected Clock |
FlowableCommentService.clock |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
AbstractManager.getClock() |
Copyright © 2023 Flowable. All rights reserved.