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 Object implements AutomatedWorkflowTemplateJob
Deprecated, 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 Details

    • AbstractWorkflowAutomatedAction

      public AbstractWorkflowAutomatedAction()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • 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: AutomatedWorkflowTemplateJob
      execution method for the automated workflow job
      Specified by:
      perform in interface AutomatedWorkflowTemplateJob
      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.