info.magnolia.jcr.nodebuilder
Interface NodeOperation
- All Known Implementing Classes:
- AbstractNodeOperation
public interface NodeOperation
A NodeOperation instance describes an "atomic" operation to apply to a node ("context").
Instances of this are executed via NodeBuilder
, can be nested (via then(NodeOperation...)
).
- Version:
- $Id$
then
NodeOperation then(NodeOperation... childrenOps)
exec
void exec(javax.jcr.Node context,
ErrorHandler errorHandler)
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.