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 AsyncExecutorprotected AsyncExecutorprotected CommandExecutorprotected DynamicBpmnServiceprotected FormServiceprotected HistoryServiceprotected IdentityServiceprotected ManagementServiceprotected Stringprotected ProcessEngineConfigurationImplprotected ProcessMigrationServiceprotected RepositoryServiceprotected RuntimeServiceprotected Map<Class<?>,SessionFactory> protected TaskServiceprotected TransactionContextFactoryFields 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:ProcessEngineStarts the executors (async and async history), if they are configured to be auto-activated.- Specified by:
startExecutorsin interfaceProcessEngine
-
close
public void close() -
getName
-
getIdentityService
- Specified by:
getIdentityServicein interfaceProcessEngine
-
getManagementService
- Specified by:
getManagementServicein interfaceProcessEngine
-
getTaskService
- Specified by:
getTaskServicein interfaceProcessEngine
-
getHistoryService
- Specified by:
getHistoryServicein interfaceProcessEngine
-
getRuntimeService
- Specified by:
getRuntimeServicein interfaceProcessEngine
-
getRepositoryService
- Specified by:
getRepositoryServicein interfaceProcessEngine
-
getFormService
- Specified by:
getFormServicein interfaceProcessEngine
-
getDynamicBpmnService
- Specified by:
getDynamicBpmnServicein interfaceProcessEngine
-
getProcessMigrationService
- Specified by:
getProcessMigrationServicein interfaceProcessEngine
-
getProcessEngineConfiguration
- Specified by:
getProcessEngineConfigurationin interfaceProcessEngine
-