Uses of Class
de.hybris.platform.cmswebservices.dto.CMSWorkflowWsDTO
Packages that use CMSWorkflowWsDTO
Package
Description
-
Uses of CMSWorkflowWsDTO in de.hybris.platform.cmswebservices.dto
Methods in de.hybris.platform.cmswebservices.dto that return types with arguments of type CMSWorkflowWsDTOMethod parameters in de.hybris.platform.cmswebservices.dto with type arguments of type CMSWorkflowWsDTOModifier and TypeMethodDescriptionvoidCMSWorkflowListWsDTO.setWorkflows(List<CMSWorkflowWsDTO> workflows) -
Uses of CMSWorkflowWsDTO in de.hybris.platform.cmswebservices.workflows.controller
Methods in de.hybris.platform.cmswebservices.workflows.controller that return CMSWorkflowWsDTOModifier and TypeMethodDescriptionCMSWorkflowController.createWorkflow(CMSWorkflowWsDTO workflowInfo) CMSWorkflowController.editWorkflow(String workflowCode, CMSWorkflowWsDTO dto) CMSWorkflowActionController.getActionsByWorkflowCode(String workflowCode) CMSWorkflowController.getWorkflowByCode(String workflowCode) CMSWorkflowOperationsController.perform(String workflowId, CMSWorkflowOperationWsDTO dto) Methods in de.hybris.platform.cmswebservices.workflows.controller with parameters of type CMSWorkflowWsDTOModifier and TypeMethodDescriptionCMSWorkflowController.createWorkflow(CMSWorkflowWsDTO workflowInfo) CMSWorkflowController.editWorkflow(String workflowCode, CMSWorkflowWsDTO dto)