Class ItemOperation<U>
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.session.operation.SessionOperation<U>
-
- org.apache.jackrabbit.oak.jcr.session.operation.ItemOperation<U>
-
- Direct Known Subclasses:
NodeOperation
,PropertyOperation
public abstract class ItemOperation<U> extends SessionOperation<U>
-
-
Field Summary
Fields Modifier and Type Field Description protected ItemDelegate
item
-
Constructor Summary
Constructors Modifier Constructor Description protected
ItemOperation(ItemDelegate item, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkPreconditions()
-
Methods inherited from class org.apache.jackrabbit.oak.jcr.session.operation.SessionOperation
isLogout, isRefresh, isSave, isUpdate, perform, performNullable, performVoid, toString
-
-
-
-
Field Detail
-
item
protected final ItemDelegate item
-
-
Constructor Detail
-
ItemOperation
protected ItemOperation(ItemDelegate item, String name)
-
-
Method Detail
-
checkPreconditions
public void checkPreconditions() throws RepositoryException
- Overrides:
checkPreconditions
in classSessionOperation<U>
- Throws:
RepositoryException
-
-