Class NodeOperation<U>
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.session.operation.SessionOperation<U>
-
- org.apache.jackrabbit.oak.jcr.session.operation.ItemOperation<U>
-
- org.apache.jackrabbit.oak.jcr.session.operation.NodeOperation<U>
-
public abstract class NodeOperation<U> extends ItemOperation<U>
-
-
Field Summary
Fields Modifier and Type Field Description protected NodeDelegate
node
-
Fields inherited from class org.apache.jackrabbit.oak.jcr.session.operation.ItemOperation
item
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NodeOperation(NodeDelegate node, String name)
-
Method Summary
-
Methods inherited from class org.apache.jackrabbit.oak.jcr.session.operation.ItemOperation
checkPreconditions
-
Methods inherited from class org.apache.jackrabbit.oak.jcr.session.operation.SessionOperation
isLogout, isRefresh, isSave, isUpdate, perform, performNullable, performVoid, toString
-
-
-
-
Field Detail
-
node
protected final NodeDelegate node
-
-
Constructor Detail
-
NodeOperation
protected NodeOperation(NodeDelegate node, String name)
-
-