| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?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="0" location="20,20" size="100,100">
- <child xsi:type="Glue:InitialState" id="2512" location="350,18" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:RouterActivity" id="2514" location="105,123" size="569,-1" input="//@wire.1" output="//@wire.2 //@wire.3" name="Router2514">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- </child>
- <child xsi:type="Glue:Activity" id="2525" location="304,50" size="133,-1" input="//@wire.0" output="//@wire.1" name="SetResultKeyList">
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="ResultKeyList" value="orderResult"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:FinalState" id="4597" location="356,348" size="-1,-1" input="//@wire.4 //@wire.5"/>
- <child xsi:type="Glue:SearchActivity" id="4653" location="159,229" size="124,-1" input="//@wire.2" output="//@wire.5" name="SearchorderOver">
- <property key="sqlkey" value="UIH052000_02.select"/>
- <property key="resultkey" value="orderResult"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="searchTime"/>
- <property key="param1" value="FROM_ADDR"/>
- <property key="param2" value="TO_ADDR"/>
- <property key="param3" value="REG_ID"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param-count" value="4"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="4654" location="460,228" size="148,-1" input="//@wire.3" output="//@wire.4" name="SearchorderStart">
- <property key="sqlkey" value="UIH052000_01.select"/>
- <property key="resultkey" value="orderResult"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="searchTime"/>
- <property key="param1" value="FROM_ADDR"/>
- <property key="param2" value="TO_ADDR"/>
- <property key="param3" value="REG_ID"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param-count" value="4"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="703" guardcondition="success" firstRelativePoint="648,295" lastRelativePoint="376,369"/>
- <wire id="712" guardcondition="success" firstRelativePoint="369,80" lastRelativePoint="369,123">
- <bendpoint weight="0.5" firstDimension="-1,37" secondDimension="-20,-36"/>
- </wire>
- <wire id="902" guardcondition="find" firstRelativePoint="552,258" lastRelativePoint="376,357"/>
- <wire id="903" guardcondition="find1" firstRelativePoint="224,153" lastRelativePoint="224,229"/>
- <wire id="904" guardcondition="success" firstRelativePoint="552,258" lastRelativePoint="376,357">
- <bendpoint weight="0.5" firstDimension="18,114" secondDimension="186,-1"/>
- </wire>
- <wire id="905" guardcondition="success" firstRelativePoint="229,259" lastRelativePoint="355,357">
- <bendpoint weight="0.5" firstDimension="8,112" secondDimension="-137,-2"/>
- </wire>
- </Glue:GlueDiagram>
|