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...)).


Method Summary
 void exec(javax.jcr.Node context, ErrorHandler errorHandler)
           
 NodeOperation then(NodeOperation... childrenOps)
           
 

Method Detail

then

NodeOperation then(NodeOperation... childrenOps)

exec

void exec(javax.jcr.Node context,
          ErrorHandler errorHandler)


Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.