Class PermissionAwareCronJobAction
java.lang.Object
de.hybris.platform.platformbackoffice.actions.cronjob.PermissionAwareCronJobAction
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<CronJobModel,Object>
- Direct Known Subclasses:
AbortCronJobAction,DeleteCronJobLogsAction,PerformCronJobAction
public abstract class PermissionAwareCronJobAction
extends Object
implements com.hybris.cockpitng.actions.CockpitAction<CronJobModel,Object>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisCurrentUserAllowedToRun(com.hybris.cockpitng.actions.ActionContext<CronJobModel> ctx) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.actions.CockpitAction
canPerform, getConfirmationMessage, needsConfirmation, perform
-
Constructor Details
-
PermissionAwareCronJobAction
public PermissionAwareCronJobAction()
-
-
Method Details
-
isCurrentUserAllowedToRun
protected boolean isCurrentUserAllowedToRun(com.hybris.cockpitng.actions.ActionContext<CronJobModel> ctx)
-