Uses of Interface
javax.jcr.PropertyIterator

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

Uses of PropertyIterator in com.jeceira.item.proxy
 

Methods in com.jeceira.item.proxy that return PropertyIterator
 PropertyIterator NodeProxy.getProperties()
           
 PropertyIterator NodeProxy.getProperties(java.lang.String namePattern)
           
 PropertyIterator NodeProxy.getReferences()
           
 

Uses of PropertyIterator in com.jeceira.iterator
 

Classes in com.jeceira.iterator that implement PropertyIterator
 class PropertyIteratorImpl
           
 

Fields in com.jeceira.iterator declared as PropertyIterator
static PropertyIterator PropertyIteratorImpl.EMPTY_ITERATOR
          Empty property iterator.
 

Uses of PropertyIterator in javax.jcr
 

Methods in javax.jcr that return PropertyIterator
 PropertyIterator Node.getProperties()
          Returns all properties of this node.
 PropertyIterator Node.getProperties(java.lang.String namePattern)
          Gets all properties of this node that match namePattern.
 PropertyIterator Node.getReferences()
          Returns all REFERENCE properties that refer to this node.
 



Copyright © 2005 Aparzev Software Ltd. All Rights Reserved.