Class DefaultWorkflowDesignerSaveHandler

    • Field Detail

      • NOTIFICATION_AREA_SOURCE

        public static final java.lang.String NOTIFICATION_AREA_SOURCE
        See Also:
        Constant Field Values
      • EVENT_TYPE_CANNOT_SAVE

        protected static final java.lang.String EVENT_TYPE_CANNOT_SAVE
        See Also:
        Constant Field Values
      • EXISTING_DECISIONS

        public static final java.lang.String EXISTING_DECISIONS
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultWorkflowDesignerSaveHandler

        public DefaultWorkflowDesignerSaveHandler()
    • Method Detail

      • save

        public com.hybris.cockpitng.components.visjs.network.response.NetworkUpdates save​(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)
        Description copied from interface: WorkflowDesignerSaveHandler
        Performs save, displays any errors / warnings in notification.
        Specified by:
        save in interface WorkflowDesignerSaveHandler
        Parameters:
        context - contains the WidgetInstanceManager of the Workflow Designer
        Returns:
        any network updates necessary
      • setNotificationService

        public void setNotificationService​(com.hybris.cockpitng.util.notifications.NotificationService notificationService)
      • setWorkflowModelFinder

        public void setWorkflowModelFinder​(WorkflowModelFinder workflowModelFinder)