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 |
Modifier and Type | Method and Description |
---|---|
LockInfo |
WorkspaceManager.getLockInfo(NodeId nodeId) |
Modifier and Type | Method and Description |
---|---|
LockInfo |
LockOperation.getLockInfo() |
Modifier and Type | Method and Description |
---|---|
void |
LockOperation.setLockInfo(LockInfo lockInfo) |
Modifier and Type | Method and Description |
---|---|
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,
String ownerHint)
Create a lock on the
Node identified by the given id. |
Modifier and Type | Class and Description |
---|---|
class |
LockInfoImpl
LockInfoImpl implements a serializable LockInfo
based on another lock info. |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
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. |
LockInfo |
RepositoryServiceImpl.lock(SessionInfo sessionInfo,
NodeId nodeId,
boolean deep,
boolean sessionScoped,
long timeoutHint,
String ownerHint)
Create a lock on the
Node identified by the given id. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.