Package | Description |
---|---|
psdi.mbo.iterator |
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.
|
Modifier and Type | Method and Description |
---|---|
static MboSetIterator |
RelatedMboFetcher.getMboSetIterator(MboRemote mbo,
java.util.List<MboRelationPath> mrp) |
static MboSetIterator |
RelatedMboFetcher.getMboSetIterator(MboRemote mbo,
MboRelationPath mrp) |
static MboSetIterator |
RelatedMboFetcher.getMboSetIterator(MboRemote mbo,
java.lang.String relationship) |
Constructor and Description |
---|
NoDeletedMboSetIterator(MboSetIterator iter)
Constructor.
|