| Package | Description |
|---|---|
| psdi.mbo.iterator |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<MboRelationPath> |
MboRelationPath.parseRelationshipPath(java.lang.String relationshipChain)
Convert a String chain of relationships into a list of MRP's
|
| Modifier and Type | Method and Description |
|---|---|
static MboSetIterator |
RelatedMboFetcher.getMboSetIterator(MboRemote mbo,
MboRelationPath mrp) |
| Modifier and Type | Method and Description |
|---|---|
static MboSetIterator |
RelatedMboFetcher.getMboSetIterator(MboRemote mbo,
java.util.List<MboRelationPath> mrp) |
| Constructor and Description |
|---|
RelatedMboIterator(MboRemote mbo,
java.util.List<MboRelationPath> mrpList)
Constructor
|