public class ProcessEngineImpl extends Object implements ProcessEngine
| Modifier and Type | Field and Description |
|---|---|
protected AuthorizationService |
authorizationService |
protected CommandExecutor |
commandExecutor |
protected CommandExecutor |
commandExecutorSchemaOperations |
protected String |
databaseSchemaUpdate |
protected ExpressionManager |
expressionManager |
protected FormService |
formService |
protected HistoryService |
historicDataService |
protected int |
historyLevel |
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() |
protected void |
executeSchemaOperations() |
AuthorizationService |
getAuthorizationService() |
DbSqlSessionFactory |
getDbSqlSessionFactory() |
FormService |
getFormService() |
HistoryService |
getHistoryService() |
IdentityService |
getIdentityService() |
ManagementService |
getManagementService() |
String |
getName()
The name as specified in 'process-engine-name' in
the camunda.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 AuthorizationService authorizationService
protected String databaseSchemaUpdate
protected JobExecutor jobExecutor
protected CommandExecutor commandExecutor
protected CommandExecutor commandExecutorSchemaOperations
protected Map<Class<?>,SessionFactory> sessionFactories
protected ExpressionManager expressionManager
protected int historyLevel
protected TransactionContextFactory transactionContextFactory
protected ProcessEngineConfigurationImpl processEngineConfiguration
public ProcessEngineImpl(ProcessEngineConfigurationImpl processEngineConfiguration)
protected void executeSchemaOperations()
public void close()
close in interface ProcessEnginepublic DbSqlSessionFactory getDbSqlSessionFactory()
public String getName()
ProcessEnginegetName 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 AuthorizationService getAuthorizationService()
getAuthorizationService in interface ProcessEnginepublic ProcessEngineConfigurationImpl getProcessEngineConfiguration()
Copyright © 2015. All rights reserved.