Uses of Interface
org.apache.jackrabbit.spi.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, java.lang.String ownerHint)
          Create a lock on the Node identified by the given id.
 



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