Package org.flowable.engine.impl
Class ProcessEngineImpl
java.lang.Object
org.flowable.engine.impl.ProcessEngineImpl
- All Implemented Interfaces:
Engine
,ProcessEngine
- Author:
- Tom Baeyens
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AsyncExecutor
protected AsyncExecutor
protected CommandExecutor
protected DynamicBpmnService
protected FormService
protected HistoryService
protected IdentityService
protected ManagementService
protected String
protected ProcessEngineConfigurationImpl
protected ProcessMigrationService
protected RepositoryService
protected RuntimeService
protected Map<Class<?>,
SessionFactory> protected TaskService
protected TransactionContextFactory
Fields inherited from interface org.flowable.engine.ProcessEngine
VERSION
-
Constructor Summary
ConstructorsConstructorDescriptionProcessEngineImpl
(ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
-
Field Details
-
name
-
repositoryService
-
runtimeService
-
historicDataService
-
identityService
-
taskService
-
formService
-
managementService
-
dynamicBpmnService
-
processInstanceMigrationService
-
asyncExecutor
-
asyncHistoryExecutor
-
commandExecutor
-
sessionFactories
-
transactionContextFactory
-
processEngineConfiguration
-
-
Constructor Details
-
ProcessEngineImpl
-
-
Method Details
-
startExecutors
public void startExecutors()Description copied from interface:ProcessEngine
Starts the executors (async and async history), if they are configured to be auto-activated.- Specified by:
startExecutors
in interfaceProcessEngine
-
close
public void close() -
getName
-
getIdentityService
- Specified by:
getIdentityService
in interfaceProcessEngine
-
getManagementService
- Specified by:
getManagementService
in interfaceProcessEngine
-
getTaskService
- Specified by:
getTaskService
in interfaceProcessEngine
-
getHistoryService
- Specified by:
getHistoryService
in interfaceProcessEngine
-
getRuntimeService
- Specified by:
getRuntimeService
in interfaceProcessEngine
-
getRepositoryService
- Specified by:
getRepositoryService
in interfaceProcessEngine
-
getFormService
- Specified by:
getFormService
in interfaceProcessEngine
-
getDynamicBpmnService
- Specified by:
getDynamicBpmnService
in interfaceProcessEngine
-
getProcessMigrationService
- Specified by:
getProcessMigrationService
in interfaceProcessEngine
-
getProcessEngineConfiguration
- Specified by:
getProcessEngineConfiguration
in interfaceProcessEngine
-