public class RecursiveOp extends AbstractNodeOperation
Constructor and Description |
---|
RecursiveOp(Content.ContentFilter filter,
NodeOperation[] childrenOps)
Deprecated.
Visits the hierarchy recursively and executes the operations on all nodes matching the filter.
|
Modifier and Type | Method and Description |
---|---|
protected Content |
doExec(Content context,
ErrorHandler errorHandler)
Deprecated.
|
static NodeOperation |
recursive(Content.ContentFilter filter,
NodeOperation... childrenOps)
Deprecated.
|
static NodeOperation |
recursive(ItemType type,
NodeOperation... childrenOps)
Deprecated.
Visits the hierarchy recursively and executes the operations on all nodes matching a certain type.
|
static NodeOperation |
recursive(NodeOperation... childrenOps)
Deprecated.
Visits the hierarchy recursively and executes the operations on all nodes excluding meta data and jcr base nodes.
|
static NodeOperation |
recursive(String type,
NodeOperation... childrenOps)
Deprecated.
Visits the hierarchy recursively and executes the operations on all nodes matching a certain type.
|
exec, then
public RecursiveOp(Content.ContentFilter filter, NodeOperation[] childrenOps)
public static NodeOperation recursive(NodeOperation... childrenOps)
public static NodeOperation recursive(String type, NodeOperation... childrenOps)
public static NodeOperation recursive(ItemType type, NodeOperation... childrenOps)
public static NodeOperation recursive(Content.ContentFilter filter, NodeOperation... childrenOps)
protected Content doExec(Content context, ErrorHandler errorHandler) throws javax.jcr.RepositoryException
doExec
in class AbstractNodeOperation
javax.jcr.RepositoryException
Copyright © 2003–2015 Magnolia International Ltd.. All rights reserved.