public class RelatedMboIterator extends java.lang.Object implements MboSetIterator
Constructor and Description |
---|
RelatedMboIterator(MboRemote mbo,
java.util.List<MboRelationPath> mrpList)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the iterator, which will reset any open MboSets.
|
boolean |
hasNext()
Does the iterator have a next record?
|
MboRemote |
next()
Returns the next Mbo.
|
public RelatedMboIterator(MboRemote mbo, java.util.List<MboRelationPath> mrpList) throws java.rmi.RemoteException, MXException
mbo
- Where the relationship starts from.relationship
- Relationship is assumed to contain chaining, "WPLABOR.Labor".java.rmi.RemoteException
MXException
public boolean hasNext() throws java.rmi.RemoteException, MXException
MboSetIterator
hasNext
in interface MboSetIterator
java.rmi.RemoteException
MXException
public MboRemote next() throws java.rmi.RemoteException, MXException
MboSetIterator
next
in interface MboSetIterator
java.rmi.RemoteException
MXException
public void close() throws java.rmi.RemoteException, MXException
close
in interface MboSetIterator
java.rmi.RemoteException
MXException