Package org.camunda.bpm.engine.impl
Class ProcessEngineImpl
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.ProcessEngineImpl
 
- 
- All Implemented Interfaces:
- ProcessEngine,- ProcessEngineServices
 
 public class ProcessEngineImpl extends java.lang.Object implements ProcessEngine - Author:
- Tom Baeyens
 
- 
- 
Field Summary- 
Fields inherited from interface org.camunda.bpm.engine.ProcessEngineVERSION
 
- 
 - 
Constructor SummaryConstructors Constructor Description ProcessEngineImpl(ProcessEngineConfigurationImpl processEngineConfiguration)
 - 
Method Summary
 
- 
- 
- 
Field Detail- 
EXT_TASK_CONDITIONSpublic static final CompositeCondition EXT_TASK_CONDITIONS external task conditions used to signal long polling in rest API
 - 
nameprotected java.lang.String name 
 - 
repositoryServiceprotected RepositoryService repositoryService 
 - 
runtimeServiceprotected RuntimeService runtimeService 
 - 
historicDataServiceprotected HistoryService historicDataService 
 - 
identityServiceprotected IdentityService identityService 
 - 
taskServiceprotected TaskService taskService 
 - 
formServiceprotected FormService formService 
 - 
managementServiceprotected ManagementService managementService 
 - 
authorizationServiceprotected AuthorizationService authorizationService 
 - 
caseServiceprotected CaseService caseService 
 - 
filterServiceprotected FilterService filterService 
 - 
externalTaskServiceprotected ExternalTaskService externalTaskService 
 - 
decisionServiceprotected DecisionService decisionService 
 - 
databaseSchemaUpdateprotected java.lang.String databaseSchemaUpdate 
 - 
jobExecutorprotected JobExecutor jobExecutor 
 - 
commandExecutorprotected CommandExecutor commandExecutor 
 - 
commandExecutorSchemaOperationsprotected CommandExecutor commandExecutorSchemaOperations 
 - 
sessionFactoriesprotected java.util.Map<java.lang.Class<?>,SessionFactory> sessionFactories 
 - 
expressionManagerprotected ExpressionManager expressionManager 
 - 
historyLevelprotected HistoryLevel historyLevel 
 - 
transactionContextFactoryprotected TransactionContextFactory transactionContextFactory 
 - 
processEngineConfigurationprotected ProcessEngineConfigurationImpl processEngineConfiguration 
 
- 
 - 
Constructor Detail- 
ProcessEngineImplpublic ProcessEngineImpl(ProcessEngineConfigurationImpl processEngineConfiguration) 
 
- 
 - 
Method Detail- 
executeSchemaOperationsprotected void executeSchemaOperations() 
 - 
closepublic void close() - Specified by:
- closein interface- ProcessEngine
 
 - 
getNamepublic java.lang.String getName() Description copied from interface:ProcessEngineThe name as specified in 'process-engine-name' in the camunda.cfg.xml configuration file. The default name for a process engine is 'default- Specified by:
- getNamein interface- ProcessEngine
 
 - 
getProcessEngineConfigurationpublic ProcessEngineConfigurationImpl getProcessEngineConfiguration() - Specified by:
- getProcessEngineConfigurationin interface- ProcessEngine
 
 - 
getIdentityServicepublic IdentityService getIdentityService() Description copied from interface:ProcessEngineServicesReturns the process engine'sIdentityService.- Specified by:
- getIdentityServicein interface- ProcessEngineServices
- Returns:
- the IdentityServiceobject.
 
 - 
getManagementServicepublic ManagementService getManagementService() Description copied from interface:ProcessEngineServicesReturns the process engine'sManagementService.- Specified by:
- getManagementServicein interface- ProcessEngineServices
- Returns:
- the ManagementServiceobject.
 
 - 
getTaskServicepublic TaskService getTaskService() Description copied from interface:ProcessEngineServicesReturns the process engine'sTaskService.- Specified by:
- getTaskServicein interface- ProcessEngineServices
- Returns:
- the TaskServiceobject.
 
 - 
getHistoryServicepublic HistoryService getHistoryService() Description copied from interface:ProcessEngineServicesReturns the process engine'sHistoryService.- Specified by:
- getHistoryServicein interface- ProcessEngineServices
- Returns:
- the HistoryServiceobject.
 
 - 
getRuntimeServicepublic RuntimeService getRuntimeService() Description copied from interface:ProcessEngineServicesReturns the process engine'sRuntimeService.- Specified by:
- getRuntimeServicein interface- ProcessEngineServices
- Returns:
- the RuntimeServiceobject.
 
 - 
getRepositoryServicepublic RepositoryService getRepositoryService() Description copied from interface:ProcessEngineServicesReturns the process engine'sRepositoryService.- Specified by:
- getRepositoryServicein interface- ProcessEngineServices
- Returns:
- the RepositoryServiceobject.
 
 - 
getFormServicepublic FormService getFormService() Description copied from interface:ProcessEngineServicesReturns the process engine'sFormService.- Specified by:
- getFormServicein interface- ProcessEngineServices
- Returns:
- the FormServiceobject.
 
 - 
getAuthorizationServicepublic AuthorizationService getAuthorizationService() Description copied from interface:ProcessEngineServicesReturns the process engine'sAuthorizationService.- Specified by:
- getAuthorizationServicein interface- ProcessEngineServices
- Returns:
- the AuthorizationServiceobject.
 
 - 
getCaseServicepublic CaseService getCaseService() Description copied from interface:ProcessEngineServicesReturns the engine'sCaseService.- Specified by:
- getCaseServicein interface- ProcessEngineServices
- Returns:
- the CaseServiceobject.
 
 - 
getFilterServicepublic FilterService getFilterService() Description copied from interface:ProcessEngineServicesReturns the engine'sFilterService.- Specified by:
- getFilterServicein interface- ProcessEngineServices
- Returns:
- the FilterServiceobject.
 
 - 
getExternalTaskServicepublic ExternalTaskService getExternalTaskService() Description copied from interface:ProcessEngineServicesReturns the engine'sExternalTaskService.- Specified by:
- getExternalTaskServicein interface- ProcessEngineServices
- Returns:
- the ExternalTaskServiceobject.
 
 - 
getDecisionServicepublic DecisionService getDecisionService() Description copied from interface:ProcessEngineServicesReturns the engine'sDecisionService.- Specified by:
- getDecisionServicein interface- ProcessEngineServices
- Returns:
- the DecisionServiceobject.
 
 
- 
 
-