Class WorkflowDeleteActionExecutor

java.lang.Object
com.hybris.backoffice.workflow.renderer.actionexecutors.WorkflowDeleteActionExecutor
All Implemented Interfaces:
Function<WorkflowModel,Boolean>

public class WorkflowDeleteActionExecutor extends Object implements Function<WorkflowModel,Boolean>
  • Constructor Details

    • WorkflowDeleteActionExecutor

      public WorkflowDeleteActionExecutor()
  • Method Details

    • apply

      public Boolean apply(WorkflowModel workflow)
      Specified by:
      apply in interface Function<WorkflowModel,Boolean>
    • notifyUser

      @Deprecated(since="6.7", forRemoval=true) protected void notifyUser(WorkflowModel workflow, String eventType, com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent.Level level)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 6.7, please use the NotificationService.notifyUser(String, String, NotificationEvent.Level, Object...) instead.
    • getWorkflowFacade

      public WorkflowFacade getWorkflowFacade()
    • setWorkflowFacade

      public void setWorkflowFacade(WorkflowFacade workflowFacade)
    • getWorkflowEventPublisher

      public WorkflowEventPublisher getWorkflowEventPublisher()
    • setWorkflowEventPublisher

      public void setWorkflowEventPublisher(WorkflowEventPublisher workflowEventPublisher)
    • getNotificationService

      protected com.hybris.backoffice.widgets.notificationarea.NotificationService getNotificationService()
    • setNotificationService

      public void setNotificationService(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService)