Uses of Interface
com.liferay.portal.kernel.lock.Lock
Packages that use Lock
Package
Description
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
This package defines the portal repository proxy beans.
-
Uses of Lock in com.liferay.document.library.kernel.model
Methods in com.liferay.document.library.kernel.model that return Lock -
Uses of Lock in com.liferay.document.library.kernel.service
Methods in com.liferay.document.library.kernel.service that return LockModifier and TypeMethodDescriptionDLFileEntryService.getFileEntryLock
(long fileEntryId) static Lock
DLFileEntryServiceUtil.getFileEntryLock
(long fileEntryId) DLFileEntryServiceWrapper.getFileEntryLock
(long fileEntryId) DLFileEntryLocalService.lockFileEntry
(long userId, long fileEntryId) static Lock
DLFileEntryLocalServiceUtil.lockFileEntry
(long userId, long fileEntryId) DLFileEntryLocalServiceWrapper.lockFileEntry
(long userId, long fileEntryId) DLAppService.lockFolder
(long repositoryId, long folderId) Locks the folder.DLAppService.lockFolder
(long repositoryId, long folderId, String owner, boolean inheritable, long expirationTime) Locks the folder.static Lock
DLAppServiceUtil.lockFolder
(long repositoryId, long folderId) Locks the folder.static Lock
DLAppServiceUtil.lockFolder
(long repositoryId, long folderId, String owner, boolean inheritable, long expirationTime) Locks the folder.DLAppServiceWrapper.lockFolder
(long repositoryId, long folderId) Locks the folder.DLAppServiceWrapper.lockFolder
(long repositoryId, long folderId, String owner, boolean inheritable, long expirationTime) Locks the folder.DLFolderLocalService.lockFolder
(long userId, long folderId) DLFolderLocalService.lockFolder
(long userId, long folderId, String owner, boolean inheritable, long expirationTime) static Lock
DLFolderLocalServiceUtil.lockFolder
(long userId, long folderId) static Lock
DLFolderLocalServiceUtil.lockFolder
(long userId, long folderId, String owner, boolean inheritable, long expirationTime) DLFolderLocalServiceWrapper.lockFolder
(long userId, long folderId) DLFolderLocalServiceWrapper.lockFolder
(long userId, long folderId, String owner, boolean inheritable, long expirationTime) DLFolderService.lockFolder
(long folderId) DLFolderService.lockFolder
(long folderId, String owner, boolean inheritable, long expirationTime) static Lock
DLFolderServiceUtil.lockFolder
(long folderId) static Lock
DLFolderServiceUtil.lockFolder
(long folderId, String owner, boolean inheritable, long expirationTime) DLFolderServiceWrapper.lockFolder
(long folderId) DLFolderServiceWrapper.lockFolder
(long folderId, String owner, boolean inheritable, long expirationTime) DLAppService.refreshFileEntryLock
(String lockUuid, long companyId, long expirationTime) Refreshes the lock for the file entry.static Lock
DLAppServiceUtil.refreshFileEntryLock
(String lockUuid, long companyId, long expirationTime) Refreshes the lock for the file entry.DLAppServiceWrapper.refreshFileEntryLock
(String lockUuid, long companyId, long expirationTime) Refreshes the lock for the file entry.DLFileEntryService.refreshFileEntryLock
(String lockUuid, long companyId, long expirationTime) static Lock
DLFileEntryServiceUtil.refreshFileEntryLock
(String lockUuid, long companyId, long expirationTime) DLFileEntryServiceWrapper.refreshFileEntryLock
(String lockUuid, long companyId, long expirationTime) DLAppService.refreshFolderLock
(String lockUuid, long companyId, long expirationTime) Refreshes the lock for the folder.static Lock
DLAppServiceUtil.refreshFolderLock
(String lockUuid, long companyId, long expirationTime) Refreshes the lock for the folder.DLAppServiceWrapper.refreshFolderLock
(String lockUuid, long companyId, long expirationTime) Refreshes the lock for the folder.DLFolderService.refreshFolderLock
(String lockUuid, long companyId, long expirationTime) static Lock
DLFolderServiceUtil.refreshFolderLock
(String lockUuid, long companyId, long expirationTime) DLFolderServiceWrapper.refreshFolderLock
(String lockUuid, long companyId, long expirationTime) -
Uses of Lock in com.liferay.exportimport.kernel.lar
Methods in com.liferay.exportimport.kernel.lar that return types with arguments of type LockMethods in com.liferay.exportimport.kernel.lar with parameters of type Lock -
Uses of Lock in com.liferay.portal.kernel.lock
Methods in com.liferay.portal.kernel.lock that return LockModifier and TypeMethodDescriptionLockManager.createLock
(long lockId, long companyId, long userId, String userName) static Lock
LockManagerUtil.createLock
(long lockId, long companyId, long userId, String userName) static Lock
static Lock
DuplicateLockException.getLock()
static Lock
static Lock
LockManager.getLockByUuidAndCompanyId
(String uuid, long companyId) static Lock
LockManagerUtil.getLockByUuidAndCompanyId
(String uuid, long companyId) LockManager.lock
(long userId, String className, long key, String owner, boolean inheritable, long expirationTime) LockManager.lock
(long userId, String className, long key, String owner, boolean inheritable, long expirationTime, boolean renew) LockManager.lock
(long userId, String className, String key, String owner, boolean inheritable, long expirationTime) LockManager.lock
(long userId, String className, String key, String owner, boolean inheritable, long expirationTime, boolean renew) static Lock
LockManagerUtil.lock
(long userId, String className, long key, String owner, boolean inheritable, long expirationTime) static Lock
LockManagerUtil.lock
(long userId, String className, long key, String owner, boolean inheritable, long expirationTime, boolean renew) static Lock
LockManagerUtil.lock
(long userId, String className, String key, String owner, boolean inheritable, long expirationTime) static Lock
LockManagerUtil.lock
(long userId, String className, String key, String owner, boolean inheritable, long expirationTime, boolean renew) static Lock
static Lock
static Lock
Constructors in com.liferay.portal.kernel.lock with parameters of type Lock -
Uses of Lock in com.liferay.portal.kernel.repository
Methods in com.liferay.portal.kernel.repository that return LockModifier and TypeMethodDescriptionRepository.lockFolder
(long folderId) Repository.lockFolder
(long folderId, String owner, boolean inheritable, long expirationTime) Repository.refreshFileEntryLock
(String lockUuid, long companyId, long expirationTime) Repository.refreshFolderLock
(String lockUuid, long companyId, long expirationTime) -
Uses of Lock in com.liferay.portal.kernel.repository.model
Methods in com.liferay.portal.kernel.repository.model that return Lock -
Uses of Lock in com.liferay.portal.kernel.repository.proxy
Methods in com.liferay.portal.kernel.repository.proxy that return LockModifier and TypeMethodDescriptionFileEntryProxyBean.getLock()
BaseRepositoryProxyBean.lockFolder
(long folderId) BaseRepositoryProxyBean.lockFolder
(long folderId, String owner, boolean inheritable, long expirationTime) BaseRepositoryProxyBean.refreshFileEntryLock
(String lockUuid, long companyId, long expirationTime) BaseRepositoryProxyBean.refreshFolderLock
(String lockUuid, long companyId, long expirationTime) -
Uses of Lock in com.liferay.portal.kernel.webdav
Methods in com.liferay.portal.kernel.webdav that return LockModifier and TypeMethodDescriptionBaseResourceImpl.getLock()
Resource.getLock()
WebDAVStorage.refreshResourceLock
(WebDAVRequest webDAVRequest, String uuid, long timeout) WebDAVStorageWrapper.refreshResourceLock
(WebDAVRequest webDAVRequest, String uuid, long timeout)