Interface WorkflowDesignerSaveHandler
- All Known Implementing Classes:
DefaultWorkflowDesignerSaveHandler
public interface WorkflowDesignerSaveHandler
Handles the 'Save' button in workflow designer.
-
Method Summary
Modifier and TypeMethodDescriptioncom.hybris.cockpitng.components.visjs.network.response.NetworkUpdatessave(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context) Performs save, displays any errors / warnings in notification.
-
Method Details
-
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
-