Interface WorkflowDesignerPersistenceService
-
- All Known Implementing Classes:
DefaultWorkflowDesignerPersistenceService
public interface WorkflowDesignerPersistenceServiceAllows to persist the Workflow Template that is edited in Workflow Designer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpersist(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)Persists theWorkflowTemplateModelgiven in the context.
-
-
-
Method Detail
-
persist
void persist(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)
Persists theWorkflowTemplateModelgiven in the context.- Parameters:
context- contains the workflow template to persist- Throws:
WorkflowDesignerSavingException- when the save was unsuccessful
-
-