Section contains description of Process " GetObligator.process " .
Folder | Description |
---|---|
CalculateBonita | Design Time Library which serves for calculating pretender bonita. This library using EMS for communication. |
/ProcessDefinitions | All process definitions |
/ProcessDefinitions/GetObligator | Processes for obtaining informations about loan of obligator. |
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" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <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" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <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" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <fileName> <xsl:value-of select="$_globalVariables/ns:GlobalVariables/DefaultObligatorsRegistrFile"/> </fileName> </ns2:ReadActivityInputClass> |
Mapping table
Target | Source |
---|---|
/jdbcUpdateActivityInput/obligator_name | $ParseXML-ObligatorsList/pfx:ObligatorsList/pfx:Obligator[$ObligatorIndex]/pfx:Name |
/jdbcUpdateActivityInput/customer_id | $Start/root/cust_id |
Mapping tree
Mapping |
---|
jdbcUpdateActivityInput obligator_name = $ParseXML-ObligatorsList/pfx:ObligatorsList/pfx:Obligator[$ObligatorIndex]/pfx:Name customer_id = $Start/root/cust_id |
Source code
Mapping |
---|
<jdbcUpdateActivityInput 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" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <obligator_name> <xsl:value-of select="$ParseXML-ObligatorsList/pfx:ObligatorsList/pfx:Obligator[$ObligatorIndex]/pfx:Name"/> </obligator_name> <customer_id> <xsl:value-of select="$Start/root/cust_id"/> </customer_id> </jdbcUpdateActivityInput> |