Interface TransferApplicationMappingHelper
- All Superinterfaces:
 ApplicationMappingHelper<EBXField,EBXField, EBXTable> 
public interface TransferApplicationMappingHelper
extends ApplicationMappingHelper<EBXField,EBXField,EBXTable>  
Provides the methods to get an 
ApplicationMapping instance for data transfer.- Since:
 - 2.3.0
 
- 
Method Summary
Modifier and TypeMethodDescriptiongetApplicationMapping(TransferConfigurationSpec configSpec) Returns the specifiedApplicationMappinginstance for data transfer within the same data model.Methods inherited from interface com.orchestranetworks.addon.dex.common.generation.ApplicationMappingHelper
getApplicationMapping, getApplicationMapping 
- 
Method Details
- 
getApplicationMapping
ApplicationMapping<EBXField,EBXField> getApplicationMapping(TransferConfigurationSpec configSpec) throws DataExchangeException Returns the specifiedApplicationMappinginstance for data transfer within the same data model.- Parameters:
 configSpec- configuration specification for data transfer within the same data model.- Throws:
 DataExchangeException- if the input parameters do not permit retrieval of a consistent configuration.
 
 -