| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?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="2" location="20,20" size="100,100">
- <child xsi:type="Glue:InitialState" id="4965" location="333,39" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:Activity" id="4966" location="301,83" size="96,-1" input="//@wire.0" output="//@wire.1" name="transList">
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="ResultKeyList" value="ColdCoilResult"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:RouterActivity" id="4967" location="302,140" size="96,-1" input="//@wire.1" output="//@wire.2" name="RouterTrans">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="4968" location="239,217" size="95,-1" input="//@wire.2" output="//@wire.3" name="Search4968">
- <property key="sqlkey" value="UIH052500_01.select"/>
- <property key="resultkey" value="ColdCoilResult"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="TRANSFER_TIME_BEGIN"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param-count" value="11"/>
- <property key="param1" value="TRANSFER_TIME_END"/>
- <property key="param2" value="TRANSFLAG"/>
- <property key="param3" value="ORD_NO"/>
- <property key="param4" value="ORD_SEQ"/>
- <property key="param5" value="COIL_NO"/>
- <property key="param6" value="TRNF_SHIFT"/>
- <property key="param7" value="TRNF_GROUP"/>
- <property key="param8" value="TRNF_REG"/>
- <property key="param9" value="TRANSFER_TYPE"/>
- <property key="param10" value="TRANSFER_NO"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:FinalState" id="4969" location="338,315" size="-1,-1" input="//@wire.3"/>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="935" guardcondition="success" firstRelativePoint="344,58" lastRelativePoint="344,83"/>
- <wire id="936" guardcondition="success" firstRelativePoint="342,113" lastRelativePoint="342,140"/>
- <wire id="937" guardcondition="find" firstRelativePoint="282,247" lastRelativePoint="340,318">
- <bendpoint weight="0.5" firstDimension="-68,51" secondDimension="-4,-26"/>
- </wire>
- <wire id="938" guardcondition="success" firstRelativePoint="282,247" lastRelativePoint="340,318">
- <bendpoint weight="0.5" firstDimension="-4,35" secondDimension="-66,-58"/>
- </wire>
- </Glue:GlueDiagram>
|