ExcelPrint.glue_uml_ad 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <child xsi:type="Glue:InitialState" id="0" location="248,31" size="-1,-1" output="//@wire.0"/>
  4. <child xsi:type="Glue:FinalState" id="1" location="248,384" size="-1,-1" input="//@wire.3 //@wire.5"/>
  5. <child xsi:type="Glue:Activity" id="2" location="141,107" size="235,-1" input="//@wire.0" output="//@wire.1" name="SetResultKeyList">
  6. <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
  7. <property key="ResultKeyList" value="ListResult_1|LOVResult_1"/>
  8. <property key="description" value=""/>
  9. </child>
  10. <child xsi:type="Glue:RouterActivity" id="3" location="141,197" size="235,-1" input="//@wire.1" output="//@wire.2 //@wire.4" name="DefaultEventRouter">
  11. <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
  12. <property key="description" value=""/>
  13. </child>
  14. <child xsi:type="Glue:SearchActivity" id="4" location="141,283" size="235,-1" input="//@wire.2" output="//@wire.3" name="SearchCommCd">
  15. <property key="sqlkey" value="ExcelPrint.SearchCommCd.find"/>
  16. <property key="resultkey" value="ListResult_1"/>
  17. <property key="dao" value="mesdao"/>
  18. <property key="param0" value="LgCd"/>
  19. <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
  20. <property key="param-count" value="1"/>
  21. <property key="description" value="TBZ00_COMMCD Table에서 LG_CD = LgCd인 Data를 읽어 ListResult_1에 담는다.&#xD;&#xA;"/>
  22. </child>
  23. <child xsi:type="Glue:SearchActivity" id="1557" location="380,283" size="235,-1" input="//@wire.4" output="//@wire.5" name="SearchLgCdLOV">
  24. <property key="resultkey" value="LOVResult_1"/>
  25. <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
  26. <property key="dao" value="mesdao"/>
  27. <property key="sqlkey" value="ExcelPrint.SearchLgCdLOV.search"/>
  28. <property key="param-count" value="0"/>
  29. <property key="description" value="TBZ00_COMMCD Table에서 Unique LG_CD별로 Data를 읽어 ListResult_2에 담는다.&#xD;&#xA;"/>
  30. </child>
  31. <property key="tx1" value="true"/>
  32. <property key="description" value=""/>
  33. <wire id="0" guardcondition="success" firstRelativePoint="258,50" lastRelativePoint="258,107"/>
  34. <wire id="1" guardcondition="success" firstRelativePoint="258,137" lastRelativePoint="258,197"/>
  35. <wire id="2" guardcondition="find" firstRelativePoint="258,313" lastRelativePoint="258,383"/>
  36. <wire id="3" guardcondition="success" firstRelativePoint="258,313" lastRelativePoint="258,383"/>
  37. <wire id="677" guardcondition="success" firstRelativePoint="376,210" lastRelativePoint="497,283">
  38. <bendpoint weight="0.5" firstDimension="239,-2" secondDimension="0,-88"/>
  39. </wire>
  40. <wire id="678" guardcondition="success" firstRelativePoint="497,313" lastRelativePoint="268,393">
  41. <bendpoint weight="0.5" firstDimension="0,95" secondDimension="239,-1"/>
  42. </wire>
  43. </Glue:GlueDiagram>