Interface ItemTypeMatchSelector
- All Known Implementing Classes:
DefaultItemTypeMatchSelector
public interface ItemTypeMatchSelector
It is used to get an ItemTypeMatch for an IntegrationObjectItemModel
-
Method Summary
Modifier and TypeMethodDescriptiongetToSelectItemTypeMatch(@NotNull IntegrationObjectItemModel integrationObjectItemModel) Receives an IntegrationObjectItemModel and returns an ItemTypeMatch associated with it or a default one based on its type.
-
Method Details
-
getToSelectItemTypeMatch
ItemTypeMatch getToSelectItemTypeMatch(@NotNull @NotNull IntegrationObjectItemModel integrationObjectItemModel) Receives an IntegrationObjectItemModel and returns an ItemTypeMatch associated with it or a default one based on its type.- Parameters:
integrationObjectItemModel- An Integration Object Item Model- Returns:
- ItemTypeMatch for the integrationObjectItemModel
-