| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Glue:GlueDiagram xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Glue="http://www.glueframework.com/activitydiagram/" id="1" location="20,20" size="100,100">
- <child xsi:type="Glue:InitialState" id="1163" location="633,24" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:Activity" id="1164" location="549,57" size="188,-1" input="//@wire.0" output="//@wire.1" name="SetResultKeyList">
- <property key="ResultKeyList" value="UNORDER_SLABS|SLAB_INS"/>
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:RouterActivity" id="1165" location="250,124" size="790,-1" input="//@wire.1" output="//@wire.2 //@wire.6" name="Router1165">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- </child>
- <child xsi:type="Glue:FinalState" id="1170" location="630,560" size="-1,-1" input="//@wire.3 //@wire.5 //@wire.7"/>
- <child xsi:type="Glue:Activity" id="5195" location="622,271" size="101,-1" input="//@wire.2" output="//@wire.3 //@wire.4" name="ZHBslabRep">
- <property key="class" value="xin.glue.ui.G.G04.SaveZHBslabDisrep"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:Activity" id="5208" location="791,355" size="122,-1" input="//@wire.4" output="//@wire.5" name="PosErrorHandler">
- <property key="class" value="xin.glue.user.common.PosErrorHandler"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="5210" location="452,326" size="132,-1" input="//@wire.6" output="//@wire.7" name="SearchOrderSlab">
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="resultkey" value="UNORDER_SLABS"/>
- <property key="param-count" value="6"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="STL_GRD"/>
- <property key="param1" value="MIN_SLAB_THK"/>
- <property key="param2" value="MAX_SLAB_THK"/>
- <property key="sqlkey" value="UIG040110_ORDER_SLAB.select"/>
- <property key="param3" value="MIN_SLAB_WTH"/>
- <property key="param4" value="MAX_SLAB_WTH"/>
- <property key="param5" value="CHARGE_NO"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value="tx1:三期测试数据库dao
tx-zhb:中厚板数据库DAO"/>
- <wire id="490" guardcondition="success" firstRelativePoint="374,23" lastRelativePoint="374,56"/>
- <wire id="588" guardcondition="success" firstRelativePoint="640,87" lastRelativePoint="640,124">
- <bendpoint weight="0.5" firstDimension="-3,33" secondDimension="-5,-34"/>
- </wire>
- <wire id="953" guardcondition="saveSlabRep" firstRelativePoint="670,154" lastRelativePoint="670,271">
- <bendpoint weight="0.5" firstDimension="25,71" secondDimension="-2,-76"/>
- </wire>
- <wire id="954" guardcondition="success" firstRelativePoint="761,302" lastRelativePoint="640,559"/>
- <wire id="955" guardcondition="failure" firstRelativePoint="806,385" lastRelativePoint="640,559"/>
- <wire id="956" guardcondition="success" firstRelativePoint="806,385" lastRelativePoint="640,559"/>
- <wire id="964" guardcondition="findOrderSlabs" firstRelativePoint="432,371" lastRelativePoint="640,559"/>
- <wire id="965" guardcondition="success" firstRelativePoint="432,371" lastRelativePoint="640,559"/>
- </Glue:GlueDiagram>
|