Class CmsBlockingLockCheck

java.lang.Object
org.opencms.ui.contextmenu.CmsBlockingLockCheck
All Implemented Interfaces:
I_CmsContextMenuAction

public class CmsBlockingLockCheck extends Object implements 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.