Uses of Class
org.opencms.lock.CmsLockActionRecord
Package
Description
Provides core support for GWT.
The lock state of the resources in the VFS is handled with these classes.
-
Uses of CmsLockActionRecord in org.opencms.gwt
Modifier and TypeMethodDescriptionprotected CmsLockActionRecord
CmsGwtService.ensureLock
(String sitepath) Locks the given resource with a temporary, if not already locked by the current user.protected CmsLockActionRecord
CmsGwtService.ensureLock
(CmsResource resource) Locks the given resource with a temporary, if not already locked by the current user.protected CmsLockActionRecord
CmsGwtService.ensureLock
(CmsResource resource, boolean shallow) Locks the given resource with a temporary, if not already locked by the current user.protected CmsLockActionRecord
CmsGwtService.ensureLock
(CmsUUID structureId) Locks the given resource with a temporary, if not already locked by the current user. -
Uses of CmsLockActionRecord in org.opencms.lock
Modifier and TypeMethodDescriptionstatic CmsLockActionRecord
CmsLockUtil.ensureLock
(CmsObject cms, CmsResource resource) Static helper method to lock a resource.static CmsLockActionRecord
CmsLockUtil.ensureLock
(CmsObject cms, CmsResource resource, boolean shallow) Static helper method to lock a resource.CmsLockUtil.LockedFile.getLockActionRecord()
Returns the lock action record.