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

Interface IQueryEntryListIterator


public interface IQueryEntryListIterator

An iterator for the query entry list.


Method Summary
 void add(IQueryEntry queryEntry)
          adds the query entry to the underlying query entry list
 boolean hasNext()
           
 boolean hasPrevious()
           
 IQueryEntry next()
           
 int nextIndex()
           
 IQueryEntry previous()
           
 int previousIndex()
           
 void remove()
           
 void set(IQueryEntry queryEntry)
          sets the iterator to the position where the query entry is located
 

Method Detail

hasNext

boolean hasNext()
See Also:
ListIterator

next

IQueryEntry next()
Returns:
the next query entry in the query entry list

hasPrevious

boolean hasPrevious()
See Also:
ListIterator

previous

IQueryEntry 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(IQueryEntry queryEntry)
sets the iterator to the position where the query entry is located

Parameters:
queryEntry -

add

void add(IQueryEntry queryEntry)
adds the query entry to the underlying query entry list

Parameters:
query - entry
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 2011 SAP AG Complete Copyright Notice