Uses of Package
org.flowable.common.engine.impl
Packages that use org.flowable.common.engine.impl
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
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 Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.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.-
Classes in org.flowable.common.engine.impl used by org.flowable.batch.service
-
Classes in org.flowable.common.engine.impl used by org.flowable.cmmn.engineClassDescriptionImplementations of this class can be plugged into a
AbstractEngineConfiguration
.Represents information about the initialization of the engine.author martin.grofcikInterface that could be implemented by EngineConfiguration to access ScriptingEngines. -
Classes in org.flowable.common.engine.impl used by org.flowable.cmmn.engine.configuratorClassDescriptionConvenience class for external engines (IDM/DMN/Form/...) to work together with the process engine while also sharing as much internal resources as possible.Implementations of this class can be plugged into a
AbstractEngineConfiguration
. -
-
Classes in org.flowable.common.engine.impl used by org.flowable.cmmn.engine.impl.cfgClassDescriptionauthor martin.grofcikInterface that could be implemented by EngineConfiguration to access ScriptingEngines.
-
Classes in org.flowable.common.engine.impl used by org.flowable.cmmn.engine.impl.deployer
-
Classes in org.flowable.common.engine.impl used by org.flowable.cmmn.engine.impl.scripting
-
Classes in org.flowable.common.engine.impl used by org.flowable.cmmn.springClassDescriptionImplementations of this class can be plugged into a
AbstractEngineConfiguration
.author martin.grofcikInterface that could be implemented by EngineConfiguration to access ScriptingEngines. -
Classes in org.flowable.common.engine.impl used by org.flowable.cmmn.spring.configuratorClassDescriptionConvenience class for external engines (IDM/DMN/Form/...) to work together with the process engine while also sharing as much internal resources as possible.Implementations of this class can be plugged into a
AbstractEngineConfiguration
. -
Classes in org.flowable.common.engine.impl used by org.flowable.common.engine.implClassDescriptionImplementations of this class can be plugged into a
AbstractEngineConfiguration
.This class is used for auto-upgrade purposes. -
Classes in org.flowable.common.engine.impl used by org.flowable.common.engine.impl.cfg
-
Classes in org.flowable.common.engine.impl used by org.flowable.common.engine.impl.dbClassDescriptionholds the parameters of a page (partial result) for a query.
-
Classes in org.flowable.common.engine.impl used by org.flowable.common.engine.impl.interceptor
-
-
Classes in org.flowable.common.engine.impl used by org.flowable.common.engine.impl.query
-
Classes in org.flowable.common.engine.impl used by org.flowable.common.engine.impl.scripting
-
Classes in org.flowable.common.engine.impl used by org.flowable.common.engine.impl.service
-
Classes in org.flowable.common.engine.impl used by org.flowable.common.engine.impl.tenant
-
Classes in org.flowable.common.engine.impl used by org.flowable.common.engine.impl.test
-
Classes in org.flowable.common.engine.impl used by org.flowable.dmn.engineClassDescriptionRepresents information about the initialization of the engine.author martin.grofcik
-
Classes in org.flowable.common.engine.impl used by org.flowable.dmn.engine.configuratorClassDescriptionConvenience class for external engines (IDM/DMN/Form/...) to work together with the process engine while also sharing as much internal resources as possible.Implementations of this class can be plugged into a
AbstractEngineConfiguration
. -
Classes in org.flowable.common.engine.impl used by org.flowable.dmn.engine.deployer
-
Classes in org.flowable.common.engine.impl used by org.flowable.dmn.engine.impl.cfgClassDescriptionauthor martin.grofcik
-
Classes in org.flowable.common.engine.impl used by org.flowable.dmn.springClassDescriptionauthor martin.grofcik
-
Classes in org.flowable.common.engine.impl used by org.flowable.dmn.spring.configuratorClassDescriptionConvenience class for external engines (IDM/DMN/Form/...) to work together with the process engine while also sharing as much internal resources as possible.Implementations of this class can be plugged into a
AbstractEngineConfiguration
. -
Classes in org.flowable.common.engine.impl used by org.flowable.engineClassDescriptionRepresents information about the initialization of the engine.
-
Classes in org.flowable.common.engine.impl used by org.flowable.engine.cfg
-
Classes in org.flowable.common.engine.impl used by org.flowable.engine.configuratorClassDescriptionConvenience class for external engines (IDM/DMN/Form/...) to work together with the process engine while also sharing as much internal resources as possible.Implementations of this class can be plugged into a
AbstractEngineConfiguration
. -
Classes in org.flowable.common.engine.impl used by org.flowable.engine.configurator.impl.deployer
-
Classes in org.flowable.common.engine.impl used by org.flowable.engine.impl.app
-
Classes in org.flowable.common.engine.impl used by org.flowable.engine.impl.bpmn.deployer
-
Classes in org.flowable.common.engine.impl used by org.flowable.engine.impl.cfgClassDescriptionImplementations of this class can be plugged into a
AbstractEngineConfiguration
.author martin.grofcikInterface that could be implemented by EngineConfiguration to access ScriptingEngines. -
Classes in org.flowable.common.engine.impl used by org.flowable.engine.impl.cfg.multitenantClassDescriptionauthor martin.grofcikInterface that could be implemented by EngineConfiguration to access ScriptingEngines.
-
Classes in org.flowable.common.engine.impl used by org.flowable.engine.impl.persistence.deploy
-
Classes in org.flowable.common.engine.impl used by org.flowable.engine.impl.rules
-
Classes in org.flowable.common.engine.impl used by org.flowable.engine.impl.scripting
-
Classes in org.flowable.common.engine.impl used by org.flowable.engine.impl.util
-
Classes in org.flowable.common.engine.impl used by org.flowable.engine.spring.configuratorClassDescriptionConvenience class for external engines (IDM/DMN/Form/...) to work together with the process engine while also sharing as much internal resources as possible.Implementations of this class can be plugged into a
AbstractEngineConfiguration
. -
Classes in org.flowable.common.engine.impl used by org.flowable.engine.test.impl.logger
-
Classes in org.flowable.common.engine.impl used by org.flowable.engine.test.mock
-
Classes in org.flowable.common.engine.impl used by org.flowable.engine.test.profiler
-
Classes in org.flowable.common.engine.impl used by org.flowable.entitylink.service
-
Classes in org.flowable.common.engine.impl used by org.flowable.eventregistry.implClassDescriptionRepresents information about the initialization of the engine.author martin.grofcik
-
Classes in org.flowable.common.engine.impl used by org.flowable.eventregistry.impl.cfgClassDescriptionauthor martin.grofcik
-
Classes in org.flowable.common.engine.impl used by org.flowable.eventregistry.impl.configuratorClassDescriptionConvenience class for external engines (IDM/DMN/Form/...) to work together with the process engine while also sharing as much internal resources as possible.Implementations of this class can be plugged into a
AbstractEngineConfiguration
. -
-
Classes in org.flowable.common.engine.impl used by org.flowable.eventregistry.impl.consumer
-
Classes in org.flowable.common.engine.impl used by org.flowable.eventregistry.impl.pipeline
-
Classes in org.flowable.common.engine.impl used by org.flowable.eventregistry.springClassDescriptionauthor martin.grofcik
-
Classes in org.flowable.common.engine.impl used by org.flowable.eventregistry.spring.configuratorClassDescriptionConvenience class for external engines (IDM/DMN/Form/...) to work together with the process engine while also sharing as much internal resources as possible.Implementations of this class can be plugged into a
AbstractEngineConfiguration
. -
Classes in org.flowable.common.engine.impl used by org.flowable.eventsubscription.service
-
Classes in org.flowable.common.engine.impl used by org.flowable.identitylink.service
-
Classes in org.flowable.common.engine.impl used by org.flowable.idm.engineClassDescriptionRepresents information about the initialization of the engine.
-
Classes in org.flowable.common.engine.impl used by org.flowable.idm.engine.impl.cfg
-
Classes in org.flowable.common.engine.impl used by org.flowable.job.service
-
Classes in org.flowable.common.engine.impl used by org.flowable.job.service.impl.persistence.entity
-
-
-
Classes in org.flowable.common.engine.impl used by org.flowable.springClassDescriptionImplementations of this class can be plugged into a
AbstractEngineConfiguration
.author martin.grofcikInterface that could be implemented by EngineConfiguration to access ScriptingEngines. -
Classes in org.flowable.common.engine.impl used by org.flowable.task.service
-
Classes in org.flowable.common.engine.impl used by org.flowable.task.service.impl
-
Classes in org.flowable.common.engine.impl used by org.flowable.task.service.impl.persistence.entity
-
Classes in org.flowable.common.engine.impl used by org.flowable.variable.service