Class AbstractWorkflowAutomatedAction
- java.lang.Object
-
- de.hybris.platform.b2b.process.approval.actions.AbstractWorkflowAutomatedAction
-
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
- Direct Known Subclasses:
AfterApproveGenericWorkflowDecisionAction,AfterRejectGenericWorkflowDecisionAction
@Deprecated(since="4.4") public class AbstractWorkflowAutomatedAction extends java.lang.Object implements AutomatedWorkflowTemplateJob
Deprecated.Since 4.4. Will be migrated to service layer in version 4.5.This automated action depends on Jalo functionlity and is currently required for workflows managed via HMC.
-
-
Constructor Summary
Constructors Constructor Description AbstractWorkflowAutomatedAction()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description EventServicegetEventService()Deprecated.Since 5.0.ModelServicegetModelService()Deprecated.Since 5.0.WorkflowDecisionperform(WorkflowAction action)Deprecated.execution method for the automated workflow jobvoidperformAction(WorkflowAction action)Deprecated.
-
-
-
Method Detail
-
perform
public final WorkflowDecision perform(WorkflowAction action)
Deprecated.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
-
performAction
public void performAction(WorkflowAction action)
Deprecated.
-
getModelService
@Deprecated(since="5.0") public ModelService getModelService()
Deprecated.Since 5.0.
-
getEventService
@Deprecated(since="5.0") public EventService getEventService()
Deprecated.Since 5.0.
-
-