Package | Description |
---|---|
org.alfresco.repo.domain.locks | |
org.alfresco.repo.domain.locks.ibatis |
Modifier and Type | Method and Description |
---|---|
protected abstract LockEntity |
AbstractLockDAOImpl.createLock(Long sharedResourceId,
Long exclusiveResourceId,
String lockToken,
long timeToLive)
Create a new lock.
|
protected abstract LockEntity |
AbstractLockDAOImpl.getLock(Long id) |
protected abstract LockEntity |
AbstractLockDAOImpl.getLock(Long sharedResourceId,
Long exclusiveResourceId) |
protected abstract LockEntity |
AbstractLockDAOImpl.updateLock(LockEntity lockEntity,
String lockToken,
long timeToLive)
Update an existing lock
|
Modifier and Type | Method and Description |
---|---|
protected abstract List<LockEntity> |
AbstractLockDAOImpl.getLocksBySharedResourceIds(List<Long> sharedLockResourceIds)
Get any existing lock data for the shared resources.
|
Modifier and Type | Method and Description |
---|---|
protected abstract LockEntity |
AbstractLockDAOImpl.updateLock(LockEntity lockEntity,
String lockToken,
long timeToLive)
Update an existing lock
|
Modifier and Type | Method and Description |
---|---|
protected LockEntity |
LockDAOImpl.createLock(Long sharedResourceId,
Long exclusiveResourceId,
String lockToken,
long timeToLive) |
protected LockEntity |
LockDAOImpl.getLock(Long id) |
protected LockEntity |
LockDAOImpl.getLock(Long sharedResourceId,
Long exclusiveResourceId) |
protected LockEntity |
LockDAOImpl.updateLock(LockEntity lockEntity,
String lockToken,
long timeToLive) |
Modifier and Type | Method and Description |
---|---|
protected List<LockEntity> |
LockDAOImpl.getLocksBySharedResourceIds(List<Long> sharedLockResourceIds) |
Modifier and Type | Method and Description |
---|---|
protected LockEntity |
LockDAOImpl.updateLock(LockEntity lockEntity,
String lockToken,
long timeToLive) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.