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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue May 26 08:51:01 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-05-26 08:51:01 -0400 (Tue, 26 May 2009)
New Revision: 4896

Modified:
   jbpm4/trunk/modules/integration/report/src/main/resources/process_activity.rptdesign
Log:
More work on process quartiles

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-26 12:09:01 UTC (rev 4895)
+++ jbpm4/trunk/modules/integration/report/src/main/resources/process_activity.rptdesign	2009-05-26 12:51:01 UTC (rev 4896)
@@ -570,7 +570,8 @@
             </list-property>
             <property name="queryText">SELECT *
 	FROM JBPM4_HIST_PROCINST J 
-	WHERE DURATION_ > 0</property>
+	WHERE DURATION_ > 0
+	ORDER BY DURATION_ DESC</property>
         </oda-data-set>
     </data-sets>
     <styles>
@@ -2421,7 +2422,7 @@
       <Visible>true</Visible>
       <Label>
         <Caption>
-          <Value>Process Completion Quartile</Value>
+          <Value>Long running processes</Value>
           <Font>
             <Name>SansSerif</Name>
             <Size>12.0</Size>
@@ -2537,7 +2538,7 @@
         </Color>
         <Visible>false</Visible>
       </Outline>
-      <Visible>false</Visible>
+      <Visible>true</Visible>
       <ClientArea>
         <Outline>
           <Style>Solid</Style>
@@ -2561,6 +2562,7 @@
         <Value></Value>
         <Font>
           <Alignment/>
+          <Rotation>0.0</Rotation>
         </Font>
       </Text>
       <Orientation>Vertical</Orientation>
@@ -2611,6 +2613,7 @@
         <Visible>false</Visible>
       </Title>
       <TitlePosition>Above</TitlePosition>
+      <ShowValue>false</ShowValue>
     </Children>
     <Bounds>
       <Left>0.0</Left>
@@ -2675,7 +2678,9 @@
       <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
     </OrthogonalSampleData>
   </SampleData>
-  <Interactivity/>
+  <Interactivity>
+    <LegendBehavior>None</LegendBehavior>
+  </Interactivity>
   <Axes>
     <Type>Text</Type>
     <Title>
@@ -2758,6 +2763,12 @@
       <SeriesDefinitions>
         <Query>
           <Definition>row[&quot;PROCDEFID_&quot;]</Definition>
+          <Grouping>
+            <Enabled>false</Enabled>
+            <GroupingInterval>1.0</GroupingInterval>
+            <GroupType>Text</GroupType>
+            <AggregateExpression>Sum</AggregateExpression>
+          </Grouping>
         </Query>
         <SeriesPalette>
           <Entries xsi:type="attribute:ColorDefinition">
@@ -3007,6 +3018,10 @@
           <GroupType>Text</GroupType>
           <AggregateExpression>Sum</AggregateExpression>
         </Grouping>
+        <Sorting>Ascending</Sorting>
+        <SortKey>
+          <Definition>row[&quot;DURATION_&quot;]</Definition>
+        </SortKey>
       </SeriesDefinitions>
       <Orientation>Vertical</Orientation>
       <LineAttributes>
@@ -3347,7 +3362,7 @@
           <Visible>false</Visible>
         </Label>
         <DataDefinition>
-          <Definition>row[&quot;PROCDEFID_&quot;]</Definition>
+          <Definition>row.__rownum</Definition>
         </DataDefinition>
         <SeriesIdentifier></SeriesIdentifier>
         <DataPoint>
@@ -3407,7 +3422,7 @@
         <Bottom>0.0</Bottom>
         <Right>3.0</Right>
       </Insets>
-      <Visible>true</Visible>
+      <Visible>false</Visible>
       <Ellipsis>45</Ellipsis>
     </Label>
     <LabelPosition>Below</LabelPosition>
@@ -3491,6 +3506,15 @@
 </model:ChartWithAxes>
 ]]></xml-property>
                                         <property name="outputFormat">SVG</property>
+                                        <list-property name="filter">
+                                            <structure>
+                                                <property name="operator">ge</property>
+                                                <expression name="expr">row["DURATION_"]</expression>
+                                                <simple-property-list name="value1">
+                                                    <value>row["q3"]</value>
+                                                </simple-property-list>
+                                            </structure>
+                                        </list-property>
                                         <property name="marginTop">10pt</property>
                                         <property name="marginLeft">10pt</property>
                                         <property name="height">200pt</property>




More information about the jbpm-commits mailing list