Package | Description |
---|---|
org.alfresco.filesys.repo |
The Alfesco filesystem to repository translation layer
|
org.alfresco.module.vti.handler.alfresco | |
org.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.repo.web.scripts.admin | |
org.alfresco.repo.webdav | |
org.alfresco.rest.api.impl | |
org.alfresco.service |
Provides the public facing interfaces of the Services of the Alfresco Repository.
|
org.alfresco.web.bean | |
org.alfresco.web.bean.content | |
org.alfresco.web.bean.ml | |
org.alfresco.web.bean.repository |
Modifier and Type | Method and Description |
---|---|
LockService |
LockKeeperImpl.getLockService() |
LockService |
CifsHelper.getLockService() |
LockService |
ContentDiskDriver.getLockService()
Return the lock service
|
LockService |
ContentDiskDriver2.getLockService()
Return the lock service
|
Modifier and Type | Method and Description |
---|---|
void |
LockKeeperImpl.setLockService(LockService lockService) |
void |
CifsHelper.setLockService(LockService lockService) |
void |
ContentDiskDriver.setLockService(LockService lockService)
Set the lock service
|
void |
ContentDiskDriver2.setLockService(LockService lockService)
Set the lock service
|
Modifier and Type | Method and Description |
---|---|
void |
VtiDocumentHelper.setLockService(LockService lockService) |
Modifier and Type | Method and Description |
---|---|
LockService |
CMISConnector.getLockService()
Sets the lock service.
|
Modifier and Type | Method and Description |
---|---|
void |
CMISConnector.setLockService(LockService lockService) |
Modifier and Type | Method and Description |
---|---|
void |
ActionExecuterAbstractBase.setLockService(LockService lockService) |
Modifier and Type | Method and Description |
---|---|
void |
WorkingCopyAspect.setLockService(LockService lockService)
Set the lock service
|
void |
CheckOutCheckInServiceImpl.setLockService(LockService lockService)
Sets the lock service
|
Modifier and Type | Method and Description |
---|---|
void |
CommentServiceImpl.setLockService(LockService lockService) |
Modifier and Type | Field and Description |
---|---|
protected LockService |
JSONConversionComponent.lockService |
Modifier and Type | Method and Description |
---|---|
void |
JSONConversionComponent.setLockService(LockService lockService) |
Modifier and Type | Class and Description |
---|---|
class |
LockServiceImpl
Simple Lock service implementation
|
Modifier and Type | Method and Description |
---|---|
static boolean |
LockUtils.isLockedAndReadOnly(org.alfresco.service.cmr.repository.NodeRef nodeRef,
LockService lockService)
Deprecated.
use LockService.isLockedAndReadOnly
|
Modifier and Type | Method and Description |
---|---|
void |
LockableAspectInterceptor.setLockService(LockService lockService) |
Modifier and Type | Interface and Description |
---|---|
interface |
LockServiceExtension |
interface |
LockServiceTrait |
Modifier and Type | Method and Description |
---|---|
void |
LockOwnerDynamicAuthority.setLockService(LockService lockService)
Set the lock service
|
Modifier and Type | Method and Description |
---|---|
LockService |
ServiceDescriptorRegistry.getLockService() |
Modifier and Type | Method and Description |
---|---|
void |
FailedThumbnailSourceAspect.setLockService(LockService lockService) |
Modifier and Type | Method and Description |
---|---|
void |
VersionableAspect.setLockService(LockService lockService)
Set the lock service
|
Modifier and Type | Class and Description |
---|---|
class |
VirtualLockServiceExtension |
Modifier and Type | Method and Description |
---|---|
protected LockService |
NodeBrowserPost.getLockService() |
Modifier and Type | Method and Description |
---|---|
void |
NodeBrowserPost.setLockService(LockService lockService) |
Modifier and Type | Method and Description |
---|---|
void |
WebDAVLockServiceImpl.setLockService(LockService lockService)
Set the LockService
|
Modifier and Type | Method and Description |
---|---|
protected LockService |
NodesImpl.getLockService() |
Modifier and Type | Method and Description |
---|---|
LockService |
ServiceRegistry.getLockService() |
Modifier and Type | Method and Description |
---|---|
protected LockService |
BrowseBean.getLockService() |
Modifier and Type | Method and Description |
---|---|
void |
BrowseBean.setLockService(LockService lockService) |
Modifier and Type | Field and Description |
---|---|
protected LockService |
DocumentDetailsDialog.lockService |
Modifier and Type | Method and Description |
---|---|
protected LockService |
DocumentDetailsDialog.getLockService() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentDetailsDialog.setLockService(LockService lockService)
Sets the lock service instance the bean should use
|
Modifier and Type | Method and Description |
---|---|
protected LockService |
NewEditionWizard.getLockService() |
Modifier and Type | Method and Description |
---|---|
void |
NewEditionWizard.setLockService(LockService lockService) |
Modifier and Type | Method and Description |
---|---|
static Boolean |
Repository.isNodeLocked(Node node,
LockService lockService)
Return whether a Node is currently locked
|
static Boolean |
Repository.isNodeOwnerLocked(Node node,
LockService lockService)
Return whether a Node is currently locked by the current user
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.