| 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="2" location="20,20" size="100,100">
- <child xsi:type="Glue:Activity" id="2298" location="375,124" size="204,-1" input="//@wire.0" output="//@wire.1" name="SetResultKeyList">
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="ResultKeyList" value="rst1"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:RouterActivity" id="2308" location="293,201" size="385,-1" input="//@wire.1" output="//@wire.2" name="Router2308">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- </child>
- <child xsi:type="Glue:InitialState" id="2319" location="456,68" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:FinalState" id="2320" location="454,334" size="-1,-1" input="//@wire.3"/>
- <child xsi:type="Glue:SearchActivity" id="2339" location="390,270" size="147,-1" input="//@wire.2" output="//@wire.3" name="Search2339">
- <property key="resultkey" value="rst1"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="fromDate"/>
- <property key="sqlkey" value="UIG020700_LD_WGT.select"/>
- <property key="param1" value="toDate"/>
- <property key="param2" value="ccmNo"/>
- <property key="param-count" value="5"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param3" value="shift"/>
- <property key="param4" value="group"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="685" guardcondition="success" firstRelativePoint="467,87" lastRelativePoint="467,124"/>
- <wire id="686" guardcondition="success" firstRelativePoint="470,154" lastRelativePoint="470,201"/>
- <wire id="689" guardcondition="find" firstRelativePoint="464,291" lastRelativePoint="464,333"/>
- <wire id="690" guardcondition="success" firstRelativePoint="464,291" lastRelativePoint="464,333"/>
- </Glue:GlueDiagram>
|