Uses of Class
org.alfresco.repo.domain.locks.LockEntity
-
Packages that use LockEntity Package Description org.alfresco.repo.domain.locks org.alfresco.repo.domain.locks.ibatis -
-
Uses of LockEntity in org.alfresco.repo.domain.locks
Methods in org.alfresco.repo.domain.locks that return LockEntity Modifier and Type Method Description protected abstract LockEntityAbstractLockDAOImpl. createLock(java.lang.Long sharedResourceId, java.lang.Long exclusiveResourceId, java.lang.String lockToken, long timeToLive)Create a new lock.protected abstract LockEntityAbstractLockDAOImpl. getLock(java.lang.Long id)protected abstract LockEntityAbstractLockDAOImpl. getLock(java.lang.Long sharedResourceId, java.lang.Long exclusiveResourceId)protected abstract LockEntityAbstractLockDAOImpl. updateLock(LockEntity lockEntity, java.lang.String lockToken, long timeToLive)Update an existing lockMethods in org.alfresco.repo.domain.locks that return types with arguments of type LockEntity Modifier and Type Method Description protected abstract java.util.List<LockEntity>AbstractLockDAOImpl. getLocksBySharedResourceIds(java.util.List<java.lang.Long> sharedLockResourceIds)Get any existing lock data for the shared resources.Methods in org.alfresco.repo.domain.locks with parameters of type LockEntity Modifier and Type Method Description protected abstract LockEntityAbstractLockDAOImpl. updateLock(LockEntity lockEntity, java.lang.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 LockEntity Modifier and Type Method Description protected LockEntityLockDAOImpl. createLock(java.lang.Long sharedResourceId, java.lang.Long exclusiveResourceId, java.lang.String lockToken, long timeToLive)protected LockEntityLockDAOImpl. getLock(java.lang.Long id)protected LockEntityLockDAOImpl. getLock(java.lang.Long sharedResourceId, java.lang.Long exclusiveResourceId)protected LockEntityLockDAOImpl. updateLock(LockEntity lockEntity, java.lang.String lockToken, long timeToLive)Methods in org.alfresco.repo.domain.locks.ibatis that return types with arguments of type LockEntity Modifier and Type Method Description protected java.util.List<LockEntity>LockDAOImpl. getLocksBySharedResourceIds(java.util.List<java.lang.Long> sharedLockResourceIds)Methods in org.alfresco.repo.domain.locks.ibatis with parameters of type LockEntity Modifier and Type Method Description protected LockEntityLockDAOImpl. updateLock(LockEntity lockEntity, java.lang.String lockToken, long timeToLive)
-