org.camunda.bpm.container.impl.deployment.util
Class InjectionUtil
java.lang.Object
org.camunda.bpm.container.impl.deployment.util.InjectionUtil
public class InjectionUtil
- extends Object
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectionUtil
public InjectionUtil()
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.