Class WorkflowAttachmentDeleteActionExecutor
java.lang.Object
com.hybris.backoffice.workflow.renderer.actionexecutors.WorkflowAttachmentDeleteActionExecutor
- All Implemented Interfaces:
Consumer<WorkflowItemAttachmentModel>
public class WorkflowAttachmentDeleteActionExecutor
extends Object
implements Consumer<WorkflowItemAttachmentModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(WorkflowItemAttachmentModel workflowAttachment) protected com.hybris.backoffice.widgets.notificationarea.NotificationServicecom.hybris.cockpitng.dataaccess.facades.object.ObjectFacadeprotected voidnotifyUser(WorkflowItemAttachmentModel workflowAttachment, 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, use the {@link #NotificationService.notifyUser(String , String, NotificationEvent.Level, Object...) } instead.voidsetNotificationService(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService) voidsetObjectFacade(com.hybris.cockpitng.dataaccess.facades.object.ObjectFacade objectFacade) voidsetWorkflowEventPublisher(WorkflowEventPublisher workflowEventPublisher) voidsetWorkflowFacade(WorkflowFacade workflowFacade)
-
Constructor Details
-
WorkflowAttachmentDeleteActionExecutor
public WorkflowAttachmentDeleteActionExecutor()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceConsumer<WorkflowItemAttachmentModel>
-
notifyUser
@Deprecated(since="6.7", forRemoval=true) protected void notifyUser(WorkflowItemAttachmentModel workflowAttachment, 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, use the {@link #NotificationService.notifyUser(String , String, NotificationEvent.Level, Object...) } instead. -
getObjectFacade
public com.hybris.cockpitng.dataaccess.facades.object.ObjectFacade getObjectFacade() -
setObjectFacade
public void setObjectFacade(com.hybris.cockpitng.dataaccess.facades.object.ObjectFacade objectFacade) -
getWorkflowEventPublisher
-
setWorkflowEventPublisher
-
getNotificationService
protected com.hybris.backoffice.widgets.notificationarea.NotificationService getNotificationService() -
setNotificationService
public void setNotificationService(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService) -
getWorkflowFacade
-
setWorkflowFacade
-