| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?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="3" location="20,20" size="100,100">
- <child xsi:type="Glue:Activity" id="557" location="256,61" size="194,-1" input="//@wire.0" output="//@wire.5" name="SetResultKeyList">
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="ResultKeyList" value="rs1|rs2|rs3"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:RouterActivity" id="568" location="108,177" size="499,-1" input="//@wire.5" output="//@wire.1 //@wire.3 //@wire.6" name="DefaultRouter">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="573" location="260,271" size="184,-1" input="//@wire.1" output="//@wire.2" name="Searchcomm">
- <property key="sqlkey" value="UIF013040.find"/>
- <property key="resultkey" value="rs1"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="REG_FROM_DTIME"/>
- <property key="param1" value="REG_TO_DTIME"/>
- <property key="param2" value="ORD_NO"/>
- <property key="param3" value="ORD_SEQ"/>
- <property key="param4" value="FROM_DEL_TO_DATE"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param5" value="TO_DEL_TO_DATE"/>
- <property key="param6" value="SPEC_STL_GRD"/>
- <property key="param7" value="ORD_FL"/>
- <property key="param8" value="SLAB_WTH"/>
- <property key="param9" value="SLAB_RT"/>
- <property key="param-count" value="10"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:InitialState" id="579" location="334,24" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:FinalState" id="581" location="309,394" size="-1,-1" input="//@wire.2 //@wire.4 //@wire.7"/>
- <child xsi:type="Glue:SearchActivity" id="2422" location="433,349" size="111,-1" input="//@wire.3" output="//@wire.4" name="Search2422">
- <property key="sqlkey" value="UIF013040_ord_seq.find"/>
- <property key="resultkey" value="rs2"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="ORD_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="2431" location="122,275" size="114,-1" input="//@wire.6" output="//@wire.7" name="Search2431">
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="resultkey" value="rs3"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="UIF013040_spec_stlgrd.find"/>
- <property key="param-count" value="0"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="655" guardcondition="success" firstRelativePoint="346,42" lastRelativePoint="346,68"/>
- <wire id="658" guardcondition="find" firstRelativePoint="358,237" lastRelativePoint="358,283"/>
- <wire id="663" guardcondition="success" firstRelativePoint="357,301" lastRelativePoint="357,395"/>
- <wire id="664" guardcondition="seq" firstRelativePoint="558,368" lastRelativePoint="319,393"/>
- <wire id="665" guardcondition="success" firstRelativePoint="558,368" lastRelativePoint="319,393"/>
- <wire id="666" guardcondition="success" firstRelativePoint="335,91" lastRelativePoint="335,177"/>
- <wire id="667" guardcondition="success" firstRelativePoint="179,207" lastRelativePoint="179,275"/>
- <wire id="670" guardcondition="success" firstRelativePoint="221,305" lastRelativePoint="319,393"/>
- </Glue:GlueDiagram>
|