| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?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="0" location="20,20" size="100,100">
- <child xsi:type="Glue:InitialState" id="0" location="305,8" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:RouterActivity" id="2" location="22,156" size="604,-1" input="//@wire.6" output="//@wire.1 //@wire.7 //@wire.8" name="rollResultRouter">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="3" location="91,364" size="209,-1" input="//@wire.3 //@wire.7 //@wire.9" output="//@wire.5 //@wire.11" name="rollResultSearch">
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="UIH040010_01.select"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param-count" value="1"/>
- <property key="resultkey" value="rollResult"/>
- <property key="param0" value="ROLL_KIND"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:Activity" id="4" location="288,240" size="106,-1" input="//@wire.1" output="//@wire.2 //@wire.3" name="rollResultSave">
- <property key="class" value="xin.glue.ui.H.H04.PosSaveRollResult"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:FinalState" id="5" location="336,489" size="-1,-1" input="//@wire.4 //@wire.11"/>
- <child xsi:type="Glue:Activity" id="6" location="531,344" size="94,-1" input="//@wire.2 //@wire.5 //@wire.10" output="//@wire.4" name="ERROR">
- <property key="class" value="xin.glue.ui.H.H04.ERROR"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:Activity" id="572" location="261,56" size="120,-1" input="//@wire.0" output="//@wire.6" name="SetResultKeyList">
- <property key="ResultKeyList" value="rollResult"/>
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:DeleteActivity" id="1239" location="90,294" size="114,-1" input="//@wire.8" output="//@wire.9 //@wire.10" name="DeleteRollNo">
- <property key="class" value="com.posdata.glue.biz.activity.PosDelete"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="UIH040010_delete"/>
- <property key="param-count" value="1"/>
- <property key="param0" value="ROLL_NO"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="325" guardcondition="success" firstRelativePoint="288,28" lastRelativePoint="288,56"/>
- <wire id="328" guardcondition="save" firstRelativePoint="354,186" lastRelativePoint="354,213">
- <bendpoint weight="0.5" firstDimension="30,28" secondDimension="4,-29"/>
- </wire>
- <wire id="330" guardcondition="failure" firstRelativePoint="394,252" lastRelativePoint="582,344">
- <bendpoint weight="0.5" firstDimension="241,-3" secondDimension="4,-107"/>
- </wire>
- <wire id="335" guardcondition="success" firstRelativePoint="288,253" lastRelativePoint="233,364">
- <bendpoint weight="0.5" firstDimension="-108,-2" secondDimension="38,-126"/>
- </wire>
- <wire id="337" guardcondition="success" firstRelativePoint="590,374" lastRelativePoint="355,490">
- <bendpoint weight="0.5" firstDimension="12,132" secondDimension="244,0"/>
- </wire>
- <wire id="338" guardcondition="failure" firstRelativePoint="496,237" lastRelativePoint="496,326"/>
- <wire id="343" guardcondition="success" firstRelativePoint="316,86" lastRelativePoint="316,156"/>
- <wire id="345" guardcondition="find" firstRelativePoint="215,186" lastRelativePoint="215,225"/>
- <wire id="556" guardcondition="delete" firstRelativePoint="204,306" lastRelativePoint="565,344"/>
- <wire id="557" guardcondition="success" firstRelativePoint="141,324" lastRelativePoint="141,364"/>
- <wire id="558" guardcondition="failure" firstRelativePoint="191,394" lastRelativePoint="335,498">
- <bendpoint weight="0.5" firstDimension="418,-3" secondDimension="-13,-53"/>
- </wire>
- <wire id="559" guardcondition="success" firstRelativePoint="191,394" lastRelativePoint="335,498">
- <bendpoint weight="0.5" firstDimension="-4,118" secondDimension="-155,-2"/>
- </wire>
- </Glue:GlueDiagram>
|