Class InjectionUtil
java.lang.Object
org.operaton.bpm.container.impl.deployment.util.InjectionUtil
- Author:
- Daniel Meyer
-
Method Summary
Modifier and TypeMethodDescriptionstatic MethoddetectAnnotatedMethod(Class<?> clazz, Class<? extends Annotation> annotationType) static ProcessEnginegetDefaultProcessEngine(DeploymentOperation operationContext) static ProcessApplicationInfogetProcessApplicationInfo(DeploymentOperation operationContext) static List<ProcessEngine> getProcessEngines(DeploymentOperation operationContext) static Object[]resolveInjections(DeploymentOperation operationContext, Method lifecycleMethod)
-
Method Details
-
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
-
getDefaultProcessEngine
-