java.lang.Object
com.aquima.interactions.framework.service.connectivity.parameters.OutputMapping
Direct Known Subclasses:
SoapOutputMapping

public class OutputMapping extends Object
This class defines the output mapping that is used to handle a result of a connectivity service.
Since:
6.4
Author:
J. van Leuven, O. Kerpershoek
  • Constructor Details

    • OutputMapping

      protected OutputMapping(IXmlNode outputMappingNode)
  • Method Details

    • getEntityType

      public String getEntityType()
      This method returns the name of the entity the result should be mapped to.
      Returns:
      the name of the entity the result should be mapped to.
    • getRelationAttribute

      public String getRelationAttribute()
      This method returns the name of the relation attribute that should hold the result.
      Returns:
      the name of the relation attribute that should hold the result.
    • getObjectName

      public String getObjectName()
      This method returns the name of the result object.
      Returns:
      the name of the result object.
    • getOutputFields

      public OutputField[] getOutputFields()
      This method returns an array containing the mappings for all the result properties to an attribute.
      Returns:
      an array containing the mappings for all the result properties to an attribute.