org.apache.jackrabbit.commons.packaging
Class FilterContentPackage
java.lang.Object
org.apache.jackrabbit.commons.packaging.FilterContentPackage
- All Implemented Interfaces:
- ContentPackage
public class FilterContentPackage
- extends java.lang.Object
- implements ContentPackage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
protected final java.util.List content
includeProperties
protected boolean includeProperties
FilterContentPackage
public FilterContentPackage()
addContent
public void addContent(java.lang.String path,
Predicate filterList)
addContent
public void addContent(java.lang.String[] paths,
Predicate filterList)
getItems
public java.util.Iterator getItems(Session session)
throws RepositoryException
- Specified by:
getItems in interface ContentPackage
- Throws:
RepositoryException- See Also:
ContentPackage.getItems(javax.jcr.Session)
isIncludeProperties
public boolean isIncludeProperties()
setIncludeProperties
public void setIncludeProperties(boolean includeProperties)
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.