com.ibm.lotus.search.providers.content.seedlist.common
Interface Entry

All Known Subinterfaces:
Document, RetrieverSeedlist, Seedlist

public interface Entry

This interface represents base for retrieved documents or seedlists. The Entry (Document or Seedlist) is represented by universal unique ID (UUID) and provides access to provides access to metadata that describes retrieved document or seedlist. In addition, security id that represents the Entry should be provided.

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

Method Summary
 java.lang.String getId()
          Obtain universal unique Id (UUID) for the Entry
 Metadata getMetadata()
          Returns the properties that describes retrieved document or seedlist
 java.lang.String getSecurityId()
          Returns security identifier for the entry.
 

Method Detail

getId

java.lang.String getId()
Obtain universal unique Id (UUID) for the Entry

Returns:
universal unique Id (UUID) for the Entry

getMetadata

Metadata getMetadata()
Returns the properties that describes retrieved document or seedlist

Returns:
the properties that describes retrieved document or seedlist

getSecurityId

java.lang.String getSecurityId()
Returns security identifier for the entry. Security id format is implementation dependent.

Returns:
the security identifier for the entry