Interface IntegrationKeyMetadataGenerator
- All Known Implementing Classes:
DefaultAlphabeticalIntegrationKeyMetadataGenerator
public interface IntegrationKeyMetadataGenerator
-
Method Summary
Modifier and TypeMethodDescriptionGenerate a representation of the unique attributes of the given item.
-
Method Details
-
generateKeyMetadata
Generate a representation of the unique attributes of the given item. This representation is the metadata of how an integrationKey is generated for a givenIntegrationObjectItemModel.- Parameters:
item- the item to generate key metadata for- Returns:
- a String representing the integrationKey metadata according the the strategy defined in the implementation
-