Uses of Interface
org.apache.jackrabbit.spi.NodeInfo
-
Packages that use NodeInfo 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.spi2davex org.apache.jackrabbit.spi2jcr -
-
Uses of NodeInfo in org.apache.jackrabbit.jcr2spi.state
Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type NodeInfo Constructor Description NodeState(NodeEntry entry, NodeInfo nInfo, ItemStateFactory isf, ItemDefinitionProvider definitionProvider)
Constructs an EXISTING NodeState -
Uses of NodeInfo in org.apache.jackrabbit.spi
Methods in org.apache.jackrabbit.spi that return NodeInfo Modifier and Type Method Description NodeInfo
RepositoryService. getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)
Deprecated.Methods in org.apache.jackrabbit.spi that return types with arguments of type NodeInfo Modifier and Type Method Description ItemInfoCache.Entry<NodeInfo>
ItemInfoCache. getNodeInfo(NodeId nodeId)
Retrieve a cache entry for the givennodeId
ornull
if no such entry is in the cache. -
Uses of NodeInfo in org.apache.jackrabbit.spi.commons
Classes in org.apache.jackrabbit.spi.commons that implement NodeInfo Modifier and Type Class Description class
NodeInfoImpl
NodeInfoImpl
implements a serializableNodeInfo
based on another node info.Methods in org.apache.jackrabbit.spi.commons that return NodeInfo Modifier and Type Method Description static NodeInfo
NodeInfoImpl. createSerializableNodeInfo(NodeInfo nodeInfo, IdFactory idFactory)
Creates a new serializableNodeInfo
for the givenNodeInfo
.NodeInfo
AbstractReadableRepositoryService. getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)
This default implementation returns the first item returned by the call toRepositoryService.getItemInfos(SessionInfo, ItemId)
.NodeInfo
ItemInfoBuilder.NodeInfoBuilder. getNodeInfo()
Returns theNodeInfo
which has been built by this builder.Methods in org.apache.jackrabbit.spi.commons that return types with arguments of type NodeInfo Modifier and Type Method Description ItemInfoCache.Entry<NodeInfo>
ItemInfoCacheImpl. getNodeInfo(NodeId nodeId)
This implementation removes the item from the cache if it is present.Methods in org.apache.jackrabbit.spi.commons with parameters of type NodeInfo Modifier and Type Method Description ItemInfoBuilder.NodeInfoBuilder
ItemInfoBuilder.NodeInfoBuilder. addNodeInfo(NodeInfo nodeInfo)
Add aNodeInfo
void
ItemInfoBuilder.Listener. createNodeInfo(NodeInfo nodeInfo)
Notification that a newNodeInfo
has been built.static NodeInfo
NodeInfoImpl. createSerializableNodeInfo(NodeInfo nodeInfo, IdFactory idFactory)
Creates a new serializableNodeInfo
for the givenNodeInfo
. -
Uses of NodeInfo in org.apache.jackrabbit.spi.commons.logging
Methods in org.apache.jackrabbit.spi.commons.logging that return NodeInfo Modifier and Type Method Description NodeInfo
RepositoryServiceLogger. getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)
-
Uses of NodeInfo in org.apache.jackrabbit.spi2dav
Classes in org.apache.jackrabbit.spi2dav that implement NodeInfo Modifier and Type Class Description class
NodeInfoImpl
NodeInfoImpl
...Methods in org.apache.jackrabbit.spi2dav that return NodeInfo Modifier and Type Method Description NodeInfo
RepositoryServiceImpl. getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)
-
Uses of NodeInfo in org.apache.jackrabbit.spi2davex
Classes in org.apache.jackrabbit.spi2davex that implement NodeInfo Modifier and Type Class Description class
NodeInfoImpl
NodeInfoImpl
... -
Uses of NodeInfo in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return NodeInfo Modifier and Type Method Description NodeInfo
RepositoryServiceImpl. getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)
Retrieve theNodeInfo
for the node identified by the givenNodeId
.
-