@Configuration
@ComponentScan(basePackages={"org.activiti.app.runtime.activiti","org.activiti.app.extension.conf","org.activiti.app.extension.bean"})
public class ActivitiEngineConfiguration
extends Object
| Constructor and Description |
|---|
ActivitiEngineConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutor |
asyncExecutor() |
org.activiti.form.api.FormService |
formEngineFormService() |
org.activiti.form.api.FormRepositoryService |
formEngineRepositoryService() |
FormService |
formService() |
Clock |
getClock() |
HistoryService |
historyService() |
IdentityService |
identityService() |
ManagementService |
managementService() |
ProcessEngine |
processEngine() |
ProcessEngineConfigurationImpl |
processEngineConfiguration() |
ProcessEngineFactoryBean |
processEngineFactoryBean() |
RepositoryService |
repositoryService() |
RuntimeService |
runtimeService() |
TaskService |
taskService() |
@Bean(name="processEngine") public ProcessEngineFactoryBean processEngineFactoryBean()
public ProcessEngine processEngine()
@Bean(name="processEngineConfiguration") public ProcessEngineConfigurationImpl processEngineConfiguration()
@Bean public AsyncExecutor asyncExecutor()
@Bean(name="clock") @DependsOn(value="processEngine") public Clock getClock()
@Bean public RepositoryService repositoryService()
@Bean public RuntimeService runtimeService()
@Bean public TaskService taskService()
@Bean public HistoryService historyService()
@Bean public FormService formService()
@Bean public IdentityService identityService()
@Bean public ManagementService managementService()
@Bean public org.activiti.form.api.FormRepositoryService formEngineRepositoryService()
@Bean public org.activiti.form.api.FormService formEngineFormService()
Copyright © 2017 Alfresco. All rights reserved.