Table of Contents

Search

  1. Preface
  2. Working with Transformations
  3. Aggregator Transformation
  4. Custom Transformation
  5. Custom Transformation Functions
  6. Data Masking Transformation
  7. Data Masking Examples
  8. Expression Transformation
  9. External Procedure Transformation
  10. Filter Transformation
  11. HTTP Transformation
  12. Identity Resolution Transformation
  13. Java Transformation
  14. Java Transformation API Reference
  15. Java Expressions
  16. Java Transformation Example
  17. Joiner Transformation
  18. Lookup Transformation
  19. Lookup Caches
  20. Dynamic Lookup Cache
  21. Normalizer Transformation
  22. Rank Transformation
  23. Router Transformation
  24. Sequence Generator Transformation
  25. Sorter Transformation
  26. Source Qualifier Transformation
  27. SQL Transformation
  28. Using the SQL Transformation in a Mapping
  29. Stored Procedure Transformation
  30. Transaction Control Transformation
  31. Union Transformation
  32. Unstructured Data Transformation
  33. Update Strategy Transformation
  34. XML Transformations

Transformation Guide

Transformation Guide

Step 2. Add an ATL Object to a Project

Step 2. Add an ATL Object to a Project

  1. In the Workspace window, select the Class View tab, right-click the tree item
    COM_VC_BankSoft.BSoftFin
    classes, and choose New ATL Object from the local menu that appears.
  2. Highlight the Objects item in the left list box and select
    Simple Object
    from the list of object types.
  3. Click Next.
  4. In the Short Name field, enter a short name for the class you want to create.
    In the BankSoft example, use the name
    BSoftFin
    , since you are developing a financial function for the fictional company BankSoft. As you type into the Short Name field, the wizard fills in suggested names in the other fields.
  5. Enter the programmatic identifier for the class.
    In the BankSoft example, change the ProgID (programmatic identifier) field to
    COM_VC_BankSoft.BSoftFin
    .
    A programmatic identifier, or ProgID, is the human-readable name for a class. Internally, classes are identified by numeric CLSID's. For example:
    {33B17632-1D9F-11D1-8790-0000C044ACF9}
    The standard format of a ProgID is
    Project.Class[.Version]
    . In the Designer, you refer to COM classes through ProgIDs.
  6. Select the Attributes tab and set the threading model to
    Free
    , the interface to
    Dual
    , and the aggregation setting to
    No
    .
  7. Click OK.
Now that you have a basic class definition, you can add a method to it.

0 COMMENTS

We’d like to hear from you!