Class InboundChannelConfigurationWizardHandler

  • All Implemented Interfaces:
    com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler

    public class InboundChannelConfigurationWizardHandler
    extends java.lang.Object
    implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
    Wizard handler for the creation process of Inbound Channel Configurations. Allows for the extension of the default creation wizard by handling the input of IntegrationClientCredentialsDetails to create IntegrationClientCredentialsDetails and ExposedOAuthCredential.
    • Constructor Detail

      • InboundChannelConfigurationWizardHandler

        public InboundChannelConfigurationWizardHandler()
    • 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:
        perform in interface com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
      • setModelService

        public void setModelService​(ModelService modelService)
      • setCockpitEventQueue

        public void setCockpitEventQueue​(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue)