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", forRemoval=true) public class AbstractWorkflowAutomatedAction extends java.lang.Object implements AutomatedWorkflowTemplateJobDeprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description EventServicegetEventService()Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.ModelServicegetModelService()Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.WorkflowDecisionperform(WorkflowAction action)Deprecated, for removal: This API element is subject to removal in a future version.execution method for the automated workflow jobvoidperformAction(WorkflowAction action)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
perform
public final WorkflowDecision perform(WorkflowAction action)
Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.
-
getModelService
@Deprecated(since="5.0", forRemoval=true) public ModelService getModelService()Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.
-
getEventService
@Deprecated(since="5.0", forRemoval=true) public EventService getEventService()Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.
-
-