| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?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:Activity" id="1483" location="329,95" size="227,-1" input="//@wire.0" output="//@wire.1" name="SetResultKeyList">
- <property key="ResultKeyList" value="ResultList"/>
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:InitialState" id="1484" location="438,26" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:FinalState" id="1485" location="385,395" size="-1,-1" input="//@wire.2 //@wire.5 //@wire.7"/>
- <child xsi:type="Glue:RouterActivity" id="1486" location="184,161" size="479,-1" input="//@wire.1" output="//@wire.3 //@wire.4 //@wire.6" name="Router">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="2185" location="199,281" size="121,-1" input="//@wire.3" output="//@wire.2" name="Search2185">
- <property key="resultkey" value="ResultList"/>
- <property key="dao" value="mesdao"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="sqlkey" value="UIG100000.SELECT"/>
- <property key="param-count" value="2"/>
- <property key="param0" value="time"/>
- <property key="param1" value="time"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:DeleteActivity" id="2793" location="342,279" size="112,-1" input="//@wire.4" output="//@wire.5" name="Delete2793">
- <property key="class" value="com.posdata.glue.biz.activity.PosDelete"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="UIG100000.DELETE"/>
- <property key="param-count" value="0"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:Activity" id="5915" location="470,280" size="118,-1" input="//@wire.6" output="//@wire.7" name="Activity Label5915">
- <property key="class" value="xin.glue.ui.G.G10.InsertData"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="639" guardcondition="success" firstRelativePoint="447,45" lastRelativePoint="447,95"/>
- <wire id="640" guardcondition="success" firstRelativePoint="444,125" lastRelativePoint="444,161"/>
- <wire id="721" guardcondition="success" firstRelativePoint="250,311" lastRelativePoint="384,404">
- <bendpoint weight="0.5" firstDimension="-9,109" secondDimension="-145,0"/>
- </wire>
- <wire id="726" guardcondition="find" firstRelativePoint="251,191" lastRelativePoint="251,281"/>
- <wire id="727" guardcondition="delete" firstRelativePoint="395,309" lastRelativePoint="395,394"/>
- <wire id="728" guardcondition="success" firstRelativePoint="395,309" lastRelativePoint="395,394"/>
- <wire id="921" guardcondition="InsertData" firstRelativePoint="526,191" lastRelativePoint="526,280"/>
- <wire id="922" guardcondition="success" firstRelativePoint="529,310" lastRelativePoint="404,404">
- <bendpoint weight="0.5" firstDimension="0,108" secondDimension="134,-2"/>
- </wire>
- </Glue:GlueDiagram>
|