Uses of Interface
javax.jcr.Item

Packages that use Item
com.jeceira.item.proxy   
com.jeceira.iterator   
com.jeceira.session   
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology (JCR). 
javax.jcr.version Provides interfaces and classes for JCR versioning functionality. 
 

Uses of Item in com.jeceira.item.proxy
 

Classes in com.jeceira.item.proxy that implement Item
 class ItemProxy
          Proxy for a session item.
 class NodeProxy
          Proxy for a session node.
 class PropertyProxy
          Proxy for a session property.
 

Methods in com.jeceira.item.proxy that return Item
 Item NodeProxy.getPrimaryItem()
           
 Item ItemProxy.getAncestor(int depth)
           
 

Methods in com.jeceira.item.proxy with parameters of type Item
 boolean ItemProxy.isSame(Item otherItem)
           
 

Uses of Item in com.jeceira.iterator
 

Methods in com.jeceira.iterator with parameters of type Item
 boolean NameFilter.passes(Item item)
          Returns true if the specified item name matches a name pattern and false otherwise.
 

Constructors in com.jeceira.iterator with parameters of type Item
ItemIterator(Item[] items)
          Creates an iterator for the specified items.
ItemIterator(Item[] items, NameFilter filter)
          Creates an iterator for those items from the specified array whose name matches the specified name filter.
 

Uses of Item in com.jeceira.session
 

Methods in com.jeceira.session that return Item
 Item SessionImpl.getItem(java.lang.String absPath)
           
 

Uses of Item in javax.jcr
 

Subinterfaces of Item in javax.jcr
 interface Node
          The Node interface represents a node in the hierarchy that makes up the repository.
 interface Property
          A Property object represents the smallest granularity of content storage.
 

Methods in javax.jcr that return Item
 Item Item.getAncestor(int depth)
          Returns the ancestor of the specified depth.
 Item Session.getItem(java.lang.String absPath)
          Returns the item at the specified absolute path in the workspace.
 Item Node.getPrimaryItem()
          Returns the primary child item of this node.
 

Methods in javax.jcr with parameters of type Item
 boolean Item.isSame(Item otherItem)
          Returns true if this Item object (the Java object instance) represents the same actual repository item as the object otherItem.
 

Uses of Item in javax.jcr.version
 

Subinterfaces of Item in javax.jcr.version
 interface Version
          A Version object wraps an nt:version node.
 interface VersionHistory
          A VersionHistory object wraps an nt:versionHistory node.
 



Copyright © 2005 Aparzev Software Ltd. All Rights Reserved.