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.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.
 

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.
 

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.
 



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