public abstract class AbstractNodeOperation extends Object implements NodeOperation
then(NodeOperation...)
.Constructor and Description |
---|
AbstractNodeOperation() |
Modifier and Type | Method and Description |
---|---|
protected abstract javax.jcr.Node |
doExec(javax.jcr.Node context,
ErrorHandler errorHandler) |
void |
exec(javax.jcr.Node context,
ErrorHandler errorHandler) |
NodeOperation |
then(NodeOperation... childrenOps) |
public void exec(javax.jcr.Node context, ErrorHandler errorHandler)
exec
in interface NodeOperation
protected abstract javax.jcr.Node doExec(javax.jcr.Node context, ErrorHandler errorHandler) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public NodeOperation then(NodeOperation... childrenOps)
then
in interface NodeOperation
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.