| Package | Description |
|---|---|
| org.apache.jackrabbit.jcr2spi.state | |
| 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 |
| Constructor and Description |
|---|
NodeState(NodeEntry entry,
NodeInfo nInfo,
ItemStateFactory isf,
ItemDefinitionProvider definitionProvider)
Constructs an EXISTING NodeState
|
| Modifier and Type | Method and Description |
|---|---|
NodeInfo |
RepositoryService.getNodeInfo(SessionInfo sessionInfo,
NodeId nodeId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ItemInfoCache.Entry<NodeInfo> |
ItemInfoCache.getNodeInfo(NodeId nodeId)
Retrieve a cache entry for the given
nodeId or null
if no such entry is in the cache. |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeInfoImpl
NodeInfoImpl implements a serializable NodeInfo
based on another node info. |
| Modifier and Type | Method and Description |
|---|---|
static NodeInfo |
NodeInfoImpl.createSerializableNodeInfo(NodeInfo nodeInfo,
IdFactory idFactory)
Creates a new serializable
NodeInfo for the given
NodeInfo. |
NodeInfo |
ItemInfoBuilder.NodeInfoBuilder.getNodeInfo()
Returns the
NodeInfo which has been built by this builder. |
NodeInfo |
AbstractReadableRepositoryService.getNodeInfo(SessionInfo sessionInfo,
NodeId nodeId)
This default implementation returns the first item returned by the call to
RepositoryService.getItemInfos(SessionInfo, ItemId). |
| Modifier and Type | Method and Description |
|---|---|
ItemInfoCache.Entry<NodeInfo> |
ItemInfoCacheImpl.getNodeInfo(NodeId nodeId)
This implementation removes the item from the cache
if it is present.
|
| Modifier and Type | Method and Description |
|---|---|
ItemInfoBuilder.NodeInfoBuilder |
ItemInfoBuilder.NodeInfoBuilder.addNodeInfo(NodeInfo nodeInfo)
Add a
NodeInfo |
void |
ItemInfoBuilder.Listener.createNodeInfo(NodeInfo nodeInfo)
Notification that a new
NodeInfo has been built. |
static NodeInfo |
NodeInfoImpl.createSerializableNodeInfo(NodeInfo nodeInfo,
IdFactory idFactory)
Creates a new serializable
NodeInfo for the given
NodeInfo. |
| Modifier and Type | Method and Description |
|---|---|
NodeInfo |
RepositoryServiceLogger.getNodeInfo(SessionInfo sessionInfo,
NodeId nodeId) |
| Modifier and Type | Method and Description |
|---|---|
NodeInfo |
RepositoryServiceImpl.getNodeInfo(SessionInfo sessionInfo,
NodeId nodeId) |
| Modifier and Type | Method and Description |
|---|---|
NodeInfo |
RepositoryServiceImpl.getNodeInfo(SessionInfo sessionInfo,
NodeId nodeId)
Retrieve the
NodeInfo for the node identified by the given
NodeId. |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.