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 Type
    Method
    Description
    void
    persist(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)
    Persists the WorkflowTemplateModel given in the context.
  • Method Details

    • persist

      void persist(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)
      Persists the WorkflowTemplateModel given in the context.
      Parameters:
      context - contains the workflow template to persist
      Throws:
      WorkflowDesignerSavingException - when the save was unsuccessful