98 lines
10 KiB
XML
98 lines
10 KiB
XML
<?xml version="1.0" encoding="euc-kr"?>
|
|
<process xmlns:bean="http://bean.boe.com/" xmlns:bpel="http://bpel.boe.com/" targetNamespace="http://bpel.boe.com/bpelj/" name="CancelOQA.bpel">
|
|
<partnerLinks>
|
|
<partnerLink name="bpelj" partnerLinkType="bpel:bpelj" />
|
|
<partnerLink name="EventInfoUtil" partnerLinkType="bean:EventInfoUtil" />
|
|
<partnerLink name="TransactionUtil" partnerLinkType="bean:TransactionUtil" />
|
|
<partnerLink name="MaterialPackingStockInImpl" partnerLinkType="bean:MaterialPackingStockInImpl" />
|
|
<partnerLink name="OQAResultImpl" partnerLinkType="bean:OQAResultImpl" />
|
|
<partnerLink name="ESBService" partnerLinkType="bean:ESBService" />
|
|
</partnerLinks>
|
|
<variables>
|
|
<variable name="CancelOQA" messageType="org.jdom.Document"></variable>
|
|
<variable name="eventComment" messageType="java.lang.String" expression="getXmlData('CancelOQA', '//Message/Header/EVENTCOMMENT')" />
|
|
<variable name="eventInfo" messageType="com.cim.idm.framework.data.EventInfo"></variable>
|
|
<variable name="eventInfoMessage" messageType="com.cim.idm.framework.data.EventInfo"></variable>
|
|
<variable name="eventName" messageType="java.lang.String" expression="getXmlData('CancelOQA', '//Message/Header/MESSAGENAME')" />
|
|
<variable name="eventUser" messageType="java.lang.String" expression="getXmlData('CancelOQA', '//Message/Header/EVENTUSER')" />
|
|
<variable name="groupname" messageType="java.lang.String" expression="getXmlData('CancelOQA', '//Message/Body/MATERIALPROCESSGROUPNAME')" />
|
|
<variable name="messageid" messageType="java.lang.String"></variable>
|
|
<variable name="OICSender" messageType="java.lang.String"></variable>
|
|
<variable name="receivetime" messageType="java.lang.String" expression="getXmlData('CancelOQA', '//Message/Body/RECEIVETIME')" />
|
|
<variable name="replySubjectName" messageType="java.lang.String" expression="getXmlData('CancelOQA', '//Message/Header/ORIGINALSOURCESUBJECTNAME')" />
|
|
<variable name="siteName" messageType="java.lang.String" expression="getXmlData('CancelOQA', '//Message/Body/SITENAME')" />
|
|
<variable name="undoinfo" messageType="com.cim.idm.wmspackage.materialundo.info.MaterialUnDoinfo"></variable>
|
|
</variables>
|
|
<sequence>
|
|
<receive name="receive" bounds="70,30,141,75">
|
|
<input variable="CancelOQA" type="org.jdom.Document" />
|
|
</receive>
|
|
<invoke name="EventInfoUtil makeEventInfo" type="invokebean" description="public static com.cim.idm.framework.data.EventInfo makeEventInfo(java.lang.String eventName, java.lang.String eventUser, java.lang.String eventComment, java.lang.String reasonCodeType, java.lang.String reasonCode)" bounds="67,135,147,102" partnerLink="EventInfoUtil" partnerLinkType="EventInfoUtil" operation="makeEventInfo" operationDesc="public static com.cim.idm.framework.data.EventInfo makeEventInfo(java.lang.String eventName, java.lang.String eventUser, java.lang.String eventComment, java.lang.String reasonCodeType, java.lang.String reasonCode)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="eventName" type="java.lang.String" />
|
|
<input variable="eventUser" type="java.lang.String" />
|
|
<input variable="eventComment" type="java.lang.String" />
|
|
<input constant="" type="java.lang.String" />
|
|
<input constant="" type="java.lang.String" />
|
|
<output variable="eventInfo" />
|
|
</invoke>
|
|
<invoke name="EventInfoUtil makeEventInfo" type="invokebean" description="public static com.cim.idm.framework.data.EventInfo makeEventInfo(java.lang.String eventName, java.lang.String eventUser, java.lang.String eventComment, java.lang.String reasonCodeType, java.lang.String reasonCode)" bounds="318,181,141,105" partnerLink="EventInfoUtil" partnerLinkType="EventInfoUtil" operation="makeEventInfo" operationDesc="public static com.cim.idm.framework.data.EventInfo makeEventInfo(java.lang.String eventName, java.lang.String eventUser, java.lang.String eventComment, java.lang.String reasonCodeType, java.lang.String reasonCode)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input constant="SetMessageID" type="java.lang.String" />
|
|
<input variable="eventUser" type="java.lang.String" />
|
|
<input variable="eventComment" type="java.lang.String" />
|
|
<input constant="" type="java.lang.String" />
|
|
<input constant="" type="java.lang.String" />
|
|
<output variable="eventInfoMessage" />
|
|
</invoke>
|
|
<invoke name="TransactionUtil beginTransaction" type="invokebean" description="public void beginTransaction()" bounds="70,267,140,102" partnerLink="TransactionUtil" partnerLinkType="TransactionUtil" operation="beginTransaction" operationDesc="public void beginTransaction()" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
</invoke>
|
|
<invoke name="MaterialPackingStockInImpl GetMessageID" type="invokebean" description="public java.lang.String GetMessageID(java.lang.String sitename)" bounds="70,399,141,105" partnerLink="MaterialPackingStockInImpl" partnerLinkType="MaterialPackingStockInImpl" operation="GetMessageID" operationDesc="public java.lang.String GetMessageID(java.lang.String sitename)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="siteName" type="java.lang.String" />
|
|
<output variable="messageid" />
|
|
</invoke>
|
|
<invoke name="TransactionUtil commitTransaction" type="invokebean" description="public void commitTransaction()" bounds="70,534,141,105" partnerLink="TransactionUtil" partnerLinkType="TransactionUtil" operation="commitTransaction" operationDesc="public void commitTransaction()" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
</invoke>
|
|
<invoke name="TransactionUtil beginTransaction" type="invokebean" description="public void beginTransaction()" bounds="70,669,141,105" partnerLink="TransactionUtil" partnerLinkType="TransactionUtil" operation="beginTransaction" operationDesc="public void beginTransaction()" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
</invoke>
|
|
<invoke name="OQAResultImpl CancelOQA" type="invokebean" description="public com.cim.idm.wmspackage.materialundo.info.MaterialUnDoinfo CancelOQA(java.lang.String groupname, java.lang.String receivetime, com.cim.idm.framework.data.EventInfo eventInfo, java.lang.String messageid)" bounds="70,804,141,105" partnerLink="OQAResultImpl" partnerLinkType="OQAResultImpl" operation="CancelOQA" operationDesc="public com.cim.idm.wmspackage.materialundo.info.MaterialUnDoinfo CancelOQA(java.lang.String groupname, java.lang.String receivetime, com.cim.idm.framework.data.EventInfo eventInfo, java.lang.String messageid)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="groupname" type="java.lang.String" />
|
|
<input variable="receivetime" type="java.lang.String" />
|
|
<input variable="eventInfoMessage" type="com.cim.idm.framework.data.EventInfo" />
|
|
<input variable="messageid" type="java.lang.String" />
|
|
<output variable="undoinfo" />
|
|
</invoke>
|
|
<invoke name="TransactionUtil commitTransaction" type="invokebean" description="public void commitTransaction()" bounds="70,939,141,105" partnerLink="TransactionUtil" partnerLinkType="TransactionUtil" operation="commitTransaction" operationDesc="public void commitTransaction()" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
</invoke>
|
|
<invoke name="TransactionUtil beginTransaction" type="invokebean" description="public void beginTransaction()" bounds="70,1074,141,105" partnerLink="TransactionUtil" partnerLinkType="TransactionUtil" operation="beginTransaction" operationDesc="public void beginTransaction()" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
</invoke>
|
|
<invoke name="OQAResultImpl SaveCancelOQAInfo" type="invokebean" description="public void SaveCancelOQAInfo(java.lang.String sitename, com.cim.idm.framework.data.EventInfo eventInfo, com.cim.idm.wmspackage.materialundo.info.MaterialUnDoinfo undoinfo, java.lang.String groupname)" bounds="70,1209,141,105" partnerLink="OQAResultImpl" partnerLinkType="OQAResultImpl" operation="SaveCancelOQAInfo" operationDesc="public void SaveCancelOQAInfo(java.lang.String sitename, com.cim.idm.framework.data.EventInfo eventInfo, com.cim.idm.wmspackage.materialundo.info.MaterialUnDoinfo undoinfo, java.lang.String groupname)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="siteName" type="java.lang.String" />
|
|
<input variable="eventInfo" type="com.cim.idm.framework.data.EventInfo" />
|
|
<input variable="undoinfo" type="com.cim.idm.wmspackage.materialundo.info.MaterialUnDoinfo" />
|
|
<input variable="groupname" type="java.lang.String" />
|
|
</invoke>
|
|
<invoke name="TransactionUtil commitTransaction" type="invokebean" description="public void commitTransaction()" bounds="70,1344,141,105" partnerLink="TransactionUtil" partnerLinkType="TransactionUtil" operation="commitTransaction" operationDesc="public void commitTransaction()" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
</invoke>
|
|
<invoke name="ESBService sendReplyBySender" type="invokebean" description="public void sendReplyBySender(java.lang.String replySubject, org.jdom.Document doc, java.lang.String senderName)" bounds="70,1479,141,105" partnerLink="ESBService" partnerLinkType="ESBService" operation="sendReplyBySender" operationDesc="public void sendReplyBySender(java.lang.String replySubject, org.jdom.Document doc, java.lang.String senderName)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="replySubjectName" type="java.lang.String" />
|
|
<input variable="CancelOQA" type="org.jdom.Document" />
|
|
<input constant="OICSender" type="java.lang.String" />
|
|
</invoke>
|
|
<terminate name="terminate" bounds="70,1614,141,65">
|
|
<source idx="0" terminal="5,A" />
|
|
</terminate>
|
|
</sequence>
|
|
</process>
|
|
|