com.ibm.lotus.search.providers.content.seedlist.retriever
Interface RetrieverSeedlist

All Superinterfaces:
Entry, Seedlist

public interface RetrieverSeedlist
extends Seedlist

Represents a Seedlist whose enrties (documents or sub-seedlists) relate to another Retriever type. That is why while crawling its Retriever id should be changed.

Since:
Portal 6.0.1
Note:
This interface is designed to be implemented by clients.

Method Summary
 java.lang.String getRetrieverId()
          Returns new retriever type id to continue crawling for documents or sub-seedlists
 
Methods inherited from interface com.ibm.lotus.search.providers.content.seedlist.common.Seedlist
canRetrieveDocuments, isRepeatable
 
Methods inherited from interface com.ibm.lotus.search.providers.content.seedlist.common.Entry
getId, getMetadata, getSecurityId
 

Method Detail

getRetrieverId

java.lang.String getRetrieverId()
                                throws SeedlistException
Returns new retriever type id to continue crawling for documents or sub-seedlists

Returns:
new retriever type id
Throws:
SeedlistException - if retriever type is invalid