| 123456789101112131415161718192021222324252627282930313233343536 |
- <?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="0" location="341,59" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:RouterActivity" id="1" location="172,169" size="378,-1" input="//@wire.1" output="//@wire.2" name="Router1">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="2" location="287,247" size="128,-1" input="//@wire.2" output="//@wire.3" name="Search2">
- <property key="param5" value="fromDate"/>
- <property key="param6" value="toDate"/>
- <property key="param7" value="insFromDate"/>
- <property key="resultkey" value="UIG020600_ERSULT"/>
- <property key="param-count" value="9"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="UIG020600_01.select"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param0" value="ordNo"/>
- <property key="param1" value="ordSeq"/>
- <property key="param2" value="FROM_DEL_TO_DATE"/>
- <property key="param3" value="FROM_DEL_TO_DATE"/>
- <property key="param4" value="TO_DEL_TO_DATE"/>
- <property key="param8" value="insToDate"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:Activity" id="2977" location="211,112" size="283,-1" input="//@wire.0" output="//@wire.1" name="SetResultKeyList">
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="ResultKeyList" value="UIG020600_ERSULT"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:FinalState" id="2978" location="334,332" size="-1,-1" input="//@wire.3"/>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="752" guardcondition="success" firstRelativePoint="352,78" lastRelativePoint="352,112"/>
- <wire id="753" guardcondition="success" firstRelativePoint="353,142" lastRelativePoint="353,169"/>
- <wire id="754" guardcondition="find" firstRelativePoint="344,277" lastRelativePoint="344,331"/>
- <wire id="755" guardcondition="success" firstRelativePoint="344,277" lastRelativePoint="344,331"/>
- </Glue:GlueDiagram>
|