public class ReloadValidationEngineAction
extends java.lang.Object
| Constructor and Description |
|---|
ReloadValidationEngineAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPerform(<any> ctx) |
java.lang.String |
getConfirmationMessage(<any> ctx) |
protected NotificationService |
getNotificationService() |
protected java.lang.String |
getNotificationSource(<any> actionContext)
Deprecated.
since 6.7, use
NotificationService#getWidgetNotificationSource(ActionContext) instead. |
protected ValidationService |
getValidationService() |
boolean |
needsConfirmation(<any> ctx) |
<any> |
perform(<any> ctx) |
void |
setNotificationService(NotificationService notificationService) |
void |
setValidationService(ValidationService validationService) |
public <any> perform(<any> ctx)
@Deprecated protected java.lang.String getNotificationSource(<any> actionContext)
NotificationService#getWidgetNotificationSource(ActionContext) instead.public boolean canPerform(<any> ctx)
public boolean needsConfirmation(<any> ctx)
public java.lang.String getConfirmationMessage(<any> ctx)
protected ValidationService getValidationService()
public void setValidationService(ValidationService validationService)
protected NotificationService getNotificationService()
public void setNotificationService(NotificationService notificationService)
Copyright © 2018 SAP SE. All Rights Reserved.