Class WorkflowDeleteActionExecutor

  • All Implemented Interfaces:
    java.util.function.Function<WorkflowModel,​java.lang.Boolean>

    public class WorkflowDeleteActionExecutor
    extends java.lang.Object
    implements java.util.function.Function<WorkflowModel,​java.lang.Boolean>
    • Constructor Detail

      • WorkflowDeleteActionExecutor

        public WorkflowDeleteActionExecutor()
    • Method Detail

      • apply

        public java.lang.Boolean apply​(WorkflowModel workflow)
        Specified by:
        apply in interface java.util.function.Function<WorkflowModel,​java.lang.Boolean>
      • notifyUser

        @Deprecated
        protected void notifyUser​(WorkflowModel workflow,
                                  java.lang.String eventType,
                                  com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent.Level level)
        Deprecated.
        since 6.7, please use the NotificationService.notifyUser(String , String, NotificationEvent.Level, Object...) instead.
      • setWorkflowFacade

        public void setWorkflowFacade​(WorkflowFacade workflowFacade)
      • 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)