|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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. |
| 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. |
| Methods in org.apache.jackrabbit.spi.commons with parameters of type NodeInfo | |
|---|---|
static NodeInfo |
NodeInfoImpl.createSerializableNodeInfo(NodeInfo nodeInfo,
IdFactory idFactory)
Creates a new serializable NodeInfo for the given
NodeInfo. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||