|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ItemInfo in org.apache.jackrabbit.spi |
|---|
| Classes in org.apache.jackrabbit.spi with type parameters of type ItemInfo | |
|---|---|
static class |
ItemInfoCache.Entry<T extends ItemInfo>
This class represents a cache entry. |
| 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. |
| Fields in org.apache.jackrabbit.spi declared as ItemInfo | |
|---|---|
T |
ItemInfoCache.Entry.info
The ItemInfo |
| Methods in org.apache.jackrabbit.spi that return types with arguments of type ItemInfo | |
|---|---|
java.util.Iterator<? extends ItemInfo> |
RepositoryService.getItemInfos(SessionInfo sessionInfo,
NodeId nodeId)
Method used to 'batch-read' from the persistent storage. |
| Methods in org.apache.jackrabbit.spi with parameters of type ItemInfo | |
|---|---|
void |
ItemInfoCache.put(ItemInfo info,
long generation)
Create a ItemInfoCache.Entry for info and generation and put it into
the cache. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||