| Interface | Description |
|---|---|
| MboSetIterator |
Like the Iterator interface, but for returning Mbos from a MboSet.
|
| Class | Description |
|---|---|
| ConditionFilterMboIterator |
This iterator only returns Mbos that satisfy the condition given.
|
| MboRelationPath |
Stores the relationship name and any attached conditions.
|
| NoDeletedMboSetIterator |
This iterator ignores deleted Mbos returned by the given
iterator.
|
| RelatedMboFetcher |
This factory class provides an iterator that visits every Mbo in the related set(s) specified.
|
| RelatedMboIterator |
This class is used to return the leaf Mbos related to a Mbo.
|
| SimpleMboSetIterator |
Mbo Iterator for MboSets.
|
| SpecificMboIterator |
This "iterator" actually only visits a single Mbo in the set, specified by it's position.
|