Class CreateWorkflowAttachmentHandler
java.lang.Object
de.hybris.platform.platformbackoffice.widgets.workflow.CreateWorkflowAttachmentHandler
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class CreateWorkflowAttachmentHandler
extends Object
implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.hybris.backoffice.widgets.notificationarea.NotificationServiceprotected WorkflowItemAttachmentModelgetWorkflowAttachment(com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter) protected booleanhasAttachment(List<WorkflowItemAttachmentModel> attachments, WorkflowItemAttachmentModel attachment) voidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> parameters) voidsetNotificationService(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService) protected voidsetWorkflowAttachment(com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, WorkflowItemAttachmentModel workflowAttachment)
-
Field Details
-
ATTACHMENT_KEY
- See Also:
-
NOTIFICATION_SOURCE
- See Also:
-
-
Constructor Details
-
CreateWorkflowAttachmentHandler
public CreateWorkflowAttachmentHandler()
-
-
Method Details
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> parameters) - Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
hasAttachment
protected boolean hasAttachment(List<WorkflowItemAttachmentModel> attachments, WorkflowItemAttachmentModel attachment) -
getWorkflowAttachment
protected WorkflowItemAttachmentModel getWorkflowAttachment(com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter) -
setWorkflowAttachment
protected void setWorkflowAttachment(com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, WorkflowItemAttachmentModel workflowAttachment) -
getNotificationService
public com.hybris.backoffice.widgets.notificationarea.NotificationService getNotificationService() -
setNotificationService
public void setNotificationService(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService)
-