| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?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="1387" location="356,8" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:Activity" id="1388" location="292,62" size="130,-1" input="//@wire.0" output="//@wire.1" name="SetResultKeyList">
- <property key="ResultKeyList" value="COILDC|COILlist|CoilComm"/>
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:RouterActivity" id="1389" location="164,115" size="405,-1" input="//@wire.1" output="//@wire.2" name="Router1389">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="1390" location="271,205" size="178,-1" input="//@wire.2" output="//@wire.3" name="SearchCoilComm">
- <property key="resultkey" value="CoilComm"/>
- <property key="dao" value="mesdao"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="sqlkey" value="UIH020034_01.select"/>
- <property key="param-count" value="1"/>
- <property key="param0" value="COIL_NO"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="1391" location="285,259" size="165,-1" input="//@wire.3" output="//@wire.4" name="SearchCOILlist">
- <property key="resultkey" value="COILlist"/>
- <property key="dao" value="mesdao"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="sqlkey" value="UIH020034_02.select"/>
- <property key="param-count" value="1"/>
- <property key="param0" value="COIL_NO"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="1392" location="276,312" size="176,-1" input="//@wire.4" output="//@wire.5" name="SearchCOILDC">
- <property key="sqlkey" value="UIH020034_03.select"/>
- <property key="resultkey" value="COILDC"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="COIL_NO"/>
- <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:FinalState" id="1393" location="350,446" size="-1,-1" input="//@wire.5"/>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="614" guardcondition="success" firstRelativePoint="357,33" lastRelativePoint="357,62"/>
- <wire id="615" guardcondition="success" firstRelativePoint="364,92" lastRelativePoint="364,115"/>
- <wire id="616" guardcondition="find" firstRelativePoint="360,354" lastRelativePoint="360,445"/>
- <wire id="617" guardcondition="success" firstRelativePoint="365,193" lastRelativePoint="365,211"/>
- <wire id="618" guardcondition="success" firstRelativePoint="367,241" lastRelativePoint="367,268"/>
- <wire id="619" guardcondition="success" firstRelativePoint="372,298" lastRelativePoint="372,320"/>
- </Glue:GlueDiagram>
|