public class DeleteCronJobLogsAction extends PermissionAwareCronJobAction
| Constructor and Description |
|---|
DeleteCronJobLogsAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPerform(<any> actionContext) |
protected FlexibleSearchQuery |
createFlexibleSearchQuery(CronJobModel cronJobModel) |
java.lang.String |
getConfirmationMessage(<any> actionContext) |
protected FlexibleSearchService |
getFlexibleSearchService() |
protected ModelService |
getModelService() |
protected NotificationService |
getNotificationService() |
protected java.lang.String |
getNotificationSource(<any> ctx)
Deprecated.
since 6.7, use
NotificationService#getWidgetNotificationSource(ActionContext) instead. |
boolean |
needsConfirmation(<any> actionContext) |
<any> |
perform(<any> actionContext) |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setModelService(ModelService modelService) |
void |
setNotificationService(NotificationService notificationService) |
isCurrentUserAllowedToRunpublic <any> perform(<any> actionContext)
@Deprecated protected java.lang.String getNotificationSource(<any> ctx)
NotificationService#getWidgetNotificationSource(ActionContext) instead.protected FlexibleSearchQuery createFlexibleSearchQuery(CronJobModel cronJobModel)
public boolean canPerform(<any> actionContext)
public boolean needsConfirmation(<any> actionContext)
public java.lang.String getConfirmationMessage(<any> actionContext)
protected ModelService getModelService()
public void setModelService(ModelService modelService)
protected FlexibleSearchService getFlexibleSearchService()
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
protected NotificationService getNotificationService()
public void setNotificationService(NotificationService notificationService)
Copyright © 2018 SAP SE. All Rights Reserved.