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

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


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

Modified:
   jbpm4/trunk/modules/integration/report/src/main/resources/definition_report.rptdesign
   jbpm4/trunk/modules/integration/report/src/main/resources/process_activity.rptdesign
Log:
more work on reports

Modified: jbpm4/trunk/modules/integration/report/src/main/resources/definition_report.rptdesign
===================================================================
--- jbpm4/trunk/modules/integration/report/src/main/resources/definition_report.rptdesign	2009-05-28 11:55:10 UTC (rev 4931)
+++ jbpm4/trunk/modules/integration/report/src/main/resources/definition_report.rptdesign	2009-05-28 12:13:38 UTC (rev 4932)
@@ -1094,7 +1094,7 @@
             <property name="paddingLeft">5pt</property>
             <property name="paddingBottom">5pt</property>
             <property name="paddingRight">5pt</property>
-            <text-property name="text">Process Definition Workload</text-property>
+            <text-property name="text">Process Definition Summary</text-property>
         </label>
         <grid id="192">
             <property name="marginLeft">10pt</property>
@@ -1254,6 +1254,26 @@
             <column id="150">
                 <property name="width">60%</property>
             </column>
+            <row id="265">
+                <cell id="266">
+                    <label id="268">
+                        <property name="fontSize">12pt</property>
+                        <property name="marginTop">10pt</property>
+                        <property name="marginLeft">10pt</property>
+                        <property name="textAlign">center</property>
+                        <text-property name="text">Long running instances</text-property>
+                    </label>
+                    <text id="269">
+                        <property name="fontSize">8pt</property>
+                        <property name="color">#CCCCCC</property>
+                        <property name="marginTop">0pt</property>
+                        <property name="textAlign">center</property>
+                        <property name="contentType">auto</property>
+                        <text-property name="content"><![CDATA[Completion time, upper quartile, limit 15]]></text-property>
+                    </text>
+                </cell>
+                <cell id="267"/>
+            </row>
             <row id="151">
                 <cell id="152">
                     <table id="156">
@@ -1323,7 +1343,7 @@
       <Visible>true</Visible>
       <Label>
         <Caption>
-          <Value>Long running instances</Value>
+          <Value></Value>
           <Font>
             <Name>SansSerif</Name>
             <Size>12.0</Size>
@@ -1562,7 +1582,7 @@
 
 q3_ml = MarkerLineImpl.create(yAxis, NumberDataElementImpl.create(q3));
 q3_ml.getLabel().getCaption().setValue(&quot;Q3: &quot; + q3);
-q3_ml.getLineAttributes().getColor().set(255,0,0);
+q3_ml.getLineAttributes().getColor().set(152,152,152);
 
 }</Script>
   <Units>Points</Units>
@@ -2389,7 +2409,7 @@
                                                 </simple-property-list>
                                             </structure>
                                         </list-property>
-                                        <property name="marginTop">10pt</property>
+                                        <property name="marginTop">0pt</property>
                                         <property name="marginLeft">10pt</property>
                                         <property name="height">130px</property>
                                         <property name="width">250px</property>
@@ -2406,7 +2426,7 @@
                 </cell>
                 <cell id="153">
                     <table id="165">
-                        <property name="marginTop">15pt</property>
+                        <property name="marginTop">5pt</property>
                         <property name="marginLeft">10pt</property>
                         <property name="width">80%</property>
                         <property name="dataSet">execution_time</property>
@@ -2448,6 +2468,11 @@
                                 <expression name="expression">dataSetRow["DURATION_"]</expression>
                                 <property name="dataType">integer</property>
                             </structure>
+                            <structure>
+                                <property name="name">q_value</property>
+                                <expression name="expression">dataSetRow["q3"]</expression>
+                                <property name="dataType">integer</property>
+                            </structure>
                         </list-property>
                         <list-property name="filter">
                             <structure>
@@ -2513,9 +2538,49 @@
                                 </cell>
                             </row>
                         </detail>
+                        <footer>
+                            <row id="259">
+                                <cell id="260"/>
+                                <cell id="261"/>
+                                <cell id="262">
+                                    <label id="264">
+                                        <property name="borderTopColor">#CCCCCC</property>
+                                        <property name="borderTopStyle">solid</property>
+                                        <property name="borderTopWidth">1px</property>
+                                        <property name="textAlign">right</property>
+                                        <text-property name="text">Q3:</text-property>
+                                    </label>
+                                    <data id="263">
+                                        <property name="marginTop">0pt</property>
+                                        <property name="textAlign">right</property>
+                                        <property name="resultSetColumn">q_value</property>
+                                    </data>
+                                </cell>
+                            </row>
+                        </footer>
                     </table>
                 </cell>
             </row>
+            <row id="270">
+                <cell id="271">
+                    <label id="273">
+                        <property name="fontSize">12pt</property>
+                        <property name="marginTop">10pt</property>
+                        <property name="marginLeft">10pt</property>
+                        <property name="textAlign">center</property>
+                        <text-property name="text">Activity distribution time</text-property>
+                    </label>
+                    <text id="274">
+                        <property name="fontSize">8pt</property>
+                        <property name="color">#CCCCCC</property>
+                        <property name="marginTop">0pt</property>
+                        <property name="textAlign">center</property>
+                        <property name="contentType">auto</property>
+                        <text-property name="content"><![CDATA[Sum duration, grouped by activity name, limit 15]]></text-property>
+                    </text>
+                </cell>
+                <cell id="272"/>
+            </row>
             <row id="208">
                 <cell id="209">
                     <extended-item extensionName="Chart" name="NewChart1" id="215">
@@ -2560,7 +2625,7 @@
       <Visible>true</Visible>
       <Label>
         <Caption>
-          <Value>Activity Distribution Time</Value>
+          <Value></Value>
           <Font>
             <Name>SansSerif</Name>
             <Size>12.0</Size>
@@ -3126,7 +3191,7 @@
             </Components>
             <Separator>, </Separator>
           </DataPoint>
-          <LabelPosition>Outside</LabelPosition>
+          <LabelPosition>Inside</LabelPosition>
           <Stacked>true</Stacked>
           <Riser>Rectangle</Riser>
         </Series>
@@ -3609,7 +3674,7 @@
 </model:ChartWithAxes>
 ]]></xml-property>
                         <property name="outputFormat">SVG</property>
-                        <property name="marginTop">10pt</property>
+                        <property name="marginTop">0pt</property>
                         <property name="marginLeft">10pt</property>
                         <property name="dataSet">activities_to_total_instances</property>
                         <property name="height">160pt</property>
@@ -3660,7 +3725,8 @@
                 </cell>
                 <cell id="210">
                     <table id="216">
-                        <property name="marginTop">15pt</property>
+                        <property name="marginTop">5pt</property>
+                        <property name="marginLeft">10pt</property>
                         <property name="width">80%</property>
                         <property name="dataSet">activities_to_total_instances</property>
                         <list-property name="boundDataColumns">

Modified: jbpm4/trunk/modules/integration/report/src/main/resources/process_activity.rptdesign
===================================================================
--- jbpm4/trunk/modules/integration/report/src/main/resources/process_activity.rptdesign	2009-05-28 11:55:10 UTC (rev 4931)
+++ jbpm4/trunk/modules/integration/report/src/main/resources/process_activity.rptdesign	2009-05-28 12:13:38 UTC (rev 4932)
@@ -360,7 +360,7 @@
 	FROM JBPM4_HIST_PROCINST J 
 	GROUP BY PROCDEFID_ 
 	ORDER BY numExecutions DESC
-	limit 10</property>
+	limit 15</property>
             <xml-property name="designerValues"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
 <model:DesignValues xmlns:design="http://www.eclipse.org/datatools/connectivity/oda/design" xmlns:model="http://www.eclipse.org/birt/report/model/adapter/odaModel">
   <Version>1.0</Version>
@@ -815,6 +815,28 @@
             <column id="129">
                 <property name="width">60%</property>
             </column>
+            <row id="239">
+                <cell id="240">
+                    <label id="242">
+                        <property name="fontSize">12pt</property>
+                        <property name="fontWeight">normal</property>
+                        <property name="marginTop">10pt</property>
+                        <property name="marginLeft">10pt</property>
+                        <property name="textAlign">center</property>
+                        <text-property name="text">Most active process</text-property>
+                    </label>
+                    <text id="238">
+                        <property name="fontSize">8pt</property>
+                        <property name="fontStyle">normal</property>
+                        <property name="color">#CCCCCC</property>
+                        <property name="marginTop">0pt</property>
+                        <property name="textAlign">center</property>
+                        <property name="contentType">auto</property>
+                        <text-property name="content"><![CDATA[Ordered by number of completed executions, limit 15]]></text-property>
+                    </text>
+                </cell>
+                <cell id="241"/>
+            </row>
             <row id="130">
                 <cell id="131">
                     <table id="174">
@@ -884,7 +906,7 @@
       <Visible>true</Visible>
       <Label>
         <Caption>
-          <Value>Most active process</Value>
+          <Value></Value>
           <Font>
             <Name>SansSerif</Name>
             <Size>12.0</Size>
@@ -2370,7 +2392,7 @@
 </model:ChartWithAxes>
 ]]></xml-property>
                                         <property name="outputFormat">SVG</property>
-                                        <property name="marginTop">10pt</property>
+                                        <property name="marginTop">0pt</property>
                                         <property name="marginLeft">10pt</property>
                                         <property name="dataSet">number_executions</property>
                                         <property name="height">150pt</property>
@@ -2405,7 +2427,7 @@
                 </cell>
                 <cell id="132">
                     <table id="182">
-                        <property name="marginTop">15pt</property>
+                        <property name="marginTop">5pt</property>
                         <property name="marginLeft">10pt</property>
                         <property name="width">80%</property>
                         <property name="dataSet">number_executions</property>
@@ -2497,6 +2519,28 @@
                     </table>
                 </cell>
             </row>
+            <row id="243">
+                <cell id="244">
+                    <label id="246">
+                        <property name="fontSize">12pt</property>
+                        <property name="fontWeight">normal</property>
+                        <property name="marginTop">10pt</property>
+                        <property name="marginLeft">10pt</property>
+                        <property name="textAlign">center</property>
+                        <text-property name="text">Long running process</text-property>
+                    </label>
+                    <text id="247">
+                        <property name="fontSize">8pt</property>
+                        <property name="fontStyle">normal</property>
+                        <property name="color">#CCCCCC</property>
+                        <property name="marginTop">0pt</property>
+                        <property name="textAlign">center</property>
+                        <property name="contentType">auto</property>
+                        <text-property name="content"><![CDATA[Upper quartile, limit 15]]></text-property>
+                    </text>
+                </cell>
+                <cell id="245"/>
+            </row>
             <row id="133">
                 <cell id="134">
                     <table id="165">
@@ -2601,7 +2645,7 @@
       <Visible>true</Visible>
       <Label>
         <Caption>
-          <Value>Long running process</Value>
+          <Value></Value>
           <Font>
             <Name>SansSerif</Name>
             <Size>12.0</Size>
@@ -3695,7 +3739,7 @@
                                                 </simple-property-list>
                                             </structure>
                                         </list-property>
-                                        <property name="marginTop">10pt</property>
+                                        <property name="marginTop">0pt</property>
                                         <property name="marginLeft">10pt</property>
                                         <property name="height">150pt</property>
                                         <property name="width">250pt</property>
@@ -3712,7 +3756,7 @@
                 </cell>
                 <cell id="135">
                     <table id="205">
-                        <property name="marginTop">15pt</property>
+                        <property name="marginTop">5pt</property>
                         <property name="marginLeft">10pt</property>
                         <property name="width">80%</property>
                         <property name="dataSet">process_quartiles</property>
@@ -3785,6 +3829,11 @@
                                 <expression name="expression">dataSetRow["index"]</expression>
                                 <property name="dataType">string</property>
                             </structure>
+                            <structure>
+                                <property name="name">Column Binding_3</property>
+                                <expression name="expression">dataSetRow["q3"]</expression>
+                                <property name="dataType">integer</property>
+                            </structure>
                         </list-property>
                         <list-property name="filter">
                             <structure>
@@ -3848,6 +3897,25 @@
                                 </cell>
                             </row>
                         </detail>
+                        <footer>
+                            <row id="230">
+                                <cell id="231"/>
+                                <cell id="232"/>
+                                <cell id="233">
+                                    <label id="234">
+                                        <property name="borderTopColor">#CCCCCC</property>
+                                        <property name="borderTopStyle">solid</property>
+                                        <property name="borderTopWidth">1px</property>
+                                        <property name="textAlign">right</property>
+                                        <text-property name="text">Q3:</text-property>
+                                    </label>
+                                    <data id="235">
+                                        <property name="textAlign">right</property>
+                                        <property name="resultSetColumn">Column Binding_3</property>
+                                    </data>
+                                </cell>
+                            </row>
+                        </footer>
                     </table>
                 </cell>
             </row>




More information about the jbpm-commits mailing list