|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.ProcessEngineImpl
public class ProcessEngineImpl
| Field Summary | |
|---|---|
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
|
| Fields inherited from interface org.camunda.bpm.engine.ProcessEngine |
|---|
VERSION |
| Constructor Summary | |
|---|---|
ProcessEngineImpl(ProcessEngineConfigurationImpl processEngineConfiguration)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public ProcessEngineImpl(ProcessEngineConfigurationImpl processEngineConfiguration)
| Method Detail |
|---|
protected void executeSchemaOperations()
public void close()
close in interface ProcessEnginepublic DbSqlSessionFactory getDbSqlSessionFactory()
public String getName()
ProcessEngine
getName in interface ProcessEnginepublic IdentityService getIdentityService()
ProcessEngineServicesIdentityService.
getIdentityService in interface ProcessEngineServicesIdentityService object.public ManagementService getManagementService()
ProcessEngineServicesManagementService.
getManagementService in interface ProcessEngineServicesManagementService object.public TaskService getTaskService()
ProcessEngineServicesTaskService.
getTaskService in interface ProcessEngineServicesTaskService object.public HistoryService getHistoryService()
ProcessEngineServicesHistoryService.
getHistoryService in interface ProcessEngineServicesHistoryService object.public RuntimeService getRuntimeService()
ProcessEngineServicesRuntimeService.
getRuntimeService in interface ProcessEngineServicesRuntimeService object.public RepositoryService getRepositoryService()
ProcessEngineServicesRepositoryService.
getRepositoryService in interface ProcessEngineServicesRepositoryService object.public FormService getFormService()
ProcessEngineServicesFormService.
getFormService in interface ProcessEngineServicesFormService object.public AuthorizationService getAuthorizationService()
ProcessEngineServicesAuthorizationService.
getAuthorizationService in interface ProcessEngineServicesAuthorizationService object.public ProcessEngineConfigurationImpl getProcessEngineConfiguration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||