Class WorkflowActionDecisionAction

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected WorkflowDecisionMaker getWorkflowDecisionMaker()  
      com.hybris.cockpitng.actions.ActionResult perform​(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> ctx)  
      void setWorkflowDecisionMaker​(WorkflowDecisionMaker workflowDecisionMaker)  
      protected boolean shouldPerform​(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, WorkflowDecisionModel selectedDecision)  
      • 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
    • Constructor Detail

      • WorkflowActionDecisionAction

        public WorkflowActionDecisionAction()
    • Method Detail

      • perform

        public com.hybris.cockpitng.actions.ActionResult perform​(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> ctx)
      • shouldPerform

        protected boolean shouldPerform​(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager,
                                        WorkflowDecisionModel selectedDecision)
      • setWorkflowDecisionMaker

        @Autowired
        public void setWorkflowDecisionMaker​(WorkflowDecisionMaker workflowDecisionMaker)