Uses of Interface
org.apache.jackrabbit.spi.LockInfo

Packages that use LockInfo
org.apache.jackrabbit.jcr2spi   
org.apache.jackrabbit.jcr2spi.operation   
org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface). 
org.apache.jackrabbit.spi.commons   
org.apache.jackrabbit.spi.commons.logging   
org.apache.jackrabbit.spi2dav   
org.apache.jackrabbit.spi2jcr   
 

Uses of LockInfo in org.apache.jackrabbit.jcr2spi
 

Methods in org.apache.jackrabbit.jcr2spi that return LockInfo
 LockInfo WorkspaceManager.getLockInfo(NodeId nodeId)
           
 

Uses of LockInfo in org.apache.jackrabbit.jcr2spi.operation
 

Methods in org.apache.jackrabbit.jcr2spi.operation that return LockInfo
 LockInfo LockOperation.getLockInfo()
           
 

Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type LockInfo
 void LockOperation.setLockInfo(LockInfo lockInfo)
           
 

Uses of LockInfo in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return LockInfo
 LockInfo RepositoryService.getLockInfo(SessionInfo sessionInfo, NodeId nodeId)
          Returns the lock information that applies to Node identified by the given NodeId or null.
 LockInfo RepositoryService.lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)
          Create a lock on the Node identified by the given id.
 LockInfo RepositoryService.lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)
          Create a lock on the Node identified by the given id.
 

Uses of LockInfo in org.apache.jackrabbit.spi.commons
 

Classes in org.apache.jackrabbit.spi.commons that implement LockInfo
 class LockInfoImpl
          LockInfoImpl implements a serializable LockInfo based on another lock info.
 

Methods in org.apache.jackrabbit.spi.commons that return LockInfo
 LockInfo AbstractRepositoryService.getLockInfo(SessionInfo sessionInfo, NodeId nodeId)
           
 LockInfo AbstractRepositoryService.lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)
           
 LockInfo AbstractRepositoryService.lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)
           
 

Uses of LockInfo in org.apache.jackrabbit.spi.commons.logging
 

Methods in org.apache.jackrabbit.spi.commons.logging that return LockInfo
 LockInfo RepositoryServiceLogger.getLockInfo(SessionInfo sessionInfo, NodeId nodeId)
           
 LockInfo RepositoryServiceLogger.lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)
           
 LockInfo RepositoryServiceLogger.lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)
           
 

Uses of LockInfo in org.apache.jackrabbit.spi2dav
 

Methods in org.apache.jackrabbit.spi2dav that return LockInfo
 LockInfo RepositoryServiceImpl.getLockInfo(SessionInfo sessionInfo, NodeId nodeId)
           
 LockInfo RepositoryServiceImpl.lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)
           
 LockInfo RepositoryServiceImpl.lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)
           
 

Uses of LockInfo in org.apache.jackrabbit.spi2jcr
 

Methods in org.apache.jackrabbit.spi2jcr that return LockInfo
 LockInfo RepositoryServiceImpl.getLockInfo(SessionInfo sessionInfo, NodeId nodeId)
          Returns the lock information that applies to Node identified by the given NodeId or null.
 LockInfo RepositoryServiceImpl.lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)
          Create a lock on the Node identified by the given id.
 LockInfo RepositoryServiceImpl.lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)
          Create a lock on the Node identified by the given id.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.