Uses of Class
org.flowable.common.engine.impl.AbstractBuildableEngineConfiguration
Packages that use AbstractBuildableEngineConfiguration
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.-
Uses of AbstractBuildableEngineConfiguration in org.flowable.cmmn.engine
Subclasses of AbstractBuildableEngineConfiguration in org.flowable.cmmn.engine -
Uses of AbstractBuildableEngineConfiguration in org.flowable.cmmn.engine.impl.cfg
Subclasses of AbstractBuildableEngineConfiguration in org.flowable.cmmn.engine.impl.cfg -
Uses of AbstractBuildableEngineConfiguration in org.flowable.cmmn.spring
Subclasses of AbstractBuildableEngineConfiguration in org.flowable.cmmn.spring -
Uses of AbstractBuildableEngineConfiguration in org.flowable.common.engine.impl
Methods in org.flowable.common.engine.impl with parameters of type AbstractBuildableEngineConfigurationModifier and TypeMethodDescriptionprotected void
AbstractEngineConfigurator.initialiseCommonProperties
(AbstractEngineConfiguration engineConfiguration, AbstractBuildableEngineConfiguration<E> targetEngineConfiguration) -
Uses of AbstractBuildableEngineConfiguration in org.flowable.dmn.engine
Subclasses of AbstractBuildableEngineConfiguration in org.flowable.dmn.engine -
Uses of AbstractBuildableEngineConfiguration in org.flowable.dmn.engine.impl.cfg
Subclasses of AbstractBuildableEngineConfiguration in org.flowable.dmn.engine.impl.cfgModifier and TypeClassDescriptionclass
class
-
Uses of AbstractBuildableEngineConfiguration in org.flowable.dmn.spring
Subclasses of AbstractBuildableEngineConfiguration in org.flowable.dmn.spring -
Uses of AbstractBuildableEngineConfiguration in org.flowable.engine
Subclasses of AbstractBuildableEngineConfiguration in org.flowable.engineModifier and TypeClassDescriptionclass
Configuration information from which a process engine can be build. -
Uses of AbstractBuildableEngineConfiguration in org.flowable.engine.impl.cfg
Subclasses of AbstractBuildableEngineConfiguration in org.flowable.engine.impl.cfgModifier and TypeClassDescriptionclass
class
class
class
-
Uses of AbstractBuildableEngineConfiguration in org.flowable.engine.impl.cfg.multitenant
Modifier and TypeClassDescriptionclass
AProcessEngineConfiguration
that builds a multi tenantProcessEngine
where each tenant has its own database schema. -
Uses of AbstractBuildableEngineConfiguration in org.flowable.eventregistry.impl
Subclasses of AbstractBuildableEngineConfiguration in org.flowable.eventregistry.impl -
Uses of AbstractBuildableEngineConfiguration in org.flowable.eventregistry.impl.cfg
Subclasses of AbstractBuildableEngineConfiguration in org.flowable.eventregistry.impl.cfgModifier and TypeClassDescriptionclass
class
-
Uses of AbstractBuildableEngineConfiguration in org.flowable.eventregistry.spring
Subclasses of AbstractBuildableEngineConfiguration in org.flowable.eventregistry.spring -
Uses of AbstractBuildableEngineConfiguration in org.flowable.idm.engine
Subclasses of AbstractBuildableEngineConfiguration in org.flowable.idm.engine -
Uses of AbstractBuildableEngineConfiguration in org.flowable.idm.engine.impl.cfg
Subclasses of AbstractBuildableEngineConfiguration in org.flowable.idm.engine.impl.cfgModifier and TypeClassDescriptionclass
class
-
Uses of AbstractBuildableEngineConfiguration in org.flowable.spring
Subclasses of AbstractBuildableEngineConfiguration in org.flowable.spring