Class CMSWorkflowController

java.lang.Object
de.hybris.platform.cmswebservices.workflows.controller.CMSWorkflowController

@Controller @RequestMapping("/v1/catalogs/{catalogId}/versions/{versionId}/workflows") public class CMSWorkflowController extends Object
Controller to manage workflows for CMSItems. catalogId and versionId are needed as part of the endpoint to set the activeCatalogVersion in the session which is later used by the workflow validators.
  • Constructor Details

    • CMSWorkflowController

      public CMSWorkflowController()
  • Method Details