[jbpm-commits] JBoss JBPM SVN: r4934 - jbpm4/trunk/modules/integration/report/src/main/resources.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu May 28 08:41:13 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-05-28 08:41:13 -0400 (Thu, 28 May 2009)
New Revision: 4934

Modified:
   jbpm4/trunk/modules/integration/report/src/main/resources/process_summary.rptconfig
   jbpm4/trunk/modules/integration/report/src/main/resources/process_summary.rptdesign
Log:
rename report paramter to 'procId'

Modified: jbpm4/trunk/modules/integration/report/src/main/resources/process_summary.rptconfig
===================================================================
--- jbpm4/trunk/modules/integration/report/src/main/resources/process_summary.rptconfig	2009-05-28 12:24:47 UTC (rev 4933)
+++ jbpm4/trunk/modules/integration/report/src/main/resources/process_summary.rptconfig	2009-05-28 12:41:13 UTC (rev 4934)
@@ -2,15 +2,15 @@
 <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.17" id="1">
     <list-property name="configVars">
         <structure>
-            <property name="name">__isdisplay__id_42_0</property>
+            <property name="name">__isdisplay__procId_42_0</property>
             <property name="value">vacation2-1</property>
         </structure>
         <structure>
-            <property name="name">id_42_1</property>
+            <property name="name">procId_42_1</property>
             <property name="value">vacation2-1</property>
         </structure>
         <structure>
-            <property name="name">id_42_type_</property>
+            <property name="name">procId_42_type_</property>
             <property name="value">string</property>
         </structure>
     </list-property>

Modified: jbpm4/trunk/modules/integration/report/src/main/resources/process_summary.rptdesign
===================================================================
--- jbpm4/trunk/modules/integration/report/src/main/resources/process_summary.rptdesign	2009-05-28 12:24:47 UTC (rev 4933)
+++ jbpm4/trunk/modules/integration/report/src/main/resources/process_summary.rptdesign	2009-05-28 12:41:13 UTC (rev 4934)
@@ -5,7 +5,7 @@
     <property name="iconFile">/templates/blank_report.gif</property>
     <property name="bidiLayoutOrientation">ltr</property>
     <parameters>
-        <scalar-parameter name="id" id="42">
+        <scalar-parameter name="procId" id="42">
             <property name="valueType">static</property>
             <property name="dataType">string</property>
             <property name="paramType">simple</property>
@@ -136,7 +136,7 @@
             <list-property name="parameters">
                 <structure>
                     <property name="name">id</property>
-                    <property name="paramName">id</property>
+                    <property name="paramName">procId</property>
                     <property name="dataType">string</property>
                     <property name="position">1</property>
                     <property name="isInput">true</property>
@@ -259,7 +259,7 @@
             <list-property name="parameters">
                 <structure>
                     <property name="name">id</property>
-                    <property name="paramName">id</property>
+                    <property name="paramName">procId</property>
                     <property name="dataType">string</property>
                     <property name="position">1</property>
                     <property name="isInput">true</property>
@@ -533,7 +533,7 @@
             <list-property name="parameters">
                 <structure>
                     <property name="name">id</property>
-                    <property name="paramName">id</property>
+                    <property name="paramName">procId</property>
                     <property name="dataType">string</property>
                     <property name="position">1</property>
                     <property name="isInput">true</property>
@@ -1111,7 +1111,7 @@
                 </cell>
                 <cell id="198">
                     <text-data id="41">
-                        <expression name="valueExpr">params["id"].value</expression>
+                        <expression name="valueExpr">params["procId"].value</expression>
                         <property name="contentType">html</property>
                     </text-data>
                 </cell>




More information about the jbpm-commits mailing list