Uses of Interface
org.apache.jackrabbit.spi.LockInfo
-
Packages that use LockInfo Package Description 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 Modifier and Type Method Description LockInfo
WorkspaceManager. getLockInfo(NodeId nodeId)
-
Uses of LockInfo in org.apache.jackrabbit.jcr2spi.operation
Methods in org.apache.jackrabbit.jcr2spi.operation that return LockInfo Modifier and Type Method Description LockInfo
LockOperation. getLockInfo()
Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type LockInfo Modifier and Type Method Description void
LockOperation. setLockInfo(LockInfo lockInfo)
-
Uses of LockInfo in org.apache.jackrabbit.spi
Methods in org.apache.jackrabbit.spi that return LockInfo Modifier and Type Method Description LockInfo
RepositoryService. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)
Returns the lock information that applies toNode
identified by the givenNodeId
ornull
.LockInfo
RepositoryService. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)
Create a lock on theNode
identified by the given id.LockInfo
RepositoryService. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)
Create a lock on theNode
identified by the given id. -
Uses of LockInfo in org.apache.jackrabbit.spi.commons
Classes in org.apache.jackrabbit.spi.commons that implement LockInfo Modifier and Type Class Description class
LockInfoImpl
LockInfoImpl
implements a serializableLockInfo
based on another lock info.Methods in org.apache.jackrabbit.spi.commons that return LockInfo Modifier and Type Method Description 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 Modifier and Type Method Description 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
Classes in org.apache.jackrabbit.spi2dav that implement LockInfo Modifier and Type Class Description class
LockInfoImpl
LockInfoImpl
...Methods in org.apache.jackrabbit.spi2dav that return LockInfo Modifier and Type Method Description 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 Modifier and Type Method Description LockInfo
RepositoryServiceImpl. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)
Returns the lock information that applies toNode
identified by the givenNodeId
ornull
.LockInfo
RepositoryServiceImpl. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)
Create a lock on theNode
identified by the given id.LockInfo
RepositoryServiceImpl. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)
Create a lock on theNode
identified by the given id.
-