Class WorkflowActionDecisionAction

java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
com.hybris.cockpitng.actions.AbstractStatefulAction<WorkflowActionModel,WorkflowDecisionModel>
de.hybris.platform.platformbackoffice.actions.workflow.WorkflowActionDecisionAction
All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel,WorkflowDecisionModel>, com.hybris.cockpitng.engine.ComponentWidgetAdapterAware

@Deprecated(since="6.6.0.0", forRemoval=true) public class WorkflowActionDecisionAction extends com.hybris.cockpitng.actions.AbstractStatefulAction<WorkflowActionModel,WorkflowDecisionModel>
Deprecated, for removal: This API element is subject to removal in a future version.
since version 6.6.0.0, use WorkflowActionDecisionAction instead
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    com.hybris.cockpitng.actions.ActionResult
    perform(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected boolean
    shouldPerform(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, WorkflowDecisionModel selectedDecision)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class com.hybris.cockpitng.actions.AbstractStatefulAction

    getActionUID, getValue, restoreModelValue, setValue, storeModelValue

    Methods inherited from class com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware

    addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.hybris.cockpitng.actions.CockpitAction

    canPerform, getConfirmationMessage, needsConfirmation
  • Field Details

    • PARAMETER_SELECTED_DECISION

      protected static final String PARAMETER_SELECTED_DECISION
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • workflowDecisionMaker

      protected WorkflowDecisionMaker workflowDecisionMaker
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • WorkflowActionDecisionAction

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

    • perform

      public com.hybris.cockpitng.actions.ActionResult perform(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • shouldPerform

      protected boolean shouldPerform(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, WorkflowDecisionModel selectedDecision)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getWorkflowDecisionMaker

      protected WorkflowDecisionMaker getWorkflowDecisionMaker()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setWorkflowDecisionMaker

      @Autowired public void setWorkflowDecisionMaker(WorkflowDecisionMaker workflowDecisionMaker)
      Deprecated, for removal: This API element is subject to removal in a future version.