public class ProcessEngineImpl extends Object implements ProcessEngine
| Modifier and Type | Field and Description |
|---|---|
protected AsyncExecutor |
asyncExecutor |
protected CommandExecutor |
commandExecutor |
protected DynamicBpmnService |
dynamicBpmnService |
protected HistoryService |
historicDataService |
protected ManagementService |
managementService |
protected String |
name |
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
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() |
HistoryService |
getHistoryService() |
ManagementService |
getManagementService() |
String |
getName()
The name as specified in 'process-engine-name' in the activiti.cfg.xml configuration file.
|
ProcessEngineConfigurationImpl |
getProcessEngineConfiguration() |
RepositoryService |
getRepositoryService() |
RuntimeService |
getRuntimeService() |
TaskService |
getTaskService() |
protected String name
protected RepositoryService repositoryService
protected RuntimeService runtimeService
protected HistoryService historicDataService
protected TaskService taskService
protected ManagementService managementService
protected DynamicBpmnService dynamicBpmnService
protected AsyncExecutor asyncExecutor
protected CommandExecutor commandExecutor
protected Map<Class<?>,SessionFactory> sessionFactories
protected TransactionContextFactory transactionContextFactory
protected ProcessEngineConfigurationImpl processEngineConfiguration
public ProcessEngineImpl(ProcessEngineConfigurationImpl processEngineConfiguration)
public void close()
close in interface ProcessEnginepublic String getName()
ProcessEnginegetName 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 DynamicBpmnService getDynamicBpmnService()
getDynamicBpmnService in interface ProcessEnginepublic ProcessEngineConfigurationImpl getProcessEngineConfiguration()
getProcessEngineConfiguration in interface ProcessEngineCopyright © 2010–2018 Alfresco. All rights reserved.