Section contains description of Process " GetObligator.process " .
Name: Start
Description: Start process with parameter Name (Pretender's name)
Input Parameters:
Name: End
Output Parameters:
Mapping table
Target | Source |
---|---|
/Obligator | [COPY-OF] < $Schema0/pfx:Obligator > |
Mapping tree
Mapping |
---|
Obligator = [COPY-OF] < $Schema0/pfx:Obligator > |
Source code
Mapping |
---|
<xsl:copy-of xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://www.tibco.com/pe/DeployedVarsType" xmlns:ns1="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:pfx="http://www.tibco.com/schemas/GrantingCredit/SharedConnections/Schema1.xsd" xmlns:ns2="http://www.tibco.com/namespaces/tnt/plugins/file/v2" select="$Schema0/pfx:Obligator"/> |
Mapping table
Target | Source |
---|---|
/Obligator[$ObligatorIndex] | [COPY-OF] < $ParseXML-ObligatorsList/pfx:ObligatorsList/pfx:Obligator[$ObligatorIndex] > |
Mapping tree
Mapping |
---|
Obligator[$ObligatorIndex] = [COPY-OF] < $ParseXML-ObligatorsList/pfx:ObligatorsList/pfx:Obligator[$ObligatorIndex] > |
Source code
Mapping |
---|
<xsl:copy-of xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://www.tibco.com/pe/DeployedVarsType" xmlns:ns1="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:pfx="http://www.tibco.com/schemas/GrantingCredit/SharedConnections/Schema1.xsd" xmlns:ns2="http://www.tibco.com/namespaces/tnt/plugins/file/v2" select="$ParseXML-ObligatorsList/pfx:ObligatorsList/pfx:Obligator[$ObligatorIndex]"/> |
Mapping table
Target | Source |
---|---|
/Obligator/Name | "" |
/Obligator/Value | 0 |
/Obligator/Problem | 0 |
/Obligator/Refund | 0 |
Mapping tree
Mapping |
---|
Obligator Name = "" Value = 0 Problem = 0 Refund = 0 |
Source code
Mapping |
---|
<pfx:Obligator xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://www.tibco.com/pe/DeployedVarsType" xmlns:ns1="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:pfx="http://www.tibco.com/schemas/GrantingCredit/SharedConnections/Schema1.xsd" xmlns:ns2="http://www.tibco.com/namespaces/tnt/plugins/file/v2"> <pfx:Name> <xsl:value-of select=""""/> </pfx:Name> <pfx:Value> <xsl:value-of select="0"/> </pfx:Value> <pfx:Problem> <xsl:value-of select="0"/> </pfx:Problem> <pfx:Refund> <xsl:value-of select="0"/> </pfx:Refund> </pfx:Obligator> |
Mapping table
Target | Source |
---|---|
/xmlString | $ReadFile-ObligatorsRegistr/ns1:ReadActivityOutputTextClass/fileContent/textContent |
Mapping tree
Mapping |
---|
xmlString = $ReadFile-ObligatorsRegistr/ns1:ReadActivityOutputTextClass/fileContent/textContent |
Source code
Mapping |
---|
<xmlString xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://www.tibco.com/pe/DeployedVarsType" xmlns:ns1="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:pfx="http://www.tibco.com/schemas/GrantingCredit/SharedConnections/Schema1.xsd" xmlns:ns2="http://www.tibco.com/namespaces/tnt/plugins/file/v2"> <xsl:value-of select="$ReadFile-ObligatorsRegistr/ns1:ReadActivityOutputTextClass/fileContent/textContent"/> </xmlString> |
Mapping table
Target | Source |
---|---|
/ReadActivityInputClass/fileName | $_globalVariables/ns:GlobalVariables/DefaultObligatorsRegistrFile |
Mapping tree
Mapping |
---|
ReadActivityInputClass fileName = $_globalVariables/ns:GlobalVariables/DefaultObligatorsRegistrFile |
Source code
Mapping |
---|
<ns2:ReadActivityInputClass xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://www.tibco.com/pe/DeployedVarsType" xmlns:ns1="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:pfx="http://www.tibco.com/schemas/GrantingCredit/SharedConnections/Schema1.xsd" xmlns:ns2="http://www.tibco.com/namespaces/tnt/plugins/file/v2"> <fileName> <xsl:value-of select="$_globalVariables/ns:GlobalVariables/DefaultObligatorsRegistrFile"/> </fileName> </ns2:ReadActivityInputClass> |