Class StartWorkflowAction

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canPerform​(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> ctx)  
      com.hybris.cockpitng.actions.ActionResult<WorkflowModel> perform​(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> context)  
      • 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

        getConfirmationMessage, needsConfirmation
    • Constructor Detail

      • StartWorkflowAction

        public StartWorkflowAction()
    • Method Detail

      • canPerform

        public boolean canPerform​(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> ctx)
        Specified by:
        canPerform in interface com.hybris.cockpitng.actions.CockpitAction<WorkflowModel,​WorkflowModel>
      • perform

        public com.hybris.cockpitng.actions.ActionResult<WorkflowModel> perform​(com.hybris.cockpitng.actions.ActionContext<WorkflowModel> context)
        Specified by:
        perform in interface com.hybris.cockpitng.actions.CockpitAction<WorkflowModel,​WorkflowModel>