Interface IntegrationKeyMetadataGenerator
-
- All Known Implementing Classes:
DefaultAlphabeticalIntegrationKeyMetadataGenerator
public interface IntegrationKeyMetadataGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgenerateKeyMetadata(IntegrationObjectItemModel item)Generate a representation of the unique attributes of the given item.
-
-
-
Method Detail
-
generateKeyMetadata
java.lang.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 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
-
-