Uses of Class
org.opencms.lock.CmsLock
Packages that use CmsLock
Package
Description
Server side of the sitemap view.
Low-level database connection and access functionality.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
This package contains classes and interfaces used to access OpenCms through a wrapped
CmsObject
.The lock state of the resources in the VFS is handled with these classes.
Contains functions to monitor the OpenCms system status.
Used to control the generation of the HTML for the "direct edit" buttons.
Contains the functions that generate the Workplace "Explorer" view, also contains
the "New resource" wizard.
-
Uses of CmsLock in org.opencms.ade.sitemap
Methods in org.opencms.ade.sitemap that return CmsLockModifier and TypeMethodDescriptionCmsVfsSitemapService.LockInfo.getLock()
Returns the lock state.Constructors in org.opencms.ade.sitemap with parameters of type CmsLock -
Uses of CmsLock in org.opencms.db
Methods in org.opencms.db that return CmsLockModifier and TypeMethodDescriptionCmsDriverManager.getLock
(CmsDbContext dbc, CmsResource resource) Returns the lock state of a resource.CmsSecurityManager.getLock
(CmsRequestContext context, CmsResource resource) Returns the lock state of a resource.Methods in org.opencms.db that return types with arguments of type CmsLockMethod parameters in org.opencms.db with type arguments of type CmsLockModifier and TypeMethodDescriptionvoid
I_CmsProjectDriver.writeLocks
(CmsDbContext dbc, List<CmsLock> locks) -
Uses of CmsLock in org.opencms.db.generic
Methods in org.opencms.db.generic that return types with arguments of type CmsLockMethod parameters in org.opencms.db.generic with type arguments of type CmsLockModifier and TypeMethodDescriptionvoid
CmsProjectDriver.writeLocks
(CmsDbContext dbc, List<CmsLock> locks) -
Uses of CmsLock in org.opencms.file
Methods in org.opencms.file that return CmsLock -
Uses of CmsLock in org.opencms.file.wrapper
Methods in org.opencms.file.wrapper that return CmsLockModifier and TypeMethodDescriptionA_CmsResourceExtensionWrapper.getLock
(CmsObject cms, CmsResource resource) A_CmsResourceWrapper.getLock
(CmsObject cms, CmsResource resource) CmsObjectWrapper.getLock
(CmsResource resource) Returns the lock state for a specified resource.CmsResourceWrapperModules.getLock
(CmsObject cms, CmsResource resource) CmsResourceWrapperModulesNonLazy.getLock
(CmsObject cms, CmsResource resource) CmsResourceWrapperPropertyFile.getLock
(CmsObject cms, CmsResource resource) CmsResourceWrapperXmlPage.getLock
(CmsObject cms, CmsResource resource) I_CmsResourceWrapper.getLock
(CmsObject cms, CmsResource resource) Returns the lock for the resource. -
Uses of CmsLock in org.opencms.lock
Methods in org.opencms.lock that return CmsLockModifier and TypeMethodDescriptionCmsLock.getEditionLock()
Returns the edition lock.CmsLockActionRecord.getLock()
Gets the lock state after the action.CmsLockManager.getLock
(CmsDbContext dbc, CmsResource resource) Returns the lock state of the given resource.CmsLockManager.getLock
(CmsDbContext dbc, CmsResource resource, boolean includeSiblings) Returns the lock state of the given resource.static CmsLock
CmsLock.getNullLock()
Returns the shared Null CmsLock.protected CmsLock
CmsLock.getRelatedLock()
Returns the related Lock.CmsLock.getSystemLock()
Returns the system lock.CmsLockManager.removeResource
(CmsDbContext dbc, CmsResource resource, boolean forceUnlock, boolean removeSystemLock) Removes a resource from the lock manager.Methods in org.opencms.lock that return types with arguments of type CmsLockModifier and TypeMethodDescriptionCmsLockManager.getLocks
(CmsDbContext dbc, String resourceName, CmsLockFilter filter) Returns all exclusive locked resources matching the given resource name and filter.Methods in org.opencms.lock with parameters of type CmsLockModifier and TypeMethodDescriptionint
boolean
Matches the given lock against this filter and the given path.protected boolean
Matches the given lock against this filter and the given path.protected void
CmsLock.setRelatedLock
(CmsLock relatedLock) Sets the related Lock.Constructors in org.opencms.lock with parameters of type CmsLockModifierConstructorDescriptionCmsLockActionRecord
(CmsLock lock, CmsLockActionRecord.LockChange change) Creates a new instance. -
Uses of CmsLock in org.opencms.monitor
Methods in org.opencms.monitor that return CmsLockModifier and TypeMethodDescriptionCmsMemoryMonitor.getCachedLock
(String rootPath) Returns the lock cached with the given root path ornull
if not found.Methods in org.opencms.monitor that return types with arguments of type CmsLockMethods in org.opencms.monitor with parameters of type CmsLockModifier and TypeMethodDescriptionvoid
Caches the given lock.Method parameters in org.opencms.monitor with type arguments of type CmsLockModifier and TypeMethodDescriptionvoid
CmsMemoryMonitor.flushLocks
(Map<String, CmsLock> newLocks) Flushes the locks cache. -
Uses of CmsLock in org.opencms.workplace.editors.directedit
Methods in org.opencms.workplace.editors.directedit that return CmsLockModifier and TypeMethodDescriptionCmsDirectEditResourceInfo.getLock()
Returns the lock on the direct edit resource.Constructors in org.opencms.workplace.editors.directedit with parameters of type CmsLockModifierConstructorDescriptionCmsDirectEditResourceInfo
(CmsDirectEditPermissions permissions, CmsResource resource, CmsLock lock) Creates a new direct edit resource info container. -
Uses of CmsLock in org.opencms.workplace.explorer
Methods in org.opencms.workplace.explorer that return CmsLock