Uses of Class
de.hybris.platform.cmsfacades.data.CMSWorkflowData
Packages that use CMSWorkflowData
Package
Description
-
Uses of CMSWorkflowData in de.hybris.platform.cmsfacades.workflow
Methods in de.hybris.platform.cmsfacades.workflow that return CMSWorkflowDataModifier and TypeMethodDescriptionCMSWorkflowFacade.createAndStartWorkflow(CMSWorkflowData workflowData) Creates and starts a workflow in the given catalog version with the workflow data provided.CMSWorkflowFacade.editWorkflow(String workflowCode, CMSWorkflowData workflowData) Updates the workflow with the provided data.CMSWorkflowActionFacade.getActionsForWorkflowCode(String workflowCode) Returns a list of actions and decisions for a given workflow identified by its code.CMSWorkflowFacade.getWorkflowForCode(String workflowCode) Returns the workflow by its code.CMSWorkflowFacade.performOperation(String workflowCode, CMSWorkflowOperationData cmsWorkflowOperationData) Performs different operations defined byCMSWorkflowOperationon the workflow.Methods in de.hybris.platform.cmsfacades.workflow that return types with arguments of type CMSWorkflowDataModifier and TypeMethodDescriptionCMSWorkflowFacade.findAllWorkflows(CMSWorkflowData workflowData, PageableData pageableData) Finds all workflows containing the given attachment for the specified workflow statuses.Methods in de.hybris.platform.cmsfacades.workflow with parameters of type CMSWorkflowDataModifier and TypeMethodDescriptionCMSWorkflowFacade.createAndStartWorkflow(CMSWorkflowData workflowData) Creates and starts a workflow in the given catalog version with the workflow data provided.CMSWorkflowFacade.editWorkflow(String workflowCode, CMSWorkflowData workflowData) Updates the workflow with the provided data.CMSWorkflowFacade.findAllWorkflows(CMSWorkflowData workflowData, PageableData pageableData) Finds all workflows containing the given attachment for the specified workflow statuses. -
Uses of CMSWorkflowData in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that return CMSWorkflowDataModifier and TypeMethodDescriptionprotected CMSWorkflowDataDefaultCMSWorkflowFacade.cancelWorkflow(WorkflowModel workflow) Cancels the workflow for the providedWorkflowModel.DefaultCMSWorkflowFacade.createAndStartWorkflow(CMSWorkflowData requestData) DefaultCMSWorkflowFacade.editWorkflow(String workflowCode, CMSWorkflowData workflowData) DefaultCMSWorkflowActionFacade.getActionsForWorkflowCode(String workflowCode) DefaultCMSWorkflowFacade.getWorkflowForCode(String workflowCode) protected CMSWorkflowDataDefaultCMSWorkflowFacade.makeDecision(WorkflowModel workflow, String actionCode, String decisionCode, String comment) Makes decision for providedWorkflowModelDefaultCMSWorkflowFacade.performOperation(String workflowCode, CMSWorkflowOperationData data) Methods in de.hybris.platform.cmsfacades.workflow.impl that return types with arguments of type CMSWorkflowDataModifier and TypeMethodDescriptionDefaultCMSWorkflowFacade.findAllWorkflows(CMSWorkflowData workflowData, PageableData pageableData) protected Converter<WorkflowModel,CMSWorkflowData> DefaultCMSWorkflowFacade.getCmsWorkflowDataConverter()protected Converter<WorkflowModel,CMSWorkflowData> DefaultCMSWorkflowActionFacade.getCmsWorkflowWithActionsDataConverter()Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type CMSWorkflowDataModifier and TypeMethodDescriptionDefaultCMSWorkflowFacade.createAndStartWorkflow(CMSWorkflowData requestData) protected WorkflowModelDefaultCMSWorkflowFacade.createWorkflow(CMSWorkflowData requestData) This method creates and saves a new workflow.protected WorkflowModelDefaultCMSWorkflowFacade.editWorkflow(CMSWorkflowData requestData, WorkflowModel workflow) Updates theWorkflowModelwith the data fromCMSWorkflowData.DefaultCMSWorkflowFacade.editWorkflow(String workflowCode, CMSWorkflowData workflowData) DefaultCMSWorkflowFacade.findAllWorkflows(CMSWorkflowData workflowData, PageableData pageableData) Method parameters in de.hybris.platform.cmsfacades.workflow.impl with type arguments of type CMSWorkflowDataModifier and TypeMethodDescriptionvoidDefaultCMSWorkflowFacade.setCmsWorkflowDataConverter(Converter<WorkflowModel, CMSWorkflowData> cmsWorkflowDataConverter) voidDefaultCMSWorkflowActionFacade.setCmsWorkflowWithActionsDataConverter(Converter<WorkflowModel, CMSWorkflowData> cmsWorkflowWithActionsDataConverter) -
Uses of CMSWorkflowData in de.hybris.platform.cmsfacades.workflow.populator
Methods in de.hybris.platform.cmsfacades.workflow.populator with parameters of type CMSWorkflowDataModifier and TypeMethodDescriptionvoidCMSWorkflowDataPopulator.populate(WorkflowModel workflowModel, CMSWorkflowData workflowData) voidCMSWorkflowWithActionsDataPopulator.populate(WorkflowModel workflowModel, CMSWorkflowData workflowData) -
Uses of CMSWorkflowData in de.hybris.platform.cmsfacades.workflow.validator
Methods in de.hybris.platform.cmsfacades.workflow.validator that return CMSWorkflowDataModifier and TypeMethodDescriptionprotected CMSWorkflowDataCreateWorkflowValidatorTest.createValidCmsWorkflowData()Methods in de.hybris.platform.cmsfacades.workflow.validator with parameters of type CMSWorkflowDataModifier and TypeMethodDescriptionprotected voidCreateWorkflowValidatorTest.setCreateVersion(CMSWorkflowData workflowData, String versionLabel) protected voidCreateWorkflowValidator.validateAttachment(String itemUuid, CMSWorkflowData cmsWorkflowData, CatalogVersionModel catalogVersion, org.springframework.validation.Errors errors) This method validates each CmsItem that will be added as a workflow attachment.