|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemInfo | |
|---|---|
| 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 | |
| Uses of ItemInfo in org.apache.jackrabbit.spi |
|---|
| Subinterfaces of ItemInfo in org.apache.jackrabbit.spi | |
|---|---|
interface |
NodeInfo
The NodeInfo provides the basic information required to build
nodes making up the repository hierarchy.
Note however, that the list of child nodes does not form part of a
NodeInfo. |
interface |
PropertyInfo
The PropertyInfo provides the basic information to build a
Property. |
| Methods in org.apache.jackrabbit.spi that return types with arguments of type ItemInfo | |
|---|---|
Iterator<? extends ItemInfo> |
RepositoryService.getItemInfos(SessionInfo sessionInfo,
NodeId nodeId)
Method used to 'batch-read' from the persistent storage. |
| Uses of ItemInfo in org.apache.jackrabbit.spi.commons |
|---|
| Classes in org.apache.jackrabbit.spi.commons that implement ItemInfo | |
|---|---|
class |
ItemInfoImpl
ItemInfoImpl is a base class for ItemInfo
implementations. |
class |
NodeInfoImpl
NodeInfoImpl implements a serializable NodeInfo
based on another node info. |
class |
PropertyInfoImpl
PropertyInfoImpl implements a serializable
PropertyInfo based on another property info. |
| Uses of ItemInfo in org.apache.jackrabbit.spi.commons.logging |
|---|
| Methods in org.apache.jackrabbit.spi.commons.logging that return types with arguments of type ItemInfo | |
|---|---|
Iterator<? extends ItemInfo> |
RepositoryServiceLogger.getItemInfos(SessionInfo sessionInfo,
NodeId nodeId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||