Advertisement
Guest User

Untitled

a guest
May 24th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.03 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <action-sequence>
  3.   <title>TestReportExecution</title>
  4.   <version>1</version>
  5.   <logging-level>DEBUG</logging-level>
  6.   <documentation>
  7.     <author/>  
  8.     <description>Empty blank action sequence document</description>  
  9.     <help/>  
  10.     <result-type/>  
  11.     <icon/>
  12.   </documentation>
  13.  
  14.   <inputs>
  15.     <facility_list type="long">
  16.       <sources>
  17.         <request>facility_list</request>
  18.       </sources>
  19.       <default-value><![CDATA[29]]></default-value>
  20.     </facility_list>
  21.     <start_date_init type="string">
  22.       <sources>
  23.         <request>start_date_init</request>
  24.       </sources>
  25.       <default-value><![CDATA[2010-04-18]]></default-value>
  26.     </start_date_init>
  27.     <date_init type="string">
  28.       <sources>
  29.         <request>date_init</request>
  30.       </sources>
  31.       <default-value><![CDATA[2010-05-01]]></default-value>
  32.     </date_init>
  33.   </inputs>
  34.  
  35.   <outputs>
  36.     <SampleOutputReport type="content">
  37.       <destinations>
  38.         <response>SampleOutputReport</response>
  39.       </destinations>
  40.     </SampleOutputReport>
  41.   </outputs>
  42.  
  43.   <resources>
  44.     <report-definition>
  45.       <solution-file>
  46.         <location>DLC_Weekly.prpt</location>
  47.         <mime-type>application/zip</mime-type>
  48.       </solution-file>
  49.     </report-definition>
  50.   </resources>
  51.  
  52.   <actions>
  53.     <action-definition>
  54.       <component-name>SimpleReportingComponent</component-name>
  55.       <action-type>Pentaho Report</action-type>
  56.       <action-inputs>
  57.         <facility_list type="long"/>
  58.         <start_date_init type="string"/>
  59.         <date_init type="string"/>
  60.       </action-inputs>
  61.       <action-resources>
  62.         <report-definition type="resource"/>
  63.       </action-resources>
  64.       <action-outputs>
  65.         <outputstream type="content" mapping="SampleOutputReport"/>
  66.       </action-outputs>
  67.       <component-definition>
  68.         <outputType><![CDATA[application/pdf]]></outputType>
  69.       </component-definition>
  70.     </action-definition>
  71.  
  72.   </actions>
  73. </action-sequence>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement