Interface ExtendedMappingDataProvider


public interface ExtendedMappingDataProvider
Mapping Data provider interface

Supported API: true

Extendable: true
  • Method Details

    • getDefinedMappings

      Map<String,String> getDefinedMappings(String definition, String source, WTContainerRef context) throws WTException
      Get all defined Mappings

      Supported API: true

      Extendable: false
      Parameters:
      definition - The preference definition as defined in IXMappingConfiguration.xml
      source - The source last known repository as understood by IX import
      context - The context to select the defined Mappings
      Returns:
      All Mapping source values (as key) and target values (as value) in a Map
      Throws:
      WTException