Class WebhookProcessDestinationTargetWizardHandler
- java.lang.Object
-
- de.hybris.platform.webhookbackoffice.handlers.WebhookProcessDestinationTargetWizardHandler
-
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class WebhookProcessDestinationTargetWizardHandler extends java.lang.Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerA wizard handler for the dynamic creation of Destination Targets in the process of making Webhooks. Applies the specific limitations of creating a Destination Target suitable for a Webhook.
-
-
Constructor Summary
Constructors Constructor Description WebhookProcessDestinationTargetWizardHandler(ModelService modelService, com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue, com.hybris.cockpitng.util.notifications.NotificationService notificationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter flowActionHandlerAdapter, java.util.Map<java.lang.String,java.lang.String> map)
-
-
-
Constructor Detail
-
WebhookProcessDestinationTargetWizardHandler
public WebhookProcessDestinationTargetWizardHandler(ModelService modelService, com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue, com.hybris.cockpitng.util.notifications.NotificationService notificationService)
-
-
Method Detail
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter flowActionHandlerAdapter, java.util.Map<java.lang.String,java.lang.String> map)- Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
-