Uses of Class
org.apache.jackrabbit.oak.jcr.delegate.ItemDelegate

Packages that use ItemDelegate
org.apache.jackrabbit.oak.jcr.delegate This package contains the delegates for the various JCR API entities. 
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
 class NodeDelegate
          NodeDelegate serve as internal representations of Nodes.
 class PropertyDelegate
          PropertyDelegate serve as internal representations of Propertys.
 class VersionDelegate
          VersionDelegate...
 class VersionHistoryDelegate
          VersionHistoryDelegate...
 

Methods in org.apache.jackrabbit.oak.jcr.delegate that return ItemDelegate
 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.operation
 

Fields in org.apache.jackrabbit.oak.jcr.session.operation declared as ItemDelegate
protected  ItemDelegate ItemOperation.item
           
 

Constructors in org.apache.jackrabbit.oak.jcr.session.operation with parameters of type ItemDelegate
ItemOperation(ItemDelegate item, String name)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.