Class WorkflowDeleteActionExecutor
- java.lang.Object
-
- com.hybris.backoffice.workflow.renderer.actionexecutors.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 Summary
Constructors Constructor Description WorkflowDeleteActionExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Booleanapply(WorkflowModel workflow)protected com.hybris.backoffice.widgets.notificationarea.NotificationServicegetNotificationService()WorkflowEventPublishergetWorkflowEventPublisher()WorkflowFacadegetWorkflowFacade()protected voidnotifyUser(WorkflowModel workflow, java.lang.String eventType, com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent.Level level)Deprecated.since 6.7, please use theNotificationService.notifyUser(String , String, NotificationEvent.Level, Object...)instead.voidsetNotificationService(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService)voidsetWorkflowEventPublisher(WorkflowEventPublisher workflowEventPublisher)voidsetWorkflowFacade(WorkflowFacade workflowFacade)
-
-
-
Method Detail
-
apply
public java.lang.Boolean apply(WorkflowModel workflow)
- Specified by:
applyin interfacejava.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 theNotificationService.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)
-
-