| 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="7" location="20,20" size="100,100">
- <child xsi:type="Glue:Activity" id="2344" location="267,106" size="204,-1" input="//@wire.0" output="//@wire.1" name="Activity Label2344">
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="ResultKeyList" value="STL_GRD_SELECT|ORD_SEQ_SELECT|CHARGE_NO_RESULT"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:RouterActivity" id="2346" location="197,166" size="462,-1" input="//@wire.1" output="//@wire.2 //@wire.4 //@wire.6" name="Router2346">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- </child>
- <child xsi:type="Glue:InitialState" id="2347" location="357,59" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:SearchActivity" id="2348" location="282,239" size="181,-1" input="//@wire.2" output="//@wire.3" name="Search2348">
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="resultkey" value="STL_GRD_SELECT"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="UIG04COMBOX_STLGRD.select"/>
- <property key="param-count" value="0"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:FinalState" id="2349" location="368,358" size="-1,-1" input="//@wire.3 //@wire.5 //@wire.7"/>
- <child xsi:type="Glue:SearchActivity" id="2992" location="474,240" size="141,-1" input="//@wire.4" output="//@wire.5" name="Search2992">
- <property key="resultkey" value="ORD_SEQ_SELECT"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="SELECT.ORD_SEQ"/>
- <property key="param-count" value="1"/>
- <property key="param0" value="ordNo"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="2997" location="90,240" size="181,-1" input="//@wire.6" output="//@wire.7" name="Search2997">
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="resultkey" value="CHARGE_NO_RESULT"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="UIG04COMBOX_CHARGE_NO.select"/>
- <property key="param-count" value="0"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="687" guardcondition="success" firstRelativePoint="369,78" lastRelativePoint="369,106"/>
- <wire id="688" guardcondition="success" firstRelativePoint="368,136" lastRelativePoint="368,166"/>
- <wire id="689" guardcondition="stlSch" firstRelativePoint="371,269" lastRelativePoint="371,293"/>
- <wire id="690" guardcondition="success" firstRelativePoint="371,254" lastRelativePoint="371,293"/>
- <wire id="752" guardcondition="ordSeq" firstRelativePoint="529,196" lastRelativePoint="529,240"/>
- <wire id="753" guardcondition="success" firstRelativePoint="486,270" lastRelativePoint="371,293"/>
- <wire id="754" guardcondition="chargeNo" firstRelativePoint="256,270" lastRelativePoint="378,357"/>
- <wire id="755" guardcondition="success" firstRelativePoint="256,270" lastRelativePoint="378,357"/>
- </Glue:GlueDiagram>
|