Class WorkflowDeleteActionExecutor
java.lang.Object
com.hybris.backoffice.workflow.renderer.actionexecutors.WorkflowDeleteActionExecutor
- All Implemented Interfaces:
Function<WorkflowModel,Boolean>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(WorkflowModel workflow) protected com.hybris.backoffice.widgets.notificationarea.NotificationServiceprotected voidnotifyUser(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.voidsetNotificationService(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService) voidsetWorkflowEventPublisher(WorkflowEventPublisher workflowEventPublisher) voidsetWorkflowFacade(WorkflowFacade workflowFacade)
-
Constructor Details
-
WorkflowDeleteActionExecutor
public WorkflowDeleteActionExecutor()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<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 theNotificationService.notifyUser(String, String, NotificationEvent.Level, Object...)instead. -
getWorkflowFacade
-
setWorkflowFacade
-
getWorkflowEventPublisher
-
setWorkflowEventPublisher
-
getNotificationService
protected com.hybris.backoffice.widgets.notificationarea.NotificationService getNotificationService() -
setNotificationService
public void setNotificationService(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService)
-
NotificationService.notifyUser(String, String, NotificationEvent.Level, Object...)instead.