| 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="5" location="20,20" size="100,100">
- <child xsi:type="Glue:InitialState" id="87" location="310,22" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:FinalState" id="88" location="327,420" size="-1,-1" input="//@wire.3 //@wire.5"/>
- <child xsi:type="Glue:Activity" id="89" location="268,76" size="111,-1" input="//@wire.0" output="//@wire.1" name="SetResultKeyList">
- <property key="ResultKeyList" value="EmpListResult|DropDownRes"/>
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:Activity" id="90" location="266,148" size="118,-1" input="//@wire.1" output="//@wire.2" name="InitParam">
- <property key="class" value="xin.glue.ui.D.D01.FindDropDownInfo"/>
- <property key="resultkey" value="DropDownRes"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:Activity" id="92" location="472,325" size="122,-1" input="//@wire.6" output="//@wire.3" name="PosErrorHandler">
- <property key="class" value="xin.glue.user.common.PosErrorHandler"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:RouterActivity" id="94" location="185,216" size="321,-1" input="//@wire.2" output="//@wire.4" name="EventRouter">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="183" location="186,325" size="115,-1" input="//@wire.4" output="//@wire.5 //@wire.6" name="FindTbStlGrd">
- <property key="sqlkey" value="UID020030.select"/>
- <property key="resultkey" value="EmpListResult"/>
- <property key="dao" value="mesdao"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param-count" value="0"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="67" guardcondition="success" firstRelativePoint="322,58" lastRelativePoint="322,88"/>
- <wire id="68" guardcondition="success" firstRelativePoint="324,118" lastRelativePoint="324,150"/>
- <wire id="69" guardcondition="success" firstRelativePoint="326,180" lastRelativePoint="326,216">
- <bendpoint weight="0.5" firstDimension="-5,32" secondDimension="-4,-34"/>
- </wire>
- <wire id="73" guardcondition="success" firstRelativePoint="531,355" lastRelativePoint="346,429">
- <bendpoint weight="0.5" firstDimension="-2,52" secondDimension="194,-38"/>
- <bendpoint weight="0.5" firstDimension="-2,90" secondDimension="194,0"/>
- </wire>
- <wire id="108" guardcondition="findTbStlGrd" firstRelativePoint="249,246" lastRelativePoint="249,465">
- <bendpoint weight="0.5" firstDimension="-96,124" secondDimension="6,-125"/>
- </wire>
- <wire id="109" guardcondition="success" firstRelativePoint="244,355" lastRelativePoint="326,429">
- <bendpoint weight="0.5" firstDimension="1,90" secondDimension="-93,0"/>
- </wire>
- <wire id="110" guardcondition="failure" firstRelativePoint="300,344" lastRelativePoint="473,344"/>
- </Glue:GlueDiagram>
|