Uses of Interface
org.apache.jackrabbit.spi.NodeInfo

Packages that use NodeInfo
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   
 

Uses of NodeInfo in org.apache.jackrabbit.jcr2spi.state
 

Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type NodeInfo
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
 NodeInfo RepositoryService.getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)
          Retrieve the NodeInfo for the node identified by the given NodeId.
 

Methods in org.apache.jackrabbit.spi that return types with arguments of type NodeInfo
 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.
 

Uses of NodeInfo in org.apache.jackrabbit.spi.commons
 

Classes in org.apache.jackrabbit.spi.commons that implement NodeInfo
 class NodeInfoImpl
          NodeInfoImpl implements a serializable NodeInfo based on another node info.
 

Methods in org.apache.jackrabbit.spi.commons that return NodeInfo
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, NodeId).
 

Methods in org.apache.jackrabbit.spi.commons that return types with arguments of type NodeInfo
 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
 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.
 

Uses of NodeInfo in org.apache.jackrabbit.spi.commons.logging
 

Methods in org.apache.jackrabbit.spi.commons.logging that return NodeInfo
 NodeInfo RepositoryServiceLogger.getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)
           
 

Uses of NodeInfo in org.apache.jackrabbit.spi2dav
 

Methods in org.apache.jackrabbit.spi2dav that return NodeInfo
 NodeInfo RepositoryServiceImpl.getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)
           
 

Uses of NodeInfo in org.apache.jackrabbit.spi2jcr
 

Methods in org.apache.jackrabbit.spi2jcr that return NodeInfo
 NodeInfo RepositoryServiceImpl.getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)
          Retrieve the NodeInfo for the node identified by the given NodeId.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.