Uses of Class
de.hybris.platform.cmsfacades.data.CMSWorkflowOperationData
-
-
Uses of CMSWorkflowOperationData in de.hybris.platform.cmsfacades.workflow
Methods in de.hybris.platform.cmsfacades.workflow with parameters of type CMSWorkflowOperationData Modifier and Type Method Description CMSWorkflowData
CMSWorkflowFacade. performOperation(java.lang.String workflowCode, CMSWorkflowOperationData cmsWorkflowOperationData)
Performs different operations defined byCMSWorkflowOperation
on the workflow. -
Uses of CMSWorkflowOperationData in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type CMSWorkflowOperationData Modifier and Type Method Description CMSWorkflowData
DefaultCMSWorkflowFacade. performOperation(java.lang.String workflowCode, CMSWorkflowOperationData data)
protected void
DefaultCMSWorkflowFacade. processPostWorkflowActions(WorkflowModel workflow, CMSWorkflowOperationData data)
Performs additional logic after the operation is successfully executed. -
Uses of CMSWorkflowOperationData in de.hybris.platform.cmsfacades.workflow.postaction
Methods in de.hybris.platform.cmsfacades.workflow.postaction that return types with arguments of type CMSWorkflowOperationData Modifier and Type Method Description java.util.function.BiPredicate<WorkflowModel,CMSWorkflowOperationData>
PostWorkflowAction. isApplicable()
-
Uses of CMSWorkflowOperationData in de.hybris.platform.cmsfacades.workflow.postaction.impl
Methods in de.hybris.platform.cmsfacades.workflow.postaction.impl that return types with arguments of type CMSWorkflowOperationData Modifier and Type Method Description java.util.function.BiPredicate<WorkflowModel,CMSWorkflowOperationData>
PublishPostWorkflowAction. isApplicable()
-