info.magnolia.nodebuilder
Interface NodeOperation

All Known Implementing Classes:
AbstractNodeOperation, RecursiveOp

Deprecated. since 5.2.4 - use NodeOperation instead.

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

See Also:
Ops, RecursiveOp

Method Summary
 void exec(Content context, ErrorHandler errorHandler)
          Deprecated.  
 NodeOperation then(NodeOperation... childrenOps)
          Deprecated.  
 

Method Detail

then

NodeOperation then(NodeOperation... childrenOps)
Deprecated. 

exec

void exec(Content context,
          ErrorHandler errorHandler)
Deprecated. 


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