javax.jcr.PropertyIterator
261262263264265266267
public PropertyIterator getProperties() throws RepositoryException { List l = new ArrayList(2); l.add(getProperty(Constants.JCR_DATA)); l.add(getProperty(Constants.JCR_MIMETYPE)); return new PropertyIteratorImpl(l.iterator(), l.size()); }