|
SAP NetWeaver Enterprise Search Client Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.sca.escj.searchclient.source.SearchSourceHierarchyIterator
public class SearchSourceHierarchyIterator
| Constructor Summary | |
|---|---|
protected |
SearchSourceHierarchyIterator(ArrayList<ListEntry> searchSourceChildren,
String ssoCookie,
String sessionCookie,
String language,
AbstractLogger logger)
Constructs iterator over search sources |
| Method Summary | |
|---|---|
int |
getSize()
Returns the size of search source hierarchies list |
boolean |
hasNext()
Returns true if the iteration has more search source hierarchies |
Iterator<SearchSourceHierarchy> |
iterator()
Iterator over search source hierarchies |
SearchSourceHierarchy |
next()
Returns the next search source hierarchy in the iteration |
void |
remove()
Removes from the search source hierarchy collection the last element returned by the iterator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SearchSourceHierarchyIterator(ArrayList<ListEntry> searchSourceChildren,
String ssoCookie,
String sessionCookie,
String language,
AbstractLogger logger)
searchSourceChildren - list of search source childrenssoCookie - SSO cookiesessionCookie - session cookielanguage - languagelogger - logger| Method Detail |
|---|
public boolean hasNext()
public SearchSourceHierarchy next()
public void remove()
throws DescriptionException
DescriptionException
UnsupportedOperationException - this method is not supported by iterator over search source hierarchiespublic int getSize()
public Iterator<SearchSourceHierarchy> iterator()
iterator in interface Iterable<SearchSourceHierarchy>
|
SAP NetWeaver Enterprise Search Client Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||