org.camunda.bpm.engine.cdi.impl
Class ProcessEngineServicesProducer

java.lang.Object
  extended by 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

Constructor Summary
ProcessEngineServicesProducer()
           
 
Method Summary
 AuthorizationService authorizationService()
           
 CaseService caseService()
           
 DecisionService decisionService()
           
 ExternalTaskService externalTaskService()
           
 FilterService filterService()
           
 FormService formService()
           
 HistoryService historyService()
           
 IdentityService identityService()
           
 ManagementService managementService()
           
 ProcessEngine processEngine()
           
 RepositoryService repositoryService()
           
 RuntimeService runtimeService()
           
 TaskService taskService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessEngineServicesProducer

public ProcessEngineServicesProducer()
Method Detail

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()

authorizationService

@Produces
@Named
@ApplicationScoped
public AuthorizationService authorizationService()

filterService

@Produces
@Named
@ApplicationScoped
public FilterService filterService()

externalTaskService

@Produces
@Named
@ApplicationScoped
public ExternalTaskService externalTaskService()

caseService

@Produces
@Named
@ApplicationScoped
public CaseService caseService()

decisionService

@Produces
@Named
@ApplicationScoped
public DecisionService decisionService()


Copyright © 2017 camunda services GmbH. All rights reserved.