| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?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="13" location="20,20" size="100,100">
- <child xsi:type="Glue:InitialState" id="805" location="296,13" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:Activity" id="806" location="245,48" size="129,-1" input="//@wire.0" output="//@wire.1" name="SetResultKeyList">
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="ResultKeyList" value="RollList"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:RouterActivity" id="807" location="143,98" size="339,-1" input="//@wire.1" output="//@wire.2 //@wire.3 //@wire.4" name="RollRouter">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="808" location="151,191" size="86,-1" input="//@wire.2" output="//@wire.7" name="SearchAllRoll">
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="UIH040060_01.select"/>
- <property key="param0" value="ROLL_TYPE"/>
- <property key="resultkey" value="RollList"/>
- <property key="param1" value="ROLL_STAT"/>
- <property key="param-count" value="2"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:FinalState" id="809" location="312,303" size="-1,-1" input="//@wire.5 //@wire.6 //@wire.7"/>
- <child xsi:type="Glue:SearchActivity" id="825" location="277,194" size="92,-1" input="//@wire.3" output="//@wire.6" name="SearchTypeRoll">
- <property key="sqlkey" value="UIH040060_02.select"/>
- <property key="resultkey" value="RollList"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="ROLL_TYPE"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param-count" value="1"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="826" location="406,191" size="91,-1" input="//@wire.4" output="//@wire.5" name="SearchNullRoll">
- <property key="resultkey" value="RollList"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="UIH040060_03.select"/>
- <property key="param-count" value="0"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="497" guardcondition="success" firstRelativePoint="309,32" lastRelativePoint="309,48"/>
- <wire id="498" guardcondition="success" firstRelativePoint="309,78" lastRelativePoint="309,98"/>
- <wire id="501" guardcondition="findAll" firstRelativePoint="188,221" lastRelativePoint="311,312"/>
- <wire id="502" guardcondition="findType" firstRelativePoint="191,128" lastRelativePoint="191,191"/>
- <wire id="503" guardcondition="findNull" firstRelativePoint="329,128" lastRelativePoint="329,194"/>
- <wire id="504" guardcondition="success" firstRelativePoint="466,221" lastRelativePoint="318,314">
- <bendpoint weight="0.5" firstDimension="15,107" secondDimension="157,-2"/>
- </wire>
- <wire id="505" guardcondition="success" firstRelativePoint="309,224" lastRelativePoint="309,304"/>
- <wire id="508" guardcondition="success" firstRelativePoint="188,221" lastRelativePoint="311,312">
- <bendpoint weight="0.5" firstDimension="-6,105" secondDimension="-134,-2"/>
- </wire>
- </Glue:GlueDiagram>
|