Class MappingManager

java.lang.Object
com.aquima.interactions.portal.model.session.MappingManager
All Implemented Interfaces:
IMappingManager

public class MappingManager extends Object implements IMappingManager
The mapping manager implementation that can be used for a specific application.
Since:
7.2
Author:
Jon van Leuven
  • Constructor Details

    • MappingManager

      public MappingManager(ISolution applicationModel)
  • Method Details

    • getMapping

      public IMapping getMapping(String name)
      Description copied from interface: IMappingManager
      This method returns a mapping that is available for a specified name.
      Specified by:
      getMapping in interface IMappingManager
      Parameters:
      name - The name of the mapping.
      Returns:
      The mapper, never null.
    • getMappingNames

      public String[] getMappingNames()
      Description copied from interface: IMappingManager
      This method returns all available mapping names.
      Specified by:
      getMappingNames in interface IMappingManager
      Returns:
      An array containing the available mapping names, never null, but can be an empty array.
    • getProcessMapping

      public IProcessMapping getProcessMapping()
      Description copied from interface: IMappingManager
      This method returns the process mapping if one is available.
      Specified by:
      getProcessMapping in interface IMappingManager
      Returns:
      The process mapping, may be null.