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 class
NodeDelegate
NodeDelegate
serve as internal representations ofNode
s.class
PropertyDelegate
PropertyDelegate
serve as internal representations ofProperty
s.class
VersionDelegate
VersionDelegate
...class
VersionHistoryDelegate
VersionHistoryDelegate
...Methods in org.apache.jackrabbit.oak.jcr.delegate that return ItemDelegate Modifier and Type Method Description @Nullable ItemDelegate
SessionDelegate. 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 T
ItemImpl. dlg
protected T
ItemImpl. dlg
protected T
ItemImpl. dlg
protected T
ItemImpl. 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 ItemDelegate
ItemOperation. item
Constructors in org.apache.jackrabbit.oak.jcr.session.operation with parameters of type ItemDelegate Constructor Description ItemOperation(ItemDelegate item, String name)
-