| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?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="2" location="20,20" size="100,100">
- <child xsi:type="Glue:Activity" id="2278" location="334,112" size="295,-1" input="//@wire.0" output="//@wire.1" name="SetResultKeyList">
- <property key="ResultKeyList" value="MESSAGES|SearchRepChargeResult|SearchOrlSlab|SearchNxtCharge|MESSAGES"/>
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:InitialState" id="2279" location="463,50" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:RouterActivity" id="2280" location="80,182" size="760,-1" input="//@wire.1" output="//@wire.2 //@wire.6 //@wire.8 //@wire.10" name="Router2280">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="2282" location="388,244" size="171,-1" input="//@wire.2" output="//@wire.3" name="SearchRepCharge">
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="resultkey" value="SearchRepChargeResult"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="REPLACE_CHARGE_COMM.select"/>
- <property key="param-count" value="0"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:FinalState" id="2283" location="465,470" size="-1,-1" input="//@wire.5 //@wire.7 //@wire.9 //@wire.11"/>
- <child xsi:type="Glue:SearchActivity" id="2284" location="362,319" size="236,-1" input="//@wire.3" output="//@wire.4" name="SearchOrlSlab">
- <property key="sqlkey" value="ORL_SLAB_COMM.select"/>
- <property key="resultkey" value="SearchOrlSlab"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="ORL_CHARGE_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:SearchActivity" id="2287" location="364,382" size="236,-1" input="//@wire.4" output="//@wire.5" name="SearchNxtCharge">
- <property key="sqlkey" value="ORL_SLAB_COMM.select"/>
- <property key="resultkey" value="SearchNxtCharge"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="NXT_CHARGE_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:SearchActivity" id="2289" location="120,322" size="236,-1" input="//@wire.6" output="//@wire.7" name="Search2289">
- <property key="sqlkey" value="ORL_SLAB_COMM.select"/>
- <property key="resultkey" value="SearchOrlSlab"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="ORL_CHARGE_NO"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="description" value=""/>
- <property key="param-count" value="1"/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="2292" location="43,405" size="236,-1" input="//@wire.8" output="//@wire.9" name="Search2292">
- <property key="sqlkey" value="ORL_SLAB_COMM.select"/>
- <property key="resultkey" value="SearchNxtCharge"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="NXT_CHARGE_NO"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="description" value=""/>
- <property key="param-count" value="1"/>
- </child>
- <child xsi:type="Glue:Activity" id="2305" location="651,322" size="165,-1" input="//@wire.10" output="//@wire.11" name="Activity Label2305">
- <property key="class" value="xin.glue.ui.G.G02.PosUpdateCutSchedu"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="711" guardcondition="success" firstRelativePoint="473,69" lastRelativePoint="473,112"/>
- <wire id="712" guardcondition="success" firstRelativePoint="474,142" lastRelativePoint="474,182"/>
- <wire id="713" guardcondition="init" firstRelativePoint="476,300" lastRelativePoint="476,346"/>
- <wire id="715" guardcondition="success" firstRelativePoint="475,274" lastRelativePoint="475,319"/>
- <wire id="716" guardcondition="success" firstRelativePoint="475,349" lastRelativePoint="475,382"/>
- <wire id="717" guardcondition="success" firstRelativePoint="469,412" lastRelativePoint="469,509"/>
- <wire id="718" guardcondition="orlSelect" firstRelativePoint="602,377" lastRelativePoint="475,469"/>
- <wire id="719" guardcondition="success" firstRelativePoint="341,352" lastRelativePoint="475,469"/>
- <wire id="720" guardcondition="nxtSelect" firstRelativePoint="254,212" lastRelativePoint="254,405">
- <bendpoint weight="0.5" firstDimension="-236,109" secondDimension="93,-114"/>
- </wire>
- <wire id="721" guardcondition="success" firstRelativePoint="603,377" lastRelativePoint="475,469"/>
- <wire id="722" guardcondition="move" firstRelativePoint="666,352" lastRelativePoint="475,469"/>
- <wire id="723" guardcondition="success" firstRelativePoint="665,352" lastRelativePoint="475,469"/>
- </Glue:GlueDiagram>
|