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 NodeInfoRepositoryService. 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 givennodeIdornullif 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 classNodeInfoImplNodeInfoImplimplements a serializableNodeInfobased on another node info.Methods in org.apache.jackrabbit.spi.commons that return NodeInfo Modifier and Type Method Description static NodeInfoNodeInfoImpl. createSerializableNodeInfo(NodeInfo nodeInfo, IdFactory idFactory)Creates a new serializableNodeInfofor the givenNodeInfo.NodeInfoAbstractReadableRepositoryService. getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)This default implementation returns the first item returned by the call toRepositoryService.getItemInfos(SessionInfo, ItemId).NodeInfoItemInfoBuilder.NodeInfoBuilder. getNodeInfo()Returns theNodeInfowhich 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.NodeInfoBuilderItemInfoBuilder.NodeInfoBuilder. addNodeInfo(NodeInfo nodeInfo)Add aNodeInfovoidItemInfoBuilder.Listener. createNodeInfo(NodeInfo nodeInfo)Notification that a newNodeInfohas been built.static NodeInfoNodeInfoImpl. createSerializableNodeInfo(NodeInfo nodeInfo, IdFactory idFactory)Creates a new serializableNodeInfofor 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 NodeInfoRepositoryServiceLogger. 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 classNodeInfoImplNodeInfoImpl...Methods in org.apache.jackrabbit.spi2dav that return NodeInfo Modifier and Type Method Description NodeInfoRepositoryServiceImpl. 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 classNodeInfoImplNodeInfoImpl... - 
Uses of NodeInfo in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return NodeInfo Modifier and Type Method Description NodeInfoRepositoryServiceImpl. getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)Retrieve theNodeInfofor the node identified by the givenNodeId. 
 -