Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

ValidateShadowStatsJobNode.java
1 1
package eu.dnetlib.msro.openaireplus.workflows.nodes.stats;
2 2

  
3
import com.googlecode.sarasvati.NodeToken;
4
import eu.dnetlib.enabling.tools.blackboard.BlackboardJob;
3 5
import org.apache.commons.lang.StringUtils;
4 6
import org.apache.commons.logging.Log;
5 7
import org.apache.commons.logging.LogFactory;
6 8

  
7
import com.googlecode.sarasvati.NodeToken;
8

  
9
import eu.dnetlib.enabling.tools.blackboard.BlackboardJob;
10

  
11 9
/**
12 10
 * Ask the StatsManagerService to perform the content validation between the shadow stats db and the preproduction index (using the
13 11
 * prepublic search service) and creates a report, which is serialized in the blackboard job parameters.
......
15 13
 * The report is relative to the shadow stats db related to the portal specified by the additional BB parameter
16 14
 * <code>StatsManagerServiceBBAction.VALIDATE_SHADOW_STATS.getTargetPortalParamName()</code>
17 15
 * </p>
18
 * 
16
 *
19 17
 * @author alessia
20
 * 
21 18
 */
22 19
public class ValidateShadowStatsJobNode extends AbstractStatsJobNode {
23 20

  

Also available in: Unified diff