Uses of Class
org.apache.jackrabbit.commons.flat.ItemSequence

Packages that use ItemSequence
org.apache.jackrabbit.commons.flat   
 

Uses of ItemSequence in org.apache.jackrabbit.commons.flat
 

Subclasses of ItemSequence in org.apache.jackrabbit.commons.flat
protected static class ItemSequence.NodeSequenceImpl
           
protected static class ItemSequence.PropertySequenceImpl
           
 

Methods in org.apache.jackrabbit.commons.flat with parameters of type ItemSequence
 void TreeManager.join(ItemSequence itemSequence, Node node, Node cause)
          After the node cause has been deleted from the sequence itemSequence, the implementation of this method may decide to join the parent node of cause with some other nodes.
 void BTreeManager.join(ItemSequence itemSequence, Node node, Node cause)
          This implementation does not actually join any nodes.
 void TreeManager.join(ItemSequence itemSequence, Node node, Property cause)
          After the property cause has been deleted from the sequence itemSequence, the implementation of this method may decide to join the parent node of cause with some other nodes.
 void BTreeManager.join(ItemSequence itemSequence, Node node, Property cause)
          This implementation does not actually join any nodes.
 void TreeManager.split(ItemSequence itemSequence, Node node, Node cause)
          After the node cause has been inserted into the sequence itemSequence, the implementation of this method may decide to split the parent node of cause into two or more new nodes.
 void BTreeManager.split(ItemSequence itemSequence, Node node, Node cause)
          This implementations splits node when its number of child nodes exceeds the maximum number specified in the constructor.
 void TreeManager.split(ItemSequence itemSequence, Node node, Property cause)
          After the property cause has been inserted into the sequence itemSequence, the implementation of this method may decide to split the parent node of cause into two or more new nodes.
 void BTreeManager.split(ItemSequence itemSequence, Node node, Property cause)
          This implementations splits node when its number of properties exceeds the maximum number specified in the constructor.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.