| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <?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="4" location="20,20" size="100,100">
- <child xsi:type="Glue:InitialState" id="2567" location="349,29" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:Activity" id="2568" location="288,76" size="155,-1" input="//@wire.0" output="//@wire.1" name="SetResultKeyList">
- <property key="ResultKeyList" value="DLIVInfo"/>
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:RouterActivity" id="2569" location="216,142" size="312,-1" input="//@wire.1" output="//@wire.3" name="RouterDLIVInfo">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:FinalState" id="2571" location="351,370" size="-1,-1" input="//@wire.2"/>
- <child xsi:type="Glue:SearchActivity" id="2806" location="236,282" size="290,-1" input="//@wire.3" output="//@wire.2" name="SearchDLIVInfo">
- <property key="resultkey" value="DLIVInfo"/>
- <property key="sqlkey" value="UIH090150_01.select"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param-count" value="10"/>
- <property key="param0" value="ORD_NO"/>
- <property key="param1" value="ORD_SEQ"/>
- <property key="param2" value="ORD_PLAN_DATA_F"/>
- <property key="dao" value="mesdao"/>
- <property key="param3" value="ORD_PLAN_DATA_T"/>
- <property key="param4" value="DEL_TO_DATE_F"/>
- <property key="param5" value="DEL_TO_DATE_T"/>
- <property key="param6" value="DTIME_F"/>
- <property key="param7" value="DTIME_T"/>
- <property key="param8" value="BEF_DLIV_TP"/>
- <property key="param9" value="DLIV_TP"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="714" guardcondition="success" firstRelativePoint="359,48" lastRelativePoint="359,76"/>
- <wire id="715" guardcondition="success" firstRelativePoint="372,106" lastRelativePoint="372,142"/>
- <wire id="725" guardcondition="success" firstRelativePoint="362,312" lastRelativePoint="362,354"/>
- <wire id="878" guardcondition="find" firstRelativePoint="361,312" lastRelativePoint="361,369"/>
- </Glue:GlueDiagram>
|