Interface | Description |
---|---|
LockStore |
Defines the in-memory lock storage interface.
|
LockStoreFactory |
Factory to create
LockStore instances. |
Class | Description |
---|---|
AbstractLockStore<T extends ConcurrentMap<org.alfresco.service.cmr.repository.NodeRef,LockState>> |
Base class for LockStore implementations that use a ConcurrentMap as storage.
|
DefaultLockStoreFactory |
LockStoreFactory implementation that creates new LockStoreImpl objects. |
LockableAspectInterceptor |
NodeService interceptor to spoof the cm:lockable aspect when reading a node that has
an ephemeral lock on it.
|
LockState |
Value class describing the lock state of a node.
|
LockStoreImpl |
LockStore implementation backed by a Google ConcurrentMap . |
Enum | Description |
---|---|
Lifetime |
Specifies the lifetime of a node lock, e.g.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.