Class IntegrationKeyValue


  • public class IntegrationKeyValue
    extends java.lang.Object
    Holds the property values for unique properties mapped by the entity types and maintains order according to the integrationKey Alias.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addProperty​(java.lang.String entityType, java.lang.String propValue)
      Adds the key property value to the given entity type.
      java.util.List<java.lang.String> getValuesFor​(java.lang.String type)
      Gets key property values for the given type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntegrationKeyValue

        public IntegrationKeyValue()
    • Method Detail

      • addProperty

        public void addProperty​(java.lang.String entityType,
                                java.lang.String propValue)
        Adds the key property value to the given entity type.
        Parameters:
        entityType - the entity type to add the property value to
        propValue - the key property value to add to the integration key
      • getValuesFor

        public java.util.List<java.lang.String> getValuesFor​(java.lang.String type)
        Gets key property values for the given type.
        Parameters:
        type - the type to return property values for
        Returns:
        the key property values sorted according to the integrationKey Alias