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<javax.jcr.Item> |
getItems(javax.jcr.Session session) |
boolean |
isIncludeProperties() |
void |
setIncludeProperties(boolean includeProperties) |
protected final List<FilterContentPackage.Content> content
protected boolean includeProperties
public Iterator<javax.jcr.Item> getItems(javax.jcr.Session session) throws javax.jcr.RepositoryException
getItems in interface ContentPackagejavax.jcr.RepositoryExceptionContentPackage.getItems(javax.jcr.Session)public boolean isIncludeProperties()
public void setIncludeProperties(boolean includeProperties)
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.