IBM Information Integrator for Content V8.2 APIs

com.ibm.mm.beans.infomining
Interface CMBContentProvider

All Known Implementing Classes:
CMBDefaultContentProvider

public interface CMBContentProvider

Defines the classes interface, which determines how the text will be retrieved for text analysis.

See Also:
CMBInfoMiningAdapter.setContentProvider(CMBContentProvider)

Method Summary
 CMBTextDocument getContent(com.ibm.mm.beans.CMBConnection connection, com.ibm.mm.beans.CMBItem item)
          Returns the text of the specified item to be used for text analysis.
 

Method Detail

getContent

public CMBTextDocument getContent(com.ibm.mm.beans.CMBConnection connection,
                                  com.ibm.mm.beans.CMBItem item)
                           throws CMBContentProviderException
Returns the text of the specified item to be used for text analysis.
Parameters:
connection - an open connection to the server
item - the current item to be processed
Returns:
the text of the specified item
Throws:
CMBContentProviderException - if an error occured while processing the current item


IBM Information Integrator for Content V8.2 APIs

© Copyright International Business Machines Corporation 1996, 2003 IBM Corp. All rights reserved.