Uses of Class
org.apache.jackrabbit.oak.jcr.delegate.ItemDelegate
-
Packages that use ItemDelegate Package Description org.apache.jackrabbit.oak.jcr.delegate This package contains the delegates for the various JCR API entities.org.apache.jackrabbit.oak.jcr.session org.apache.jackrabbit.oak.jcr.session.operation -
-
Uses of ItemDelegate in org.apache.jackrabbit.oak.jcr.delegate
Subclasses of ItemDelegate in org.apache.jackrabbit.oak.jcr.delegate Modifier and Type Class Description classNodeDelegateNodeDelegateserve as internal representations ofNodes.classPropertyDelegatePropertyDelegateserve as internal representations ofPropertys.classVersionDelegateVersionDelegate...classVersionHistoryDelegateVersionHistoryDelegate...Methods in org.apache.jackrabbit.oak.jcr.delegate that return ItemDelegate Modifier and Type Method Description @Nullable ItemDelegateSessionDelegate. getItem(String path)Returns the node or property delegate at the given path. -
Uses of ItemDelegate in org.apache.jackrabbit.oak.jcr.session
Fields in org.apache.jackrabbit.oak.jcr.session declared as ItemDelegate Modifier and Type Field Description protected TItemImpl. dlgprotected TItemImpl. dlgprotected TItemImpl. dlgprotected TItemImpl. dlg -
Uses of ItemDelegate in org.apache.jackrabbit.oak.jcr.session.operation
Fields in org.apache.jackrabbit.oak.jcr.session.operation declared as ItemDelegate Modifier and Type Field Description protected ItemDelegateItemOperation. itemConstructors in org.apache.jackrabbit.oak.jcr.session.operation with parameters of type ItemDelegate Constructor Description ItemOperation(ItemDelegate item, String name)
-