Interface ExtendedMappingDataProvider
public interface ExtendedMappingDataProvider
Mapping Data provider interface
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetDefinedMappings(String definition, String source, WTContainerRef context) Get all defined Mappings
Supported API: true
Extendable: false
-
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.xmlsource- The source last known repository as understood by IX importcontext- The context to select the defined Mappings- Returns:
- All Mapping source values (as key) and target values (as value) in a Map
- Throws:
WTException
-