public class ProcessEngineImpl extends Object implements ProcessEngine
| Modifier and Type | Field and Description |
|---|---|
protected AsyncExecutor |
asyncExecutor |
protected AsyncExecutor |
asyncHistoryExecutor |
protected CommandExecutor |
commandExecutor |
protected DynamicBpmnService |
dynamicBpmnService |
protected FormService |
formService |
protected HistoryService |
historicDataService |
protected IdentityService |
identityService |
protected ManagementService |
managementService |
protected String |
name |
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
protected ProcessMigrationService |
processInstanceMigrationService |
protected RepositoryService |
repositoryService |
protected RuntimeService |
runtimeService |
protected Map<Class<?>,SessionFactory> |
sessionFactories |
protected TaskService |
taskService |
protected TransactionContextFactory |
transactionContextFactory |
VERSION| Constructor and Description |
|---|
ProcessEngineImpl(ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
DynamicBpmnService |
getDynamicBpmnService() |
FormService |
getFormService() |
HistoryService |
getHistoryService() |
IdentityService |
getIdentityService() |
ManagementService |
getManagementService() |
String |
getName() |
ProcessEngineConfigurationImpl |
getProcessEngineConfiguration() |
ProcessMigrationService |
getProcessMigrationService() |
RepositoryService |
getRepositoryService() |
RuntimeService |
getRuntimeService() |
TaskService |
getTaskService() |
void |
startExecutors()
Starts the execuctors (async and async history), if they are configured to be auto-activated.
|
protected String name
protected RepositoryService repositoryService
protected RuntimeService runtimeService
protected HistoryService historicDataService
protected IdentityService identityService
protected TaskService taskService
protected FormService formService
protected ManagementService managementService
protected DynamicBpmnService dynamicBpmnService
protected ProcessMigrationService processInstanceMigrationService
protected AsyncExecutor asyncExecutor
protected AsyncExecutor asyncHistoryExecutor
protected CommandExecutor commandExecutor
protected Map<Class<?>,SessionFactory> sessionFactories
protected TransactionContextFactory transactionContextFactory
protected ProcessEngineConfigurationImpl processEngineConfiguration
public ProcessEngineImpl(ProcessEngineConfigurationImpl processEngineConfiguration)
public void startExecutors()
ProcessEnginestartExecutors in interface ProcessEnginepublic IdentityService getIdentityService()
getIdentityService in interface ProcessEnginepublic ManagementService getManagementService()
getManagementService in interface ProcessEnginepublic TaskService getTaskService()
getTaskService in interface ProcessEnginepublic HistoryService getHistoryService()
getHistoryService in interface ProcessEnginepublic RuntimeService getRuntimeService()
getRuntimeService in interface ProcessEnginepublic RepositoryService getRepositoryService()
getRepositoryService in interface ProcessEnginepublic FormService getFormService()
getFormService in interface ProcessEnginepublic DynamicBpmnService getDynamicBpmnService()
getDynamicBpmnService in interface ProcessEnginepublic ProcessMigrationService getProcessMigrationService()
getProcessMigrationService in interface ProcessEnginepublic ProcessEngineConfigurationImpl getProcessEngineConfiguration()
getProcessEngineConfiguration in interface ProcessEngineCopyright © 2020 Flowable. All rights reserved.