| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?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="4" location="20,20" size="100,100">
- <child xsi:type="Glue:Activity" id="4583" location="260,146" size="204,-1" input="//@wire.0" output="//@wire.1" name="Activity Label4583">
- <property key="ResultKeyList" value="SLAB_YARD_INFO_RESULT"/>
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:InitialState" id="4586" location="338,85" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:RouterActivity" id="4589" location="199,239" size="363,-1" input="//@wire.1" output="//@wire.2" name="Router4589">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="4594" location="293,291" size="144,-1" input="//@wire.2" output="//@wire.3" name="Search4594">
- <property key="param20" value="CC_DEVNO"/>
- <property key="sqlkey" value="UIG040100_02.select"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="resultkey" value="SLAB_YARD_INFO_RESULT"/>
- <property key="param10" value="NO_ORD_CAUS_CD"/>
- <property key="param11" value="SLAB_INGR_DEC_GRD"/>
- <property key="param12" value="SLAB_MIN_WTH"/>
- <property key="param13" value="SLAB_MAX_WTH"/>
- <property key="param14" value="FROM_STOCK_ENT_DTIME"/>
- <property key="param15" value="TO_STOCK_ENT_DTIME"/>
- <property key="param16" value="FROM_STOCK_EXT_DTIME"/>
- <property key="param17" value="TO_STOCK_EXT_DTIME"/>
- <property key="param18" value="BOF_STAT_TIME_FRM"/>
- <property key="param19" value="BOF_STAT_TIME_TO"/>
- <property key="param-count" value="25"/>
- <property key="param0" value="SLAB_NO"/>
- <property key="param1" value="STL_GRD"/>
- <property key="param2" value="CUR_LOAD_LOC"/>
- <property key="param3" value="CHANDI"/>
- <property key="param4" value="SLAB_MIN_LEN"/>
- <property key="param5" value="SLAB_MAX_LEN"/>
- <property key="param6" value="ORD_NO"/>
- <property key="param7" value="ORD_FL"/>
- <property key="param8" value="SLAB_STOCK_TYPE"/>
- <property key="dao" value="mesdao"/>
- <property key="param9" value="SLAB_RT"/>
- <property key="param21" value="FROM_SMS_ENT_DTIME"/>
- <property key="param22" value="TO_SMS_ENT_DTIME"/>
- <property key="param23" value="FROM_SMS_EXT_DTIME"/>
- <property key="param24" value="TO_SMS_EXT_DTIME"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:FinalState" id="4599" location="347,361" size="-1,-1" input="//@wire.3"/>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="870" guardcondition="success" firstRelativePoint="349,104" lastRelativePoint="349,146"/>
- <wire id="871" guardcondition="success" firstRelativePoint="362,269" lastRelativePoint="362,291"/>
- <wire id="872" guardcondition="find" firstRelativePoint="357,321" lastRelativePoint="357,360"/>
- <wire id="873" guardcondition="success" firstRelativePoint="357,321" lastRelativePoint="357,360"/>
- </Glue:GlueDiagram>
|