| 1234567891011121314151617181920212223242526272829303132 |
- <?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="2297" location="365,145" size="204,-1" input="//@wire.0" output="//@wire.1" name="SetResultKeyList">
- <property key="ResultKeyList" value="SLAB_TAKEIN_RESULT"/>
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:RouterActivity" id="2303" location="241,207" size="463,-1" input="//@wire.1" output="//@wire.2" name="Router2303">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- </child>
- <child xsi:type="Glue:InitialState" id="2309" location="457,48" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:FinalState" id="2310" location="467,381" size="-1,-1" input="//@wire.3"/>
- <child xsi:type="Glue:SearchActivity" id="2328" location="383,294" size="144,-1" input="//@wire.2" output="//@wire.3" name="Search2328">
- <property key="param-count" value="5"/>
- <property key="resultkey" value="SLAB_TAKEIN_RESULT"/>
- <property key="param0" value="SLAB_NO"/>
- <property key="param1" value="REG_FROM_TIME"/>
- <property key="param2" value="REG_END_TIME"/>
- <property key="param3" value="STL_GRD"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="UIG040300_01.select"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param4" value="SLAB_RT"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="681" guardcondition="success" firstRelativePoint="467,67" lastRelativePoint="467,145"/>
- <wire id="682" guardcondition="success" firstRelativePoint="470,175" lastRelativePoint="470,207"/>
- <wire id="687" guardcondition="find" firstRelativePoint="477,324" lastRelativePoint="477,380"/>
- <wire id="688" guardcondition="success" firstRelativePoint="477,324" lastRelativePoint="477,380"/>
- </Glue:GlueDiagram>
|