Class CMSWorkflowOperationsController
java.lang.Object
de.hybris.platform.cmswebservices.workflows.controller.CMSWorkflowOperationsController
@Controller
@RequestMapping("/v1/catalogs/{catalogId}/versions/{versionId}/workflows/{workflowId}/operations")
public class CMSWorkflowOperationsController
extends Object
Controller that provides an API to perform different operations on workflows.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CMSWorkflowFacadeperform(String workflowId, CMSWorkflowOperationWsDTO dto) voidsetCmsWorkflowFacade(CMSWorkflowFacade cmsWorkflowFacade) voidsetDataMapper(DataMapper dataMapper)
-
Constructor Details
-
CMSWorkflowOperationsController
public CMSWorkflowOperationsController()
-
-
Method Details
-
perform
@RequestMapping(method=POST) @ResponseStatus(OK) @ResponseBody public CMSWorkflowWsDTO perform(@PathVariable String workflowId, @RequestBody CMSWorkflowOperationWsDTO dto) throws UnknownIdentifierException - Throws:
UnknownIdentifierException
-
getDataMapper
-
setDataMapper
-
getCmsWorkflowFacade
-
setCmsWorkflowFacade
-