public class LockInfoImpl extends Object implements org.apache.jackrabbit.spi.LockInfo
LockInfoImpl...| Constructor and Description |
|---|
LockInfoImpl(org.apache.jackrabbit.webdav.lock.ActiveLock activeLock,
org.apache.jackrabbit.spi.NodeId nodeId,
Set<String> sessionLockTokens) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLockToken() |
org.apache.jackrabbit.spi.NodeId |
getNodeId() |
String |
getOwner() |
long |
getSecondsRemaining() |
boolean |
isDeep() |
boolean |
isLockOwner() |
boolean |
isSessionScoped() |
public String getLockToken()
getLockToken in interface org.apache.jackrabbit.spi.LockInfopublic String getOwner()
getOwner in interface org.apache.jackrabbit.spi.LockInfopublic boolean isDeep()
isDeep in interface org.apache.jackrabbit.spi.LockInfopublic boolean isSessionScoped()
isSessionScoped in interface org.apache.jackrabbit.spi.LockInfopublic long getSecondsRemaining()
getSecondsRemaining in interface org.apache.jackrabbit.spi.LockInfopublic boolean isLockOwner()
isLockOwner in interface org.apache.jackrabbit.spi.LockInfopublic org.apache.jackrabbit.spi.NodeId getNodeId()
getNodeId in interface org.apache.jackrabbit.spi.LockInfoCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.