Package org.opencms.ui.contextmenu
Class CmsBlockingLockCheck
java.lang.Object
org.opencms.ui.contextmenu.CmsBlockingLockCheck
- All Implemented Interfaces:
I_CmsContextMenuAction
A wrapper context menu action which first checks whether the resources for which the action is executed have any children
locked by different users.
If so, a dialog showing these resources will be displayed; otherwise the wrapped context menu action will be executed.
-
Constructor Summary
ConstructorDescriptionCmsBlockingLockCheck
(I_CmsContextMenuAction nextAction) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionvoid
executeAction
(I_CmsDialogContext context) Executes this action.toString()
-
Constructor Details
-
Method Details
-
executeAction
Description copied from interface:I_CmsContextMenuAction
Executes this action.- Specified by:
executeAction
in interfaceI_CmsContextMenuAction
- Parameters:
context
- a context object which provides both a CmsObject as well as information about the context in which the menu item was selected- See Also:
-
toString
-