org.camunda.bpm.engine.cdi.impl
Class ProcessEngineServicesProducer
java.lang.Object
org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
public class ProcessEngineServicesProducer
- extends Object
Makes the managed process engine and the provided services available for injection
- Author:
- Daniel Meyer, Falko Menge
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessEngineServicesProducer
public ProcessEngineServicesProducer()
processEngine
@Produces
@Named
@ApplicationScoped
public ProcessEngine processEngine()
runtimeService
@Produces
@Named
@ApplicationScoped
public RuntimeService runtimeService()
taskService
@Produces
@Named
@ApplicationScoped
public TaskService taskService()
repositoryService
@Produces
@Named
@ApplicationScoped
public RepositoryService repositoryService()
formService
@Produces
@Named
@ApplicationScoped
public FormService formService()
historyService
@Produces
@Named
@ApplicationScoped
public HistoryService historyService()
identityService
@Produces
@Named
@ApplicationScoped
public IdentityService identityService()
managementService
@Produces
@Named
@ApplicationScoped
public ManagementService managementService()
Copyright © 2014 camunda services GmbH. All Rights Reserved.