@Configuration public class EngineConfig extends Object
| Constructor and Description |
|---|
EngineConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.camunda.bpm.engine.AuthorizationService |
authorizationService(org.camunda.bpm.engine.ProcessEngine processEngine) |
org.camunda.bpm.engine.HistoryService |
historyService(org.camunda.bpm.engine.ProcessEngine processEngine) |
org.camunda.bpm.engine.IdentityService |
identityService(org.camunda.bpm.engine.ProcessEngine processEngine) |
org.camunda.bpm.engine.ManagementService |
managementService(org.camunda.bpm.engine.ProcessEngine processEngine) |
org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl |
processEngineConfiguration(org.camunda.bpm.engine.ProcessEngine processEngine) |
org.camunda.bpm.engine.RepositoryService |
repositoryService(org.camunda.bpm.engine.ProcessEngine processEngine) |
org.camunda.bpm.engine.RuntimeService |
runtimeService(org.camunda.bpm.engine.ProcessEngine processEngine) |
org.camunda.bpm.engine.TaskService |
taskService(org.camunda.bpm.engine.ProcessEngine processEngine) |
@Bean public org.camunda.bpm.engine.RepositoryService repositoryService(org.camunda.bpm.engine.ProcessEngine processEngine)
@Bean public org.camunda.bpm.engine.RuntimeService runtimeService(org.camunda.bpm.engine.ProcessEngine processEngine)
@Bean public org.camunda.bpm.engine.TaskService taskService(org.camunda.bpm.engine.ProcessEngine processEngine)
@Bean public org.camunda.bpm.engine.HistoryService historyService(org.camunda.bpm.engine.ProcessEngine processEngine)
@Bean public org.camunda.bpm.engine.ManagementService managementService(org.camunda.bpm.engine.ProcessEngine processEngine)
@Bean public org.camunda.bpm.engine.IdentityService identityService(org.camunda.bpm.engine.ProcessEngine processEngine)
@Bean public org.camunda.bpm.engine.AuthorizationService authorizationService(org.camunda.bpm.engine.ProcessEngine processEngine)
@Bean public org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration(org.camunda.bpm.engine.ProcessEngine processEngine)
Copyright © 2017 camunda services GmbH. All rights reserved.