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()
Returns the process engine's
AuthorizationService . |
DbSqlSessionFactory |
getDbSqlSessionFactory() |
FormService |
getFormService()
Returns the process engine's
FormService . |
HistoryService |
getHistoryService()
Returns the process engine's
HistoryService . |
IdentityService |
getIdentityService()
Returns the process engine's
IdentityService . |
ManagementService |
getManagementService()
Returns the process engine's
ManagementService . |
String |
getName()
The name as specified in 'process-engine-name' in
the camunda.cfg.xml configuration file.
|
ProcessEngineConfigurationImpl |
getProcessEngineConfiguration() |
RepositoryService |
getRepositoryService()
Returns the process engine's
RepositoryService . |
RuntimeService |
getRuntimeService()
Returns the process engine's
RuntimeService . |
TaskService |
getTaskService()
Returns the process engine's
TaskService . |
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 ProcessEngine
public DbSqlSessionFactory getDbSqlSessionFactory()
public String getName()
ProcessEngine
getName
in interface ProcessEngine
public IdentityService getIdentityService()
ProcessEngineServices
IdentityService
.getIdentityService
in interface ProcessEngineServices
IdentityService
object.public ManagementService getManagementService()
ProcessEngineServices
ManagementService
.getManagementService
in interface ProcessEngineServices
ManagementService
object.public TaskService getTaskService()
ProcessEngineServices
TaskService
.getTaskService
in interface ProcessEngineServices
TaskService
object.public HistoryService getHistoryService()
ProcessEngineServices
HistoryService
.getHistoryService
in interface ProcessEngineServices
HistoryService
object.public RuntimeService getRuntimeService()
ProcessEngineServices
RuntimeService
.getRuntimeService
in interface ProcessEngineServices
RuntimeService
object.public RepositoryService getRepositoryService()
ProcessEngineServices
RepositoryService
.getRepositoryService
in interface ProcessEngineServices
RepositoryService
object.public FormService getFormService()
ProcessEngineServices
FormService
.getFormService
in interface ProcessEngineServices
FormService
object.public AuthorizationService getAuthorizationService()
ProcessEngineServices
AuthorizationService
.getAuthorizationService
in interface ProcessEngineServices
AuthorizationService
object.public ProcessEngineConfigurationImpl getProcessEngineConfiguration()
Copyright © 2015. All rights reserved.