|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.adapter.ACF2ResourceAdapter.ACF2AccountIterator
Field Summary |
Fields inherited from interface com.waveset.adapter.AccountIterator |
code_id |
Constructor Summary | |
ACF2ResourceAdapter.ACF2AccountIterator(java.lang.Object filter,
java.util.List userList,
java.util.List additionalAttributes)
Creates and initializes AccountIterator. |
Method Summary | |
void |
close()
|
boolean |
hasNext()
|
WSUser |
next()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ACF2ResourceAdapter.ACF2AccountIterator(java.lang.Object filter, java.util.List userList, java.util.List additionalAttributes)
filter
- instance of Filter used to evaluate accounts for inclusion.userList
- List of userIDs to filter and iterate through.additionalAttributes
- List of AccountAttributeType for additional attributes to store in WSUser.Method Detail |
public boolean hasNext() throws WavesetException
hasNext
in interface AccountIterator
WavesetException
public WSUser next() throws java.util.NoSuchElementException, WavesetException
next
in interface AccountIterator
com.waveset.adapter.exception.ContinuableIteratorException
- if an error occurs getting
a particular account but the error was not fatal, and the iterator
can be used to iterate through the remaining accounts.
java.util.NoSuchElementException
WavesetException
public void close()
close
in interface AccountIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |