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 Details

  • 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:
      perform in interface com.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)