Uses of Interface
org.apache.jackrabbit.spi.ItemInfo
-
Packages that use ItemInfo Package Description 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 ItemInfo in org.apache.jackrabbit.spi
Classes in org.apache.jackrabbit.spi with type parameters of type ItemInfo Modifier and Type Class Description static class
ItemInfoCache.Entry<T extends ItemInfo>
This class represents a cache entry.Subinterfaces of ItemInfo in org.apache.jackrabbit.spi Modifier and Type Interface Description interface
NodeInfo
TheNodeInfo
provides the basic information required to build nodes making up the repository hierarchy.interface
PropertyInfo
ThePropertyInfo
provides the basic information to build aProperty
.Fields in org.apache.jackrabbit.spi declared as ItemInfo Modifier and Type Field Description T
ItemInfoCache.Entry. info
TheItemInfo
Methods in org.apache.jackrabbit.spi that return types with arguments of type ItemInfo Modifier and Type Method Description Iterator<? extends ItemInfo>
RepositoryService. getItemInfos(SessionInfo sessionInfo, ItemId itemId)
Method used to 'batch-read' from the persistent storage.Methods in org.apache.jackrabbit.spi with parameters of type ItemInfo Modifier and Type Method Description void
ItemInfoCache. put(ItemInfo info, long generation)
-
Uses of ItemInfo in org.apache.jackrabbit.spi.commons
Classes in org.apache.jackrabbit.spi.commons that implement ItemInfo Modifier and Type Class Description class
ItemInfoImpl
ItemInfoImpl
is a base class forItemInfo
implementations.class
NodeInfoImpl
NodeInfoImpl
implements a serializableNodeInfo
based on another node info.class
PropertyInfoImpl
PropertyInfoImpl
implements a serializablePropertyInfo
based on another property info.Methods in org.apache.jackrabbit.spi.commons with parameters of type ItemInfo Modifier and Type Method Description void
ItemInfoCacheImpl. put(ItemInfo info, long generation)
This implementation cached the item by its id and if the id is uuid based but has no path, also by its path. -
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 Modifier and Type Method Description Iterator<? extends ItemInfo>
RepositoryServiceLogger. getItemInfos(SessionInfo sessionInfo, ItemId itemId)
-
Uses of ItemInfo in org.apache.jackrabbit.spi2dav
Classes in org.apache.jackrabbit.spi2dav that implement ItemInfo Modifier and Type Class Description class
NodeInfoImpl
NodeInfoImpl
...class
PropertyInfoImpl
PropertyInfoImpl
...Methods in org.apache.jackrabbit.spi2dav that return types with arguments of type ItemInfo Modifier and Type Method Description Iterator<? extends ItemInfo>
RepositoryServiceImpl. getItemInfos(SessionInfo sessionInfo, ItemId itemId)
-
Uses of ItemInfo in org.apache.jackrabbit.spi2davex
Classes in org.apache.jackrabbit.spi2davex that implement ItemInfo Modifier and Type Class Description class
ItemInfoImpl
ItemInfoImpl
is a base class forItemInfo
implementations.class
NodeInfoImpl
NodeInfoImpl
...class
PropertyInfoImpl
PropertyInfoImpl
...Methods in org.apache.jackrabbit.spi2davex that return types with arguments of type ItemInfo Modifier and Type Method Description Iterator<? extends ItemInfo>
RepositoryServiceImpl. getItemInfos(SessionInfo sessionInfo, ItemId itemId)
-
Uses of ItemInfo in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return types with arguments of type ItemInfo Modifier and Type Method Description Iterator<? extends ItemInfo>
RepositoryServiceImpl. getItemInfos(SessionInfo sessionInfo, ItemId itemId)
Method used to 'batch-read' from the persistent storage.
-