public class ProcessEngineImpl extends Object implements ProcessEngine
| Modifier and Type | Field and Description |
|---|---|
protected AsyncExecutor |
asyncExecutor |
protected CommandExecutor |
commandExecutor |
protected DynamicBpmnService |
dynamicBpmnService |
protected ExpressionManager |
expressionManager |
protected FormService |
formService |
protected HistoryService |
historicDataService |
protected IdentityService |
identityService |
protected JobExecutor |
jobExecutor |
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() |
FormService |
getFormService() |
HistoryService |
getHistoryService() |
IdentityService |
getIdentityService() |
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 IdentityService identityService
protected TaskService taskService
protected FormService formService
protected ManagementService managementService
protected DynamicBpmnService dynamicBpmnService
protected JobExecutor jobExecutor
protected AsyncExecutor asyncExecutor
protected CommandExecutor commandExecutor
protected Map<Class<?>,SessionFactory> sessionFactories
protected ExpressionManager expressionManager
protected TransactionContextFactory transactionContextFactory
protected ProcessEngineConfigurationImpl processEngineConfiguration
public ProcessEngineImpl(ProcessEngineConfigurationImpl processEngineConfiguration)
public void close()
close in interface ProcessEnginepublic String getName()
ProcessEnginegetName in interface ProcessEnginepublic IdentityService getIdentityService()
getIdentityService in interface EngineServicespublic ManagementService getManagementService()
getManagementService in interface EngineServicespublic TaskService getTaskService()
getTaskService in interface EngineServicespublic HistoryService getHistoryService()
getHistoryService in interface EngineServicespublic RuntimeService getRuntimeService()
getRuntimeService in interface EngineServicespublic RepositoryService getRepositoryService()
getRepositoryService in interface EngineServicespublic FormService getFormService()
getFormService in interface EngineServicespublic DynamicBpmnService getDynamicBpmnService()
getDynamicBpmnService in interface EngineServicespublic ProcessEngineConfigurationImpl getProcessEngineConfiguration()
getProcessEngineConfiguration in interface EngineServicesCopyright © 2016 Alfresco. All rights reserved.