Class RegistrationRejectedAutomatedWorkflowTemplateJob
java.lang.Object
de.hybris.platform.b2bacceleratorservices.workflows.actions.AbstractAutomatedWorkflowTemplateJob
de.hybris.platform.b2bacceleratorservices.workflows.actions.RegistrationRejectedAutomatedWorkflowTemplateJob
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
public class RegistrationRejectedAutomatedWorkflowTemplateJob
extends AbstractAutomatedWorkflowTemplateJob
Action called when a registration request has been rejected
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperform(WorkflowActionModel workflowAction) execution method for the automated workflow jobMethods inherited from class de.hybris.platform.b2bacceleratorservices.workflows.actions.AbstractAutomatedWorkflowTemplateJob
defaultDecision, getBusinessProcessService, getCustomer, getModelOfType, getModelService, getRegistrationAttachment, getUserService, getWorkflowAttachmentService, setBusinessProcessService, setModelService, setUserService, setWorkflowAttachmentService
-
Constructor Details
-
RegistrationRejectedAutomatedWorkflowTemplateJob
public RegistrationRejectedAutomatedWorkflowTemplateJob()
-
-
Method Details
-
perform
Description copied from interface:AutomatedWorkflowTemplateJobexecution method for the automated workflow job- Parameters:
workflowAction- the workflow action that activated this method- Returns:
- the decision that should be activated after this action finishes
-