Uses of Interface
org.alfresco.service.cmr.lock.LockService
-
Packages that use LockService Package Description org.alfresco.filesys.repo The Alfesco filesystem to repository translation layerorg.alfresco.opencmis org.alfresco.repo.action.executer org.alfresco.repo.coci org.alfresco.repo.forum org.alfresco.repo.jscript.app org.alfresco.repo.lock org.alfresco.repo.lock.mem org.alfresco.repo.lock.traitextender org.alfresco.repo.security.permissions.dynamic org.alfresco.repo.service org.alfresco.repo.thumbnail org.alfresco.repo.version org.alfresco.repo.virtual.bundle org.alfresco.service 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 LockService Modifier and Type Method Description LockServiceCifsHelper. getLockService()LockServiceContentDiskDriver. getLockService()Return the lock serviceLockServiceContentDiskDriver2. getLockService()Return the lock serviceLockServiceLockKeeperImpl. getLockService()Methods in org.alfresco.filesys.repo with parameters of type LockService Modifier and Type Method Description voidCifsHelper. 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 LockService Modifier and Type Method Description LockServiceCMISConnector. getLockService()Sets the lock service.Methods in org.alfresco.opencmis with parameters of type LockService Modifier and Type Method Description voidCMISConnector. setLockService(LockService lockService) -
Uses of LockService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type LockService Modifier and Type Method Description voidActionExecuterAbstractBase. setLockService(LockService lockService) -
Uses of LockService in org.alfresco.repo.coci
Methods in org.alfresco.repo.coci with parameters of type LockService Modifier and Type Method Description voidCheckOutCheckInServiceImpl. 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 LockService Modifier and Type Method Description voidCommentServiceImpl. setLockService(LockService lockService) -
Uses of LockService in org.alfresco.repo.jscript.app
Fields in org.alfresco.repo.jscript.app declared as LockService Modifier and Type Field Description protected LockServiceJSONConversionComponent. lockServiceMethods in org.alfresco.repo.jscript.app with parameters of type LockService Modifier and Type Method Description voidJSONConversionComponent. setLockService(LockService lockService) -
Uses of LockService in org.alfresco.repo.lock
Classes in org.alfresco.repo.lock that implement LockService Modifier and Type Class Description classLockServiceImplSimple Lock service implementationMethods in org.alfresco.repo.lock with parameters of type LockService Modifier and Type Method Description static booleanLockUtils. isLockedAndReadOnly(org.alfresco.service.cmr.repository.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 LockService Modifier and Type Method Description voidLockableAspectInterceptor. setLockService(LockService lockService) -
Uses of LockService in org.alfresco.repo.lock.traitextender
Subinterfaces of LockService in org.alfresco.repo.lock.traitextender Modifier and Type Interface Description interfaceLockServiceExtensioninterfaceLockServiceTrait -
Uses of LockService in org.alfresco.repo.security.permissions.dynamic
Methods in org.alfresco.repo.security.permissions.dynamic with parameters of type LockService Modifier and Type Method Description voidLockOwnerDynamicAuthority. setLockService(LockService lockService)Set the lock service -
Uses of LockService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return LockService Modifier and Type Method Description LockServiceServiceDescriptorRegistry. getLockService() -
Uses of LockService in org.alfresco.repo.thumbnail
Methods in org.alfresco.repo.thumbnail with parameters of type LockService Modifier and Type Method Description voidFailedThumbnailSourceAspect. setLockService(LockService lockService)Deprecated. -
Uses of LockService in org.alfresco.repo.version
Methods in org.alfresco.repo.version with parameters of type LockService Modifier and Type Method Description voidVersionableAspect. 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 Modifier and Type Class Description classVirtualLockServiceExtension -
Uses of LockService in org.alfresco.service
Methods in org.alfresco.service that return LockService Modifier and Type Method Description LockServiceServiceRegistry. getLockService()
-