Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

A custom method is used to call a function from a custom Java class in a package. It is declared and used globally for all destination elements. 

To use a custom method in a mapping activity, you need to map it to a destination element. This will successfully execute the custom method when you execute the mapping activity in the process flow. 

Prerequisites

  • The package containing the custom java class must be copied in the folder <InstallFolder>/ServerKernel/customClasses.

Declaring a Custom Method 

  1. Ensure that the source and target schemas are loaded and all their elements are listed under their respective nodes.
  2. Click the Add Parameters icon and select Custom Methods to display Create Custom Method window.

  3. To add a Custom Method, enter the details in the fields.
    • Class
    • Method
    • Params



  4. Enter the fully qualified name of the Java class in the Class field and press Tab key to activate the Method field.
  5. Enter the name of the custom method in the Method column and press Tab key to activate the Params field.
  6. Enter the number of arguments taken by Method in the Params column. A custom method can take any number of arguments.

  7. Click Save. This saves the custom method and displays it under Methods node in the Parameters Panel.

To remove a custom method, select the custom method and click the Remove.

Map Custom Method to Destination Element

Once you have created a custom method, you can map it to a target element. To map:

  1. Ensure that the source and target schemas are loaded and all their elements are listed under their respective nodes.
  2. Select a destination element. This displays the selected target element node in the Mapping Graph Area.
  3. Double-click the required custom method under Custom Methods in the Parameters Panel. The selected method node is displayed in the Mapping Graph Area.


    If the custom method is defined with more than 4 parameters, then double-clicking the custom method will display the warning message. Once you click OK, you need to define the mapping using Textual Rules.

  4. Click two source elements. The selected source nodes are displayed in the Mapping Graph Area.
  5. Create a link from the output of the first source element to the first input of the custom method node.
  6. Create a link from the output of the second source element to the second input of the custom method node.
  7. Create a link from the output of the custom method node to the input of the target element.

  8. Click the Apply Mapping (  ) button. This maps the custom method to the target element.
  9. Save the mapping activity and exit the Data Mapper.

     



  • No labels