Interface IntegrationKeyMetadataGenerator

All Known Implementing Classes:
DefaultAlphabeticalIntegrationKeyMetadataGenerator

public interface IntegrationKeyMetadataGenerator
  • Method Details

    • generateKeyMetadata

      String generateKeyMetadata(IntegrationObjectItemModel item)
      Generate a representation of the unique attributes of the given item. This representation is the metadata of how an integrationKey is generated for a given IntegrationObjectItemModel.
      Parameters:
      item - the item to generate key metadata for
      Returns:
      a String representing the integrationKey metadata according the the strategy defined in the implementation