org.camunda.bpm.engine.cdi.impl.context
Class BusinessProcessContext

java.lang.Object
  extended by org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext
All Implemented Interfaces:
javax.enterprise.context.spi.Context

public class BusinessProcessContext
extends Object
implements javax.enterprise.context.spi.Context

Implementation of the BusinessProcessContext-scope.

Author:
Daniel Meyer

Constructor Summary
BusinessProcessContext(javax.enterprise.inject.spi.BeanManager beanManager)
           
 
Method Summary
<T> T
get(javax.enterprise.context.spi.Contextual<T> contextual)
           
<T> T
get(javax.enterprise.context.spi.Contextual<T> contextual, javax.enterprise.context.spi.CreationalContext<T> arg1)
           
protected  BusinessProcess getBusinessProcess()
           
 Class<? extends Annotation> getScope()
           
 boolean isActive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessProcessContext

public BusinessProcessContext(javax.enterprise.inject.spi.BeanManager beanManager)
Method Detail

getBusinessProcess

protected BusinessProcess getBusinessProcess()

getScope

public Class<? extends Annotation> getScope()
Specified by:
getScope in interface javax.enterprise.context.spi.Context

get

public <T> T get(javax.enterprise.context.spi.Contextual<T> contextual)
Specified by:
get in interface javax.enterprise.context.spi.Context

get

public <T> T get(javax.enterprise.context.spi.Contextual<T> contextual,
                 javax.enterprise.context.spi.CreationalContext<T> arg1)
Specified by:
get in interface javax.enterprise.context.spi.Context

isActive

public boolean isActive()
Specified by:
isActive in interface javax.enterprise.context.spi.Context


Copyright © 2015 camunda services GmbH. All rights reserved.