public class ItemToWorkflowDropHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
APPEND_NOTIFICATION_KEY |
protected static java.lang.String |
NOTIFICATION_KEY_MULTIPLE_SUFFIX |
protected static java.lang.String |
NOTIFICATION_KEY_SINGLE_SUFFIX |
protected static java.lang.String |
NOTIFICATION_KEY_WARNING_SUFFIX |
| Constructor and Description |
|---|
ItemToWorkflowDropHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
findSupportedTypes() |
protected NotificationService |
getNotificationService() |
WorkflowFacade |
getWorkflowFacade() |
WorkflowsTypeFacade |
getWorkflowsTypeFacade() |
java.util.List<<any>> |
handleDrop(java.util.List<ItemModel> dragged,
WorkflowModel workflowModel,
DragAndDropContext context) |
protected void |
notifyMultiple(java.util.Collection<ItemModel> existed) |
protected void |
notifySingle(java.util.Collection<ItemModel> existed) |
void |
setNotificationService(NotificationService notificationService) |
void |
setWorkflowFacade(WorkflowFacade workflowFacade) |
void |
setWorkflowsTypeFacade(WorkflowsTypeFacade workflowsTypeFacade) |
protected static final java.lang.String APPEND_NOTIFICATION_KEY
protected static final java.lang.String NOTIFICATION_KEY_WARNING_SUFFIX
protected static final java.lang.String NOTIFICATION_KEY_SINGLE_SUFFIX
protected static final java.lang.String NOTIFICATION_KEY_MULTIPLE_SUFFIX
public java.util.List<java.lang.String> findSupportedTypes()
public java.util.List<<any>> handleDrop(java.util.List<ItemModel> dragged, WorkflowModel workflowModel, DragAndDropContext context)
protected void notifySingle(java.util.Collection<ItemModel> existed)
protected void notifyMultiple(java.util.Collection<ItemModel> existed)
public WorkflowFacade getWorkflowFacade()
public void setWorkflowFacade(WorkflowFacade workflowFacade)
public WorkflowsTypeFacade getWorkflowsTypeFacade()
public void setWorkflowsTypeFacade(WorkflowsTypeFacade workflowsTypeFacade)
protected NotificationService getNotificationService()
public void setNotificationService(NotificationService notificationService)
Copyright © 2018 SAP SE. All Rights Reserved.