|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.nodebuilder.AbstractNodeOperation
public abstract class AbstractNodeOperation
Abstract implementation of NodeOperation. Mainly implementing then(NodeOperation...)
.
Constructor Summary | |
---|---|
AbstractNodeOperation()
|
Method Summary | |
---|---|
protected abstract Content |
doExec(Content context,
ErrorHandler errorHandler)
|
void |
exec(Content context,
ErrorHandler errorHandler)
|
NodeOperation |
then(NodeOperation... childrenOps)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractNodeOperation()
Method Detail |
---|
public void exec(Content context, ErrorHandler errorHandler)
exec
in interface NodeOperation
protected abstract Content doExec(Content context, ErrorHandler errorHandler) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public NodeOperation then(NodeOperation... childrenOps)
then
in interface NodeOperation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |