Class RejectEditingAutomatedWorkflowAction
java.lang.Object
de.hybris.platform.cms2.workflow.actions.RejectEditingAutomatedWorkflowAction
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
public class RejectEditingAutomatedWorkflowAction
extends Object
implements AutomatedWorkflowTemplateJob
Finds all active actions and sets them to pending state when "Revise Page" action is made active.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected WorkflowActionServiceperform(WorkflowActionModel action) execution method for the automated workflow jobvoidsetWorkflowActionService(WorkflowActionService workflowActionService)
-
Constructor Details
-
RejectEditingAutomatedWorkflowAction
public RejectEditingAutomatedWorkflowAction()
-
-
Method Details
-
perform
Description copied from interface:AutomatedWorkflowTemplateJobexecution method for the automated workflow job- Specified by:
performin interfaceAutomatedWorkflowTemplateJob- Parameters:
action- the workflow action that activated this method- Returns:
- the decision that should be activated after this action finishes
-
getWorkflowActionService
-
setWorkflowActionService
-