public class WrappingPropertyIterator extends DelegatingPropertyIterator
Type | Property and Description |
---|---|
javax.jcr.Property |
next |
Constructor and Description |
---|
WrappingPropertyIterator(javax.jcr.PropertyIterator iterator,
ContentDecorator decorator) |
WrappingPropertyIterator(javax.jcr.PropertyIterator iterator,
PropertyWrapperFactory wrapperFactory)
Deprecated.
since 4.5.9 use
WrappingPropertyIterator(PropertyIterator, ContentDecorator) instead |
Modifier and Type | Method and Description |
---|---|
Object |
next() |
javax.jcr.Property |
nextProperty() |
protected javax.jcr.Property |
wrapProperty(javax.jcr.Property property) |
getPosition, getSize, hasNext, remove, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public javax.jcr.Property nextProperty
nextProperty
in interface javax.jcr.PropertyIterator
nextProperty
in class DelegatingPropertyIterator
public WrappingPropertyIterator(javax.jcr.PropertyIterator iterator, ContentDecorator decorator)
@Deprecated public WrappingPropertyIterator(javax.jcr.PropertyIterator iterator, PropertyWrapperFactory wrapperFactory)
WrappingPropertyIterator(PropertyIterator, ContentDecorator)
insteadpublic Object next()
next
in interface Iterator
next
in class DelegatingPropertyIterator
public javax.jcr.Property nextProperty()
nextProperty
in interface javax.jcr.PropertyIterator
nextProperty
in class DelegatingPropertyIterator
protected javax.jcr.Property wrapProperty(javax.jcr.Property property)
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.