Uses of Interface
org.alfresco.service.cmr.lock.LockService
Packages that use LockService
Package
Description
The Alfesco filesystem to repository translation layer
Provides the public facing interfaces of the Services of the Alfresco Repository.
-
Uses of LockService in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo that return LockServiceModifier and TypeMethodDescriptionCifsHelper.getLockService()final LockServiceContentDiskDriver.getLockService()Return the lock servicefinal LockServiceContentDiskDriver2.getLockService()Return the lock serviceLockKeeperImpl.getLockService()Methods in org.alfresco.filesys.repo with parameters of type LockServiceModifier and TypeMethodDescriptionvoidCifsHelper.setLockService(LockService lockService) voidContentDiskDriver.setLockService(LockService lockService) Set the lock servicevoidContentDiskDriver2.setLockService(LockService lockService) Set the lock servicevoidLockKeeperImpl.setLockService(LockService lockService) -
Uses of LockService in org.alfresco.opencmis
Methods in org.alfresco.opencmis that return LockServiceMethods in org.alfresco.opencmis with parameters of type LockService -
Uses of LockService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type LockServiceModifier and TypeMethodDescriptionvoidActionExecuterAbstractBase.setLockService(LockService lockService) -
Uses of LockService in org.alfresco.repo.coci
Methods in org.alfresco.repo.coci with parameters of type LockServiceModifier and TypeMethodDescriptionvoidCheckOutCheckInServiceImpl.setLockService(LockService lockService) Sets the lock servicevoidWorkingCopyAspect.setLockService(LockService lockService) Set the lock service -
Uses of LockService in org.alfresco.repo.forum
Methods in org.alfresco.repo.forum with parameters of type LockServiceModifier and TypeMethodDescriptionvoidCommentServiceImpl.setLockService(LockService lockService) -
Uses of LockService in org.alfresco.repo.jscript.app
Fields in org.alfresco.repo.jscript.app declared as LockServiceMethods in org.alfresco.repo.jscript.app with parameters of type LockServiceModifier and TypeMethodDescriptionvoidJSONConversionComponent.setLockService(LockService lockService) -
Uses of LockService in org.alfresco.repo.lock
Classes in org.alfresco.repo.lock that implement LockServiceMethods in org.alfresco.repo.lock with parameters of type LockServiceModifier and TypeMethodDescriptionstatic booleanLockUtils.isLockedAndReadOnly(NodeRef nodeRef, LockService lockService) Deprecated.use LockService.isLockedAndReadOnly -
Uses of LockService in org.alfresco.repo.lock.mem
Methods in org.alfresco.repo.lock.mem with parameters of type LockServiceModifier and TypeMethodDescriptionvoidLockableAspectInterceptor.setLockService(LockService lockService) -
Uses of LockService in org.alfresco.repo.lock.traitextender
Subinterfaces of LockService in org.alfresco.repo.lock.traitextender -
Uses of LockService in org.alfresco.repo.security.permissions.dynamic
Methods in org.alfresco.repo.security.permissions.dynamic with parameters of type LockServiceModifier and TypeMethodDescriptionvoidLockOwnerDynamicAuthority.setLockService(LockService lockService) Set the lock service -
Uses of LockService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return LockService -
Uses of LockService in org.alfresco.repo.thumbnail
Methods in org.alfresco.repo.thumbnail with parameters of type LockServiceModifier and TypeMethodDescriptionvoidFailedThumbnailSourceAspect.setLockService(LockService lockService) Deprecated. -
Uses of LockService in org.alfresco.repo.version
Methods in org.alfresco.repo.version with parameters of type LockServiceModifier and TypeMethodDescriptionvoidVersionableAspect.setLockService(LockService lockService) Set the lock service -
Uses of LockService in org.alfresco.repo.virtual.bundle
Classes in org.alfresco.repo.virtual.bundle that implement LockService -
Uses of LockService in org.alfresco.service
Methods in org.alfresco.service that return LockService