Package com.hybris.backoffice.workflow
Class WorkflowActionDecisionAction
java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
com.hybris.cockpitng.actions.AbstractStatefulAction<WorkflowActionModel,WorkflowDecisionModel>
com.hybris.backoffice.workflow.WorkflowActionDecisionAction
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel,,WorkflowDecisionModel> com.hybris.cockpitng.engine.ComponentWidgetAdapterAware
public class WorkflowActionDecisionAction
extends com.hybris.cockpitng.actions.AbstractStatefulAction<WorkflowActionModel,WorkflowDecisionModel>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected WorkflowDecisionMakercom.hybris.cockpitng.actions.ActionResultperform(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> ctx) voidsetWorkflowDecisionMaker(WorkflowDecisionMaker workflowDecisionMaker) protected booleanshouldPerform(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, WorkflowDecisionModel selectedDecision) Methods inherited from class com.hybris.cockpitng.actions.AbstractStatefulAction
getActionUID, getValue, restoreModelValue, setValue, storeModelValueMethods inherited from class com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstanceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.actions.CockpitAction
canPerform, getConfirmationMessage, needsConfirmation
-
Field Details
-
PARAMETER_SELECTED_DECISION
- See Also:
-
workflowDecisionMaker
-
-
Constructor Details
-
WorkflowActionDecisionAction
public WorkflowActionDecisionAction()
-
-
Method Details
-
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) -
getWorkflowDecisionMaker
-
setWorkflowDecisionMaker
-