Uses of Class
org.alfresco.repo.domain.locks.LockEntity
Packages that use LockEntity
-
Uses of LockEntity in org.alfresco.repo.domain.locks
Methods in org.alfresco.repo.domain.locks that return LockEntityModifier and TypeMethodDescriptionprotected abstract LockEntityAbstractLockDAOImpl.createLock(Long sharedResourceId, Long exclusiveResourceId, String lockToken, long timeToLive) Create a new lock.protected abstract LockEntityprotected abstract LockEntityprotected abstract LockEntityAbstractLockDAOImpl.updateLock(LockEntity lockEntity, String lockToken, long timeToLive) Update an existing lockMethods in org.alfresco.repo.domain.locks that return types with arguments of type LockEntityModifier and TypeMethodDescriptionprotected abstract List<LockEntity>AbstractLockDAOImpl.getLocksBySharedResourceIds(List<Long> sharedLockResourceIds) Get any existing lock data for the shared resources.Methods in org.alfresco.repo.domain.locks with parameters of type LockEntityModifier and TypeMethodDescriptionprotected abstract LockEntityAbstractLockDAOImpl.updateLock(LockEntity lockEntity, String lockToken, long timeToLive) Update an existing lock -
Uses of LockEntity in org.alfresco.repo.domain.locks.ibatis
Methods in org.alfresco.repo.domain.locks.ibatis that return LockEntityModifier and TypeMethodDescriptionprotected LockEntityLockDAOImpl.createLock(Long sharedResourceId, Long exclusiveResourceId, String lockToken, long timeToLive) protected LockEntityprotected LockEntityprotected LockEntityLockDAOImpl.updateLock(LockEntity lockEntity, String lockToken, long timeToLive) Methods in org.alfresco.repo.domain.locks.ibatis that return types with arguments of type LockEntityModifier and TypeMethodDescriptionprotected List<LockEntity>LockDAOImpl.getLocksBySharedResourceIds(List<Long> sharedLockResourceIds) Methods in org.alfresco.repo.domain.locks.ibatis with parameters of type LockEntityModifier and TypeMethodDescriptionprotected LockEntityLockDAOImpl.updateLock(LockEntity lockEntity, String lockToken, long timeToLive)