Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

FindHostedByJobNode.java
1 1
package eu.dnetlib.msro.openaireplus.workflows.nodes.hostedby;
2 2

  
3 3
import java.io.StringReader;
4

  
5 4
import javax.xml.ws.wsaddressing.W3CEndpointReference;
6 5

  
7
import org.dom4j.Document;
8
import org.dom4j.Element;
9
import org.dom4j.io.SAXReader;
10

  
11 6
import com.googlecode.sarasvati.Arc;
12 7
import com.googlecode.sarasvati.NodeToken;
13

  
14 8
import eu.dnetlib.enabling.resultset.MappedResultSetFactory;
15 9
import eu.dnetlib.enabling.resultset.client.ResultSetClientFactory;
16 10
import eu.dnetlib.enabling.resultset.client.utils.EPRUtils;
17 11
import eu.dnetlib.miscutils.functional.UnaryFunction;
18 12
import eu.dnetlib.msro.workflows.nodes.SimpleJobNode;
13
import org.dom4j.Document;
14
import org.dom4j.Element;
15
import org.dom4j.io.SAXReader;
19 16

  
20 17
// TODO: Auto-generated Javadoc
18

  
21 19
/**
22 20
 * The Class FindHostedByJonbNode.
23 21
 */
24 22
public class FindHostedByJobNode extends SimpleJobNode {
25 23

  
26
	/** The input epr param. */
24
	/**
25
	 * The input epr param.
26
	 */
27 27
	private String inputEprParam;
28 28

  
29
	/** The output epr param. */
29
	/**
30
	 * The output epr param.
31
	 */
30 32
	private String outputEprParam;
31 33

  
32
	/** The counters param. */
34
	/**
35
	 * The counters param.
36
	 */
33 37
	private String countersParam;
34 38

  
35
	/** The result set client factory. */
39
	/**
40
	 * The result set client factory.
41
	 */
36 42
	private ResultSetClientFactory resultSetClientFactory;
37 43

  
38
	/** The mapped result set factory. */
44
	/**
45
	 * The mapped result set factory.
46
	 */
39 47
	private MappedResultSetFactory mappedResultSetFactory;
40 48

  
41 49
	private final String unknown_repo_id = "openaire____::1256f046-bf1f-4afc-8b47-d0b147148b18";
......
88 96
	}
89 97

  
90 98
	/**
91
	 * @param inputEprParam
92
	 *            the inputEprParam to set
99
	 * @param inputEprParam the inputEprParam to set
93 100
	 */
94 101
	public void setInputEprParam(final String inputEprParam) {
95 102
		this.inputEprParam = inputEprParam;
......
103 110
	}
104 111

  
105 112
	/**
106
	 * @param outputEprParam
107
	 *            the outputEprParam to set
113
	 * @param outputEprParam the outputEprParam to set
108 114
	 */
109 115
	public void setOutputEprParam(final String outputEprParam) {
110 116
		this.outputEprParam = outputEprParam;
......
118 124
	}
119 125

  
120 126
	/**
121
	 * @param resultSetClientFactory
122
	 *            the resultSetClientFactory to set
127
	 * @param resultSetClientFactory the resultSetClientFactory to set
123 128
	 */
124 129
	public void setResultSetClientFactory(final ResultSetClientFactory resultSetClientFactory) {
125 130
		this.resultSetClientFactory = resultSetClientFactory;
......
133 138
	}
134 139

  
135 140
	/**
136
	 * @param mappedResultSetFactory
137
	 *            the mappedResultSetFactory to set
141
	 * @param mappedResultSetFactory the mappedResultSetFactory to set
138 142
	 */
139 143
	public void setMappedResultSetFactory(final MappedResultSetFactory mappedResultSetFactory) {
140 144
		this.mappedResultSetFactory = mappedResultSetFactory;
......
148 152
	}
149 153

  
150 154
	/**
151
	 * @param countersParam
152
	 *            the countersParam to set
155
	 * @param countersParam the countersParam to set
153 156
	 */
154 157
	public void setCountersParam(final String countersParam) {
155 158
		this.countersParam = countersParam;

Also available in: Unified diff