Class PropertyOperation<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.PropertyOperation<U>
-
public abstract class PropertyOperation<U> extends ItemOperation<U>
-
-
Field Summary
Fields Modifier and Type Field Description protected PropertyDelegate
property
-
Fields inherited from class org.apache.jackrabbit.oak.jcr.session.operation.ItemOperation
item
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PropertyOperation(PropertyDelegate property, 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
-
property
protected final PropertyDelegate property
-
-
Constructor Detail
-
PropertyOperation
protected PropertyOperation(PropertyDelegate property, String name)
-
-