Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
psdi.mbo.iterator.MboSetIterator

  • Packages that use MboSetIterator 
    Package Description
    psdi.mbo.iterator  
    • Uses of MboSetIterator in psdi.mbo.iterator

      Classes in psdi.mbo.iterator that implement MboSetIterator 
      Modifier and Type Class and Description
      class  ConditionFilterMboIterator
      This iterator only returns Mbos that satisfy the condition given.
      class  NoDeletedMboSetIterator
      This iterator ignores deleted Mbos returned by the given iterator.
      class  RelatedMboIterator
      This class is used to return the leaf Mbos related to a Mbo.
      class  SimpleMboSetIterator
      Mbo Iterator for MboSets.
      class  SpecificMboIterator
      This "iterator" actually only visits a single Mbo in the set, specified by it's position.
      Methods in psdi.mbo.iterator that return MboSetIterator 
      Modifier and Type Method and Description
      static MboSetIterator RelatedMboFetcher.getMboSetIterator(MboRemote mbo, java.util.List mrp) 
      static MboSetIterator RelatedMboFetcher.getMboSetIterator(MboRemote mbo, MboRelationPath mrp) 
      static MboSetIterator RelatedMboFetcher.getMboSetIterator(MboRemote mbo, java.lang.String relationship) 
      Constructors in psdi.mbo.iterator with parameters of type MboSetIterator 
      Constructor and Description
      NoDeletedMboSetIterator(MboSetIterator iter)
      Constructor.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes