public class FilterContentPackage extends Object implements ContentPackage
Modifier and Type | Class and Description |
---|---|
protected static class |
FilterContentPackage.Content |
static class |
FilterContentPackage.FilteringIterator |
Modifier and Type | Field and Description |
---|---|
protected List<FilterContentPackage.Content> |
content |
protected boolean |
includeProperties |
Constructor and Description |
---|
FilterContentPackage() |
Modifier and Type | Method and Description |
---|---|
void |
addContent(String[] paths,
Predicate filterList) |
void |
addContent(String path,
Predicate filterList) |
Iterator<Item> |
getItems(Session session) |
boolean |
isIncludeProperties() |
void |
setIncludeProperties(boolean includeProperties) |
protected final List<FilterContentPackage.Content> content
protected boolean includeProperties
public Iterator<Item> getItems(Session session) throws RepositoryException
getItems
in interface ContentPackage
RepositoryException
ContentPackage.getItems(javax.jcr.Session)
public boolean isIncludeProperties()
public void setIncludeProperties(boolean includeProperties)
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.