Project

General

Profile

« Previous | Next » 

Revision 59415

making the mdstore feed action aware of the workflow process registry to handle workflow kills

View differences:

AbstractMDStoreAction.java
5 5

  
6 6
import javax.annotation.Resource;
7 7

  
8
import eu.dnetlib.msro.workflows.sarasvati.registry.GraphProcessRegistry;
8 9
import org.antlr.stringtemplate.StringTemplate;
9 10
import org.apache.commons.io.IOUtils;
10 11
import org.apache.commons.logging.Log;
......
27 28
	@Resource
28 29
	private UniqueServiceLocator serviceLocator;
29 30

  
31
	@Resource
32
	private GraphProcessRegistry graphProcessRegistry;
33

  
30 34
	/** The dao. */
31 35
	private MDStoreDao dao;
32 36

  
......
122 126
		this.dao = dao;
123 127
	}
124 128

  
129
	public GraphProcessRegistry getGraphProcessRegistry() {
130
		return graphProcessRegistry;
131
	}
132

  
125 133
}

Also available in: Unified diff