194. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/13/2018 10:35:25 AM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

194.1 Files compared

# Location File Last Modified
1 v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\java\gov\va\med\cds\ars AggregateReportingServiceInterface.java Fri Dec 7 17:36:16 2018 UTC
2 v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\java\gov\va\med\cds\ars AggregateReportingServiceInterface.java Wed Dec 12 20:00:50 2018 UTC

194.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 110
Changed 3 10
Inserted 0 0
Removed 0 0

194.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

194.4 Active regular expressions

No regular expressions were active.

194.5 Comparison detail

  1  
  2   package go v.va.med.c ds.ars;
  3  
  4   import jav ax.jws.Web Method;
  5   import jav ax.jws.Web Param;
  6   import jav ax.jws.Web Result;
  7   import jav ax.jws.Web Service;
  8   import jav ax.xml.bin d.annotati on.XmlSeeA lso;
  9   import jav ax.xml.ws. RequestWra pper;
  10   import jav ax.xml.ws. ResponseWr apper;
  11  
  12  
  13   /**
  14    * This cl ass was ge nerated by  the JAX-W S RI.
  15    * JAX-WS  RI 2.1.6 i n JDK 6
  16    * Generat ed source  version: 2 .1
  17    * 
  18    */
  19   @WebServic e(name = " AggregateR eportingSe rviceInter face", tar getNamespa ce = "http :// DNS . URL         /")
  20   @XmlSeeAls o({
  21       Object Factory.cl ass
  22   })
  23   public int erface Agg regateRepo rtingServi ceInterfac e {
  24  
  25  
  26       /**
  27        * 
  28        * @re turn
  29        *      returns b oolean
  30        */
  31       @WebMe thod
  32       @WebRe sult(targe tNamespace  = "")
  33         @RequestWr apper(loca lName = "i sAlive", t argetNames pace = "ht tp:// DNS . URL         /", classN ame = "gov .va.med.cd s.ars.IsAl ive")
  34         @ResponseW rapper(loc alName = " isAliveRes ponse", ta rgetNamesp ace = "htt p:// DNS . URL         /", classN ame = "gov .va.med.cd s.ars.IsAl iveRespons e")
  35       public  boolean i sAlive();
  36  
  37       /**
  38        * 
  39        * @pa ram report Request
  40        * @pa ram reques tId
  41        * @pa ram report Id
  42        * @pa ram client Id
  43        * @re turn
  44        *      returns j ava.lang.S tring
  45        */
  46       @WebMe thod
  47       @WebRe sult(targe tNamespace  = "")
  48         @RequestWr apper(loca lName = "r eadAggrega teData", t argetNames pace = "ht tp:/ DNS . URL         /", classN ame = "gov .va.med.cd s.ars.Read AggregateD ata")
  49         @ResponseW rapper(loc alName = " readAggreg ateDataRes ponse", ta rgetNamesp ace = "htt p:// DNS . URL         /", classN ame = "gov .va.med.cd s.ars.Read AggregateD ataRespons e")
  50       public  String re adAggregat eData(
  51           @W ebParam(na me = "repo rtRequest" , targetNa mespace =  "")
  52           St ring repor tRequest,
  53           @W ebParam(na me = "repo rtId", tar getNamespa ce = "")
  54           St ring repor tId,
  55           @W ebParam(na me = "clie ntId", tar getNamespa ce = "")
  56           St ring clien tId,
  57           @W ebParam(na me = "requ estId", ta rgetNamesp ace = "")
  58           St ring reque stId);
  59  
  60   }