Interface WebhookConfigurationService

    • Method Detail

      • getWebhookConfigurationsByEventAndItemModel

        java.util.Collection<WebhookConfigurationModel> getWebhookConfigurationsByEventAndItemModel​(@NotNull
                                                                                                    @NotNull AbstractEvent event,
                                                                                                    @NotNull
                                                                                                    @NotNull ItemModel item)
        Find WebhookConfigurations that are associated to the given event, and have the Integration Object root item type the same as the given item type
        Parameters:
        event - Event to search for
        item - Search Integration Object root items matching the item type
        Returns:
        A collection of WebhookConfigurationModels if found, otherwise an empty collection