Interface WorkflowDesignerPersistenceService
- All Known Implementing Classes:
DefaultWorkflowDesignerPersistenceService
public interface WorkflowDesignerPersistenceService
Allows to persist the Workflow Template that is edited in Workflow Designer.
-
Method Summary
Modifier and TypeMethodDescriptionvoidpersist(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context) Persists theWorkflowTemplateModelgiven in the context.
-
Method Details
-
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
-