Class InjectionUtil
- java.lang.Object
-
- org.camunda.bpm.container.impl.deployment.util.InjectionUtil
-
public class InjectionUtil extends java.lang.Object
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description InjectionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.reflect.Method
detectAnnotatedMethod(java.lang.Class<?> clazz, java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
static ProcessEngine
getDefaultProcessEngine(DeploymentOperation operationContext)
static ProcessApplicationInfo
getProcessApplicationInfo(DeploymentOperation operationContext)
static java.util.List<ProcessEngine>
getProcessEngines(DeploymentOperation operationContext)
static java.lang.Object[]
resolveInjections(DeploymentOperation operationContext, java.lang.reflect.Method lifecycleMethod)
-
-
-
Method Detail
-
detectAnnotatedMethod
public static java.lang.reflect.Method detectAnnotatedMethod(java.lang.Class<?> clazz, java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
-
resolveInjections
public static java.lang.Object[] resolveInjections(DeploymentOperation operationContext, java.lang.reflect.Method lifecycleMethod)
-
getProcessApplicationInfo
public static ProcessApplicationInfo getProcessApplicationInfo(DeploymentOperation operationContext)
-
getProcessEngines
public static java.util.List<ProcessEngine> getProcessEngines(DeploymentOperation operationContext)
-
getDefaultProcessEngine
public static ProcessEngine getDefaultProcessEngine(DeploymentOperation operationContext)
-
-