com.evolveum.midpoint.wf.activiti
Class SpringApplicationContextHolder

java.lang.Object
  extended by com.evolveum.midpoint.wf.activiti.SpringApplicationContextHolder
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Component
public class SpringApplicationContextHolder
extends java.lang.Object
implements org.springframework.context.ApplicationContextAware

Currently unused. Necessary for "smart" workflow tasks.


Constructor Summary
SpringApplicationContextHolder()
           
 
Method Summary
static org.springframework.context.ApplicationContext getApplicationContext()
           
 void setApplicationContext(org.springframework.context.ApplicationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringApplicationContextHolder

public SpringApplicationContextHolder()
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

getApplicationContext

public static org.springframework.context.ApplicationContext getApplicationContext()


Copyright © 2012 evolveum. All Rights Reserved.