Class FilterContentPackage.FilteringIterator
java.lang.Object
org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
FilterContentPackage
-
Constructor Summary
ConstructorsConstructorDescriptionFilteringIterator(Session session, List<org.apache.jackrabbit.commons.packaging.FilterContentPackage.Content> contentList, boolean includeProperties) Creates a new tree walker that uses the given filter as include and traversal filter. -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
FilteringIterator
public FilteringIterator(Session session, List<org.apache.jackrabbit.commons.packaging.FilterContentPackage.Content> contentList, boolean includeProperties) Creates a new tree walker that uses the given filter as include and traversal filter.- Parameters:
session- The session.contentList- The list of content objects.includeProperties- Should properties be included.
-
-
Method Details