org.camunda.bpm.container.impl.deployment.util
Class InjectionUtil

java.lang.Object
  extended by org.camunda.bpm.container.impl.deployment.util.InjectionUtil

public class InjectionUtil
extends Object

Author:
Daniel Meyer

Constructor Summary
InjectionUtil()
           
 
Method Summary
static Method detectAnnotatedMethod(Class<?> clazz, Class<? extends Annotation> annotationType)
           
static ProcessEngine getDefaultProcessEngine(DeploymentOperation operationContext)
           
static ProcessApplicationInfo getProcessApplicationInfo(DeploymentOperation operationContext)
           
static List<ProcessEngine> getProcessEngines(DeploymentOperation operationContext)
           
static Object[] resolveInjections(DeploymentOperation operationContext, Method lifecycleMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectionUtil

public InjectionUtil()
Method Detail

detectAnnotatedMethod

public static Method detectAnnotatedMethod(Class<?> clazz,
                                           Class<? extends Annotation> annotationType)

resolveInjections

public static Object[] resolveInjections(DeploymentOperation operationContext,
                                         Method lifecycleMethod)

getProcessApplicationInfo

public static ProcessApplicationInfo getProcessApplicationInfo(DeploymentOperation operationContext)

getProcessEngines

public static List<ProcessEngine> getProcessEngines(DeploymentOperation operationContext)

getDefaultProcessEngine

public static ProcessEngine getDefaultProcessEngine(DeploymentOperation operationContext)


Copyright © 2015 camunda services GmbH. All rights reserved.