public interface ResourceCollection
ResourceCollection represents a collection of jcr resources (nodes)
which can be added/removed.
The collection is also able to listen to (jcr) modifications undertaken by
a certain user. this modifications respectively the modified resource is added
to the list as well.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NN_FILTER
Name of the node containing filter definitions' items
|
static java.lang.String |
PN_FILTER_ROOT
Property name of a filter's item root path
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath()
Returns collection path
|
java.util.List<Node> |
list(java.lang.String[] allowedNodesTypes)
All collection members are retourned
|
void |
remove(Node node)
Remove member
|
static final java.lang.String NN_FILTER
static final java.lang.String PN_FILTER_ROOT
java.util.List<Node> list(java.lang.String[] allowedNodesTypes)
throws RepositoryException
allowedNodesTypes - list of node types to be consideredjavax.jcr.RepositoryException - in case an error occurs while
fetching the list.RepositoryExceptionvoid remove(Node node)
node - node to removejava.lang.String getPath()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"