com.sapportals.wcm.service.indexmanagement.retrieval.search

Interface ISearchResultListIterator


public interface ISearchResultListIterator

Iterator for the search result list.


Method Summary
 void add(ISearchResult searchResult)
          adds the search result to the underlying search result list
 boolean hasNext()
           
 boolean hasPrevious()
           
 ISearchResult next()
           
 int nextIndex()
           
 ISearchResult previous()
           
 int previousIndex()
           
 void remove()
           
 void set(ISearchResult searchResult)
          sets the iterator to the position where the search result is located
 

Method Detail

hasNext

boolean hasNext()
See Also:
ListIterator

next

ISearchResult next()
Returns:
the next search result in the search result list

hasPrevious

boolean hasPrevious()
See Also:
ListIterator

previous

ISearchResult previous()
See Also:
ListIterator

nextIndex

int nextIndex()
See Also:
ListIterator

previousIndex

int previousIndex()
See Also:
ListIterator

remove

void remove()
See Also:
ListIterator

set

void set(ISearchResult searchResult)
sets the iterator to the position where the search result is located

Parameters:
search - result

add

void add(ISearchResult searchResult)
adds the search result to the underlying search result list

Parameters:
search - result
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2012 SAP AG Complete Copyright Notice