| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?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="1" location="20,20" size="100,100">
- <child xsi:type="Glue:InitialState" id="87" location="287,27" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:Activity" id="88" location="191,84" size="211,-1" input="//@wire.0" output="//@wire.2" name="SetResultKeyList">
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="ResultKeyList" value="ACommCodeResult"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:FinalState" id="97" location="285,399" size="-1,-1" input="//@wire.1 //@wire.5 //@wire.7 //@wire.9 //@wire.10"/>
- <child xsi:type="Glue:SearchActivity" id="109" location="10,278" size="141,-1" input="//@wire.3" output="//@wire.1" name="SearchNor">
- <property key="sqlkey" value="ACommCode.Nor.Select"/>
- <property key="resultkey" value="ACommCodeResult"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="LgCd"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param-count" value="1"/>
- <property key="description" value="ACommCode.Nor.Select라는 쿼리를 LgCd라는 파라미터를 주어 수행한 결과를
Context에 resultkey값이 'ACommCodeResult'라는 이름으로 올려 놓는다.
(※이 후에 trustform.jsp에서 resultkey값으로 억세스하여 클라이언트에 xml형태로 전송한다)"/>
- </child>
- <child xsi:type="Glue:RouterActivity" id="118" location="191,178" size="213,-1" input="//@wire.2" output="//@wire.3 //@wire.4 //@wire.6 //@wire.8 //@wire.10" name="SearchTypeRouter">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="119" location="152,278" size="140,-1" input="//@wire.4" output="//@wire.5" name="SearchAllNor">
- <property key="sqlkey" value="ACommCode.AllNor.Select"/>
- <property key="resultkey" value="ACommCodeResult"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="LgCd"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param-count" value="1"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="120" location="294,278" size="142,-1" input="//@wire.6" output="//@wire.7" name="SearchSpecStlGrd">
- <property key="resultkey" value="ACommCodeResult"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="ACommCode.SpecStlGrd.Select"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="121" location="438,278" size="143,-1" input="//@wire.8" output="//@wire.9" name="SearchAllSpecStlGrd">
- <property key="resultkey" value="ACommCodeResult"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="ACommCode.AllSpecStlGrd.Select"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="false"/>
- <property key="description" value=""/>
- <wire id="94" guardcondition="success" firstRelativePoint="290,57" lastRelativePoint="290,98"/>
- <wire id="105" guardcondition="success" firstRelativePoint="114,308" lastRelativePoint="285,404">
- <bendpoint weight="0.5" firstDimension="0,113" secondDimension="-181,1"/>
- </wire>
- <wire id="108" guardcondition="success" firstRelativePoint="295,114" lastRelativePoint="295,178"/>
- <wire id="109" guardcondition="NorFind" firstRelativePoint="191,194" lastRelativePoint="122,278">
- <bendpoint weight="0.5" firstDimension="-175,1" secondDimension="-8,-99"/>
- </wire>
- <wire id="110" guardcondition="AllNorFind" firstRelativePoint="217,208" lastRelativePoint="217,278">
- <bendpoint weight="0.5" firstDimension="-79,48" secondDimension="-4,-52"/>
- </wire>
- <wire id="112" guardcondition="success" firstRelativePoint="217,308" lastRelativePoint="284,407">
- <bendpoint weight="0.5" firstDimension="-5,113" secondDimension="-78,-2"/>
- </wire>
- <wire id="113" guardcondition="SpecStlGrdFind" firstRelativePoint="404,191" lastRelativePoint="506,278"/>
- <wire id="114" guardcondition="success" firstRelativePoint="369,308" lastRelativePoint="305,407">
- <bendpoint weight="0.5" firstDimension="4,114" secondDimension="74,-1"/>
- </wire>
- <wire id="115" guardcondition="AllSpecStlGrdFind" firstRelativePoint="370,208" lastRelativePoint="370,278">
- <bendpoint weight="0.5" firstDimension="209,-2" secondDimension="-3,-102"/>
- </wire>
- <wire id="116" guardcondition="success" firstRelativePoint="507,308" lastRelativePoint="304,407">
- <bendpoint weight="0.5" firstDimension="-2,115" secondDimension="212,0"/>
- </wire>
- <wire id="117" guardcondition="success" firstRelativePoint="295,208" lastRelativePoint="295,397"/>
- </Glue:GlueDiagram>
|