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 LockInfoWorkspaceManager. 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 LockInfoLockOperation. getLockInfo()Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type LockInfo Modifier and Type Method Description voidLockOperation. 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 LockInfoRepositoryService. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)Returns the lock information that applies toNodeidentified by the givenNodeIdornull.LockInfoRepositoryService. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)Create a lock on theNodeidentified by the given id.LockInfoRepositoryService. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)Create a lock on theNodeidentified 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 classLockInfoImplLockInfoImplimplements a serializableLockInfobased on another lock info.Methods in org.apache.jackrabbit.spi.commons that return LockInfo Modifier and Type Method Description LockInfoAbstractRepositoryService. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)LockInfoAbstractRepositoryService. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)LockInfoAbstractRepositoryService. 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 LockInfoRepositoryServiceLogger. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)LockInfoRepositoryServiceLogger. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)LockInfoRepositoryServiceLogger. 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 classLockInfoImplLockInfoImpl...Methods in org.apache.jackrabbit.spi2dav that return LockInfo Modifier and Type Method Description LockInfoRepositoryServiceImpl. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)LockInfoRepositoryServiceImpl. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)LockInfoRepositoryServiceImpl. 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 LockInfoRepositoryServiceImpl. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)Returns the lock information that applies toNodeidentified by the givenNodeIdornull.LockInfoRepositoryServiceImpl. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)Create a lock on theNodeidentified by the given id.LockInfoRepositoryServiceImpl. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)Create a lock on theNodeidentified by the given id.
-