Class MappingDefinition

java.lang.Object
com.aquima.interactions.mapping.impl.MappingDefinition
All Implemented Interfaces:
IMappingDefinition, Serializable

public class MappingDefinition extends Object implements IMappingDefinition
Internal class containing entity mappings.
Since:
7.1
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • MappingDefinition

      public MappingDefinition(IMappingDS datasource, IMetaModel source, IMetaModel target, IExpressionParser sourceExpressionParser, IExpressionParser targetExpressionParser)
      Constructs the mapping definition with the required arguments.
      Parameters:
      datasource - Object providing the mapping information.
      source - Model containing the the definition of the source profile.
      target - Model containing the definition of the target profile.
      sourceExpressionParser - Parser that should be used for expression of source profile.
      targetExpressionParser - Parser that should be used for expressions of the target profile.
      Throws:
      InitializationException - This exception is thrown when the mapping could not be initialized.
  • Method Details