Interface WorkflowDesignerSaveHandler
-
- All Known Implementing Classes:
DefaultWorkflowDesignerSaveHandler
public interface WorkflowDesignerSaveHandlerHandles the 'Save' button in workflow designer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.hybris.cockpitng.components.visjs.network.response.NetworkUpdatessave(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)Performs save, displays any errors / warnings in notification.
-
-
-
Method Detail
-
save
com.hybris.cockpitng.components.visjs.network.response.NetworkUpdates save(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)
Performs save, displays any errors / warnings in notification.- Parameters:
context- contains theWidgetInstanceManagerof the Workflow Designer- Returns:
- any network updates necessary
-
-