IBM Information Integrator for Content V8.2 APIs
A C D E F G I K L O P R S T V

A

addCMBDeleteRecordReplyListener(CMBDeleteRecordReplyListener) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Adds the specified delete record reply listener so that delete record reply events can be received from this information mining bean.
addCMBDeleteRecordRequestListener(CMBDeleteRecordRequestListener) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
Adds the specified delete record request listener so that delete record request events can be received from this Information Mining bean.
addCMBExceptionListener(CMBExceptionListener) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningBean
Adds the specified exception listener so that exception events can be received from this information mining bean.
addCMBLookupRecordReplyListener(CMBLookupRecordReplyListener) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Adds the specified lookup record reply listener so that lookup record reply events can be received from this information mining bean.
addCMBLookupRecordRequestListener(CMBLookupRecordRequestListener) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
Adds the specified lookup record request listener so that lookup record request events can be received from this Information Mining bean.
addCMBResultListener(CMBResultListener) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
Adds the specified result listener so that result events can be received from this Information Mining bean.
addCMBResultListener(CMBResultListener) - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Adds the specified result listener to receive events from this bean.
addCMBResultListener(CMBResultListener) - Method in class com.ibm.mm.beans.infomining.CMBAdvancedSearchService
Adds the specified result listener so that result events can be received from this information mining bean.
addCMBStoreRecordReplyListener(CMBStoreRecordReplyListener) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Adds the specified store record reply listener so that store record reply events can be received from this information mining bean.
addCMBStoreRecordRequestListener(CMBStoreRecordRequestListener) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
Adds the specified store record request listener so that store record request events can be received from this Information Mining bean.
addCMBStoreRecordRequestListener(CMBStoreRecordRequestListener) - Method in class com.ibm.mm.beans.infomining.CMBTextAnalysisBean
Adds the specified store record request listener to receive events from this text analysis bean.
addCMBTextAnalysisReplyListener(CMBTextAnalysisReplyListener) - Method in class com.ibm.mm.beans.infomining.CMBTextAnalysisBean
Adds the specified text analysis reply listener to receive events from this text analysis bean.
addCMBTextAnalysisRequestListener(CMBTextAnalysisRequestListener) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
Adds the specified text analysis request listener so that text analysis request events can be received from this Information Mining bean.
addCMBTextAnalysisRequestListener(CMBTextAnalysisRequestListener) - Method in class com.ibm.mm.beans.infomining.CMBTextAnalysisBean
Adds the specified text analysis request listener to receive events from this text analysis bean.
addCMBTraceListener(CMBTraceListener) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningBean
Adds the specified trace listener so that trace events can be received from this information mining bean.
analyze(Vector) - Method in class com.ibm.mm.beans.infomining.CMBClusteringService
Adds a document to the set of documents to be clustered.

C

categoryExists(String) - Method in class com.ibm.mm.beans.infomining.CMBTaxonomy
Checks if there is a category with the specified path.
categoryExists(String[]) - Method in class com.ibm.mm.beans.infomining.CMBTaxonomy
Checks if there is a category with the specified path, assuming the array starts with the name of the root category.
cluster() - Method in class com.ibm.mm.beans.infomining.CMBClusteringService
Clusters all documents sent to CMBClusteringService.analyze(Vector).
CMB_CLEARED - Static variable in class com.ibm.mm.beans.infomining.event.CMBInfoMiningEventBase
 
CMB_COMPLETE - Static variable in class com.ibm.mm.beans.infomining.event.CMBStatefullReplyEvent
 
CMB_ERRORED - Static variable in class com.ibm.mm.beans.infomining.event.CMBStatefullReplyEvent
 
CMB_UPDATED - Static variable in class com.ibm.mm.beans.infomining.event.CMBInfoMiningEventBase
 
CMBAdvancedSearchService - class com.ibm.mm.beans.infomining.CMBAdvancedSearchService.
The CMBAdvancedSearchService is a non-visual bean that performs a text search on records in the Information Mining catalog.
CMBAdvancedSearchService() - Constructor for class com.ibm.mm.beans.infomining.CMBAdvancedSearchService
Constructs a new CMBAdvancedSearchService.
CMBCatalogNotTrainedException - exception com.ibm.mm.beans.infomining.CMBCatalogNotTrainedException.
 
CMBCatalogNotTrainedException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBCatalogNotTrainedException
 
CMBCatalogService - class com.ibm.mm.beans.infomining.CMBCatalogService.
The CMBCatalogService is a non-visual bean that can be used to store, lookup and delete information mining results for an item and to retrieve structural information about the catalog.
CMBCatalogService() - Constructor for class com.ibm.mm.beans.infomining.CMBCatalogService
Constructs a new CMBCatalogService.
CMBCategorizationService - class com.ibm.mm.beans.infomining.CMBCategorizationService.
The CMBCategorizationService is a non-visual bean that can be used to determine document categories.
CMBCategorizationService() - Constructor for class com.ibm.mm.beans.infomining.CMBCategorizationService
Constructs a new CMBCategorizationService.
CMBCategory - class com.ibm.mm.beans.infomining.CMBCategory.
A category represents a node in a taxonomy.
CMBClusteringException - exception com.ibm.mm.beans.infomining.CMBClusteringException.
 
CMBClusteringException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBClusteringException
 
CMBClusteringService - class com.ibm.mm.beans.infomining.CMBClusteringService.
The CMBClusteringService is a non-visual bean that can be used to group documents to clusters according to the similarity of their content.
CMBClusteringService() - Constructor for class com.ibm.mm.beans.infomining.CMBClusteringService
Creates a new CMBClusteringService.
CMBClusterNode - class com.ibm.mm.beans.infomining.CMBClusterNode.
A cluster node represents one of the clusters returned by the CMBClusteringService.
CMBClusterResult - class com.ibm.mm.beans.infomining.CMBClusterResult.
A cluster result is created by the CMBClusteringService.
CMBConnectedMiningBean - class com.ibm.mm.beans.infomining.CMBConnectedMiningBean.
The CMBConnectedMiningBean class is the abstract superclass of the information mining beans that require a connection to the server.
CMBConnectedMiningBean() - Constructor for class com.ibm.mm.beans.infomining.CMBConnectedMiningBean
Creates a new CMBConnectedMiningBean.
CMBContentProvider - interface com.ibm.mm.beans.infomining.CMBContentProvider.
Defines the classes interface, which determines how the text will be retrieved for text analysis.
CMBContentProviderException - exception com.ibm.mm.beans.infomining.CMBContentProviderException.
 
CMBContentProviderException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBContentProviderException
Constructs a CMBContentProviderException with the specified detail message.
CMBContentProviderException(String, Throwable) - Constructor for class com.ibm.mm.beans.infomining.CMBContentProviderException
Constructs a CMBContentProviderException with the specified detail message and nested exception.
CMBContentProviderException(Throwable) - Constructor for class com.ibm.mm.beans.infomining.CMBContentProviderException
Constructs a CMBContentProviderException with the specified nested exception.
CMBContentProviderNotSetException - exception com.ibm.mm.beans.infomining.CMBContentProviderNotSetException.
 
CMBContentProviderNotSetException() - Constructor for class com.ibm.mm.beans.infomining.CMBContentProviderNotSetException
Constructs a CMBNoContentProviderException.
CMBDefaultCategoryNotSetException - exception com.ibm.mm.beans.infomining.CMBDefaultCategoryNotSetException.
 
CMBDefaultCategoryNotSetException() - Constructor for class com.ibm.mm.beans.infomining.CMBDefaultCategoryNotSetException
 
CMBDefaultCategoryNotSetException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBDefaultCategoryNotSetException
 
CMBDefaultContentProvider - class com.ibm.mm.beans.infomining.CMBDefaultContentProvider.
Default implementation of the CMBContentProvider interface.
CMBDefaultContentProvider() - Constructor for class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
Creates a new default content provider.
CMBDefaultContentProvider(int[]) - Constructor for class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
Creates a new default content provider.
CMBDeleteRecordReplyEvent - class com.ibm.mm.beans.infomining.event.CMBDeleteRecordReplyEvent.
 
CMBDeleteRecordReplyEvent(Object, int) - Constructor for class com.ibm.mm.beans.infomining.event.CMBDeleteRecordReplyEvent
 
CMBDeleteRecordReplyEvent(Object, int, Vector) - Constructor for class com.ibm.mm.beans.infomining.event.CMBDeleteRecordReplyEvent
 
CMBDeleteRecordReplyEvent(Object, int, Vector, int, Throwable) - Constructor for class com.ibm.mm.beans.infomining.event.CMBDeleteRecordReplyEvent
 
CMBDeleteRecordReplyListener - interface com.ibm.mm.beans.infomining.event.CMBDeleteRecordReplyListener.
 
CMBDeleteRecordRequestEvent - class com.ibm.mm.beans.infomining.event.CMBDeleteRecordRequestEvent.
 
CMBDeleteRecordRequestEvent(Object, int) - Constructor for class com.ibm.mm.beans.infomining.event.CMBDeleteRecordRequestEvent
 
CMBDeleteRecordRequestEvent(Object, int, Vector) - Constructor for class com.ibm.mm.beans.infomining.event.CMBDeleteRecordRequestEvent
 
CMBDeleteRecordRequestListener - interface com.ibm.mm.beans.infomining.event.CMBDeleteRecordRequestListener.
 
CMBDocumentAlreadyAnalyzedException - exception com.ibm.mm.beans.infomining.CMBDocumentAlreadyAnalyzedException.
 
CMBDocumentAlreadyAnalyzedException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBDocumentAlreadyAnalyzedException
 
CMBDocumentProcessingException - exception com.ibm.mm.beans.infomining.CMBDocumentProcessingException.
 
CMBDocumentProcessingException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBDocumentProcessingException
Constructs a CMBContentProviderException with the specified detail message.
CMBDocumentProcessingException(String, Throwable) - Constructor for class com.ibm.mm.beans.infomining.CMBDocumentProcessingException
Constructs a CMBContentProviderException with the specified detail message and nested exception.
CMBDocumentProcessingException(Throwable) - Constructor for class com.ibm.mm.beans.infomining.CMBDocumentProcessingException
Constructs a CMBContentProviderException with the specified nested exception.
CMBInfoMiningAdapter - class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter.
The CMBInfoMiningAdapter is a non-visual bean that can be used to convert between various event types.
CMBInfoMiningAdapter() - Constructor for class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
Creates a new CMBInfoMiningAdapter.
CMBInfoMiningBean - class com.ibm.mm.beans.infomining.CMBInfoMiningBean.
The CMBInfoMiningBean class is the abstract superclass of the information mining beans.
CMBInfoMiningBean() - Constructor for class com.ibm.mm.beans.infomining.CMBInfoMiningBean
Creates a new CMBInformationMiningBean.
CMBInfoMiningEventBase - class com.ibm.mm.beans.infomining.event.CMBInfoMiningEventBase.
 
CMBInfoMiningEventBase(Object, int) - Constructor for class com.ibm.mm.beans.infomining.event.CMBInfoMiningEventBase
 
CMBInfoMiningEventBase(Object, int, Vector) - Constructor for class com.ibm.mm.beans.infomining.event.CMBInfoMiningEventBase
 
CMBInfoMiningRuntimeException - exception com.ibm.mm.beans.infomining.CMBInfoMiningRuntimeException.
 
CMBInfoMiningRuntimeException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBInfoMiningRuntimeException
Constructs a CMBContentProviderException with the specified detail message.
CMBInfoMiningRuntimeException(String, Throwable) - Constructor for class com.ibm.mm.beans.infomining.CMBInfoMiningRuntimeException
Constructs a CMBContentProviderException with the specified detail message and nested exception.
CMBInfoMiningRuntimeException(Throwable) - Constructor for class com.ibm.mm.beans.infomining.CMBInfoMiningRuntimeException
Constructs a CMBContentProviderException with the specified nested exception.
CMBInformationExtractionService - class com.ibm.mm.beans.infomining.CMBInformationExtractionService.
The CMBInformationExtractionService is a non-visual bean that can be used to determine the language of a document.
CMBInformationExtractionService() - Constructor for class com.ibm.mm.beans.infomining.CMBInformationExtractionService
Creates a new CMBInformationExtractionService.
CMBInvalidLanguageCodeException - exception com.ibm.mm.beans.infomining.CMBInvalidLanguageCodeException.
 
CMBInvalidLanguageCodeException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBInvalidLanguageCodeException
 
CMBInvalidTypeException - exception com.ibm.mm.beans.infomining.CMBInvalidTypeException.
 
CMBInvalidTypeException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBInvalidTypeException
 
CMBLanguageIdentificationService - class com.ibm.mm.beans.infomining.CMBLanguageIdentificationService.
The CMBLanguageIdentificationService is a non-visual bean that can be used to determine the language of a document.
CMBLanguageIdentificationService() - Constructor for class com.ibm.mm.beans.infomining.CMBLanguageIdentificationService
Creates a new CMBLanguageIdentificationService.
CMBLookupRecordReplyEvent - class com.ibm.mm.beans.infomining.event.CMBLookupRecordReplyEvent.
 
CMBLookupRecordReplyEvent(Object, int) - Constructor for class com.ibm.mm.beans.infomining.event.CMBLookupRecordReplyEvent
 
CMBLookupRecordReplyEvent(Object, int, Vector) - Constructor for class com.ibm.mm.beans.infomining.event.CMBLookupRecordReplyEvent
 
CMBLookupRecordReplyEvent(Object, int, Vector, int, Throwable) - Constructor for class com.ibm.mm.beans.infomining.event.CMBLookupRecordReplyEvent
 
CMBLookupRecordReplyListener - interface com.ibm.mm.beans.infomining.event.CMBLookupRecordReplyListener.
 
CMBLookupRecordRequestEvent - class com.ibm.mm.beans.infomining.event.CMBLookupRecordRequestEvent.
 
CMBLookupRecordRequestEvent(Object, int) - Constructor for class com.ibm.mm.beans.infomining.event.CMBLookupRecordRequestEvent
 
CMBLookupRecordRequestEvent(Object, int, Vector) - Constructor for class com.ibm.mm.beans.infomining.event.CMBLookupRecordRequestEvent
 
CMBLookupRecordRequestListener - interface com.ibm.mm.beans.infomining.event.CMBLookupRecordRequestListener.
 
CMBNoSuchCatalogException - exception com.ibm.mm.beans.infomining.CMBNoSuchCatalogException.
 
CMBNoSuchCatalogException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBNoSuchCatalogException
 
CMBNoSuchCategoryException - exception com.ibm.mm.beans.infomining.CMBNoSuchCategoryException.
 
CMBNoSuchCategoryException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBNoSuchCategoryException
 
CMBNoSuchKeyException - exception com.ibm.mm.beans.infomining.CMBNoSuchKeyException.
 
CMBNoSuchKeyException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBNoSuchKeyException
 
CMBNoSuchRecordException - exception com.ibm.mm.beans.infomining.CMBNoSuchRecordException.
 
CMBNoSuchRecordException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBNoSuchRecordException
Constructs a CMBNoSuchRecordException with the specified detail message.
CMBNoSuchRecordException(String, Throwable) - Constructor for class com.ibm.mm.beans.infomining.CMBNoSuchRecordException
Constructs a CMBNoSuchRecordException with the specified detail message and nested exception.
CMBNoSuchRecordException(Throwable) - Constructor for class com.ibm.mm.beans.infomining.CMBNoSuchRecordException
Constructs a CMBNoSuchRecordException with the specified nested exception.
CMBRecord - class com.ibm.mm.beans.infomining.CMBRecord.
A record contains the meta data for a document.
CMBRecord(String, CMBSchema) - Constructor for class com.ibm.mm.beans.infomining.CMBRecord
Creates a new record according to the specified schema.
CMBSchema - class com.ibm.mm.beans.infomining.CMBSchema.
A schema defines the set of meta data that can be stored for a document.
CMBStatefullReplyEvent - class com.ibm.mm.beans.infomining.event.CMBStatefullReplyEvent.
 
CMBStatefullReplyEvent(Object, int) - Constructor for class com.ibm.mm.beans.infomining.event.CMBStatefullReplyEvent
 
CMBStatefullReplyEvent(Object, int, Vector) - Constructor for class com.ibm.mm.beans.infomining.event.CMBStatefullReplyEvent
 
CMBStatefullReplyEvent(Object, int, Vector, int, Throwable) - Constructor for class com.ibm.mm.beans.infomining.event.CMBStatefullReplyEvent
 
CMBStoreRecordReplyEvent - class com.ibm.mm.beans.infomining.event.CMBStoreRecordReplyEvent.
 
CMBStoreRecordReplyEvent(Object, int) - Constructor for class com.ibm.mm.beans.infomining.event.CMBStoreRecordReplyEvent
 
CMBStoreRecordReplyEvent(Object, int, Vector) - Constructor for class com.ibm.mm.beans.infomining.event.CMBStoreRecordReplyEvent
 
CMBStoreRecordReplyEvent(Object, int, Vector, int, Throwable) - Constructor for class com.ibm.mm.beans.infomining.event.CMBStoreRecordReplyEvent
 
CMBStoreRecordReplyListener - interface com.ibm.mm.beans.infomining.event.CMBStoreRecordReplyListener.
 
CMBStoreRecordRequestEvent - class com.ibm.mm.beans.infomining.event.CMBStoreRecordRequestEvent.
 
CMBStoreRecordRequestEvent(Object, int) - Constructor for class com.ibm.mm.beans.infomining.event.CMBStoreRecordRequestEvent
 
CMBStoreRecordRequestEvent(Object, int, Vector) - Constructor for class com.ibm.mm.beans.infomining.event.CMBStoreRecordRequestEvent
 
CMBStoreRecordRequestListener - interface com.ibm.mm.beans.infomining.event.CMBStoreRecordRequestListener.
 
CMBSummarizationService - class com.ibm.mm.beans.infomining.CMBSummarizationService.
The CMBSummarizationService is a non-visual bean that can be used to determine summaries for documents.
CMBSummarizationService() - Constructor for class com.ibm.mm.beans.infomining.CMBSummarizationService
Creates a new CMBSummarizationService.
CMBTaxonomy - class com.ibm.mm.beans.infomining.CMBTaxonomy.
A taxonomy is a tree where every node is a category object.
CMBTextAnalysisBean - class com.ibm.mm.beans.infomining.CMBTextAnalysisBean.
The CMBTextAnalysisBean class is the abstract superclass of the information mining beans that perform a text analysis.
CMBTextAnalysisBean() - Constructor for class com.ibm.mm.beans.infomining.CMBTextAnalysisBean
Constructs a new CMBTextAnalysisBean.
CMBTextAnalysisReplyEvent - class com.ibm.mm.beans.infomining.event.CMBTextAnalysisReplyEvent.
 
CMBTextAnalysisReplyEvent(Object, int) - Constructor for class com.ibm.mm.beans.infomining.event.CMBTextAnalysisReplyEvent
 
CMBTextAnalysisReplyEvent(Object, int, Vector) - Constructor for class com.ibm.mm.beans.infomining.event.CMBTextAnalysisReplyEvent
 
CMBTextAnalysisReplyEvent(Object, int, Vector, int, Throwable) - Constructor for class com.ibm.mm.beans.infomining.event.CMBTextAnalysisReplyEvent
 
CMBTextAnalysisReplyListener - interface com.ibm.mm.beans.infomining.event.CMBTextAnalysisReplyListener.
 
CMBTextAnalysisRequestEvent - class com.ibm.mm.beans.infomining.event.CMBTextAnalysisRequestEvent.
 
CMBTextAnalysisRequestEvent(Object, int) - Constructor for class com.ibm.mm.beans.infomining.event.CMBTextAnalysisRequestEvent
 
CMBTextAnalysisRequestEvent(Object, int, Vector) - Constructor for class com.ibm.mm.beans.infomining.event.CMBTextAnalysisRequestEvent
 
CMBTextAnalysisRequestListener - interface com.ibm.mm.beans.infomining.event.CMBTextAnalysisRequestListener.
 
CMBTextDocument - class com.ibm.mm.beans.infomining.CMBTextDocument.
Represents the textual content of an arbitrary document.
CMBTextDocument(String) - Constructor for class com.ibm.mm.beans.infomining.CMBTextDocument
Creates a new text document with the specified content.
CMBTextDocument(String, String) - Constructor for class com.ibm.mm.beans.infomining.CMBTextDocument
Creates a new text document with the specified content and a name.
CMBTextDocument(String, String, String) - Constructor for class com.ibm.mm.beans.infomining.CMBTextDocument
Creates a new text document with the specified content, a name and the language.
CMBUnsupportedLanguageException - exception com.ibm.mm.beans.infomining.CMBUnsupportedLanguageException.
 
CMBUnsupportedLanguageException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBUnsupportedLanguageException
 
CMBUserNotAuthorizedException - exception com.ibm.mm.beans.infomining.CMBUserNotAuthorizedException.
 
CMBUserNotAuthorizedException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBUserNotAuthorizedException
 
CMBWebCrawlerFileNotFoundException - exception com.ibm.mm.beans.infomining.CMBWebCrawlerFileNotFoundException.
 
CMBWebCrawlerFileNotFoundException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBWebCrawlerFileNotFoundException
 
CMBWebCrawlerIOException - exception com.ibm.mm.beans.infomining.CMBWebCrawlerIOException.
 
CMBWebCrawlerIOException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBWebCrawlerIOException
 
CMBWebCrawlerProtocolException - exception com.ibm.mm.beans.infomining.CMBWebCrawlerProtocolException.
 
CMBWebCrawlerProtocolException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBWebCrawlerProtocolException
 
CMBWebCrawlerService - class com.ibm.mm.beans.infomining.CMBWebCrawlerService.
CMBWebCrawlerService - Create CMBItems from crawled documents.
CMBWebCrawlerService() - Constructor for class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Default constructor.
CMBWebQuerySyntaxException - exception com.ibm.mm.beans.infomining.CMBWebQuerySyntaxException.
 
CMBWebQuerySyntaxException(String) - Constructor for class com.ibm.mm.beans.infomining.CMBWebQuerySyntaxException
Constructs a CMBWebQuerySyntaxException with the specified detail message.
CMBWebQuerySyntaxException(String, Throwable) - Constructor for class com.ibm.mm.beans.infomining.CMBWebQuerySyntaxException
Constructs a CMBWebQuerySyntaxException with the specified detail message and nested exception.
CMBWebQuerySyntaxException(Throwable) - Constructor for class com.ibm.mm.beans.infomining.CMBWebQuerySyntaxException
Constructs a CMBWebQuerySyntaxException with the specified nested exception.
com.ibm.mm.beans.infomining - package com.ibm.mm.beans.infomining
Provides classes and interfaces for creating Information Mining applications.
com.ibm.mm.beans.infomining.event - package com.ibm.mm.beans.infomining.event
Provides for events fired by Information Mining components.
convertWebQuery(String) - Static method in class com.ibm.mm.beans.infomining.CMBAdvancedSearchService
Converts a query using unitary '+' and '-' operators to a value that can be used as a CONTAINS value.

D

DB_STRING_TYPE_CLOB - Static variable in class com.ibm.mm.beans.infomining.CMBSchema
The database type CLOB; to be used for a String value.
DB_STRING_TYPE_VARCHAR - Static variable in class com.ibm.mm.beans.infomining.CMBSchema
The database type VARCHAR; to be used for a String value.

E

EQUALS_RATIO_BUT_AT_MOST_MAXLENGTH_MODE - Static variable in class com.ibm.mm.beans.infomining.CMBSummarizationService
return at least (ratio * total number of sentences), but at most maxLength many sentences.
EQUALS_RATIO_MODE - Static variable in class com.ibm.mm.beans.infomining.CMBSummarizationService
return exactly (ratio * total number of sentences) many sentences.

F

finalize() - Method in class com.ibm.mm.beans.infomining.CMBTextAnalysisBean
Release all memory and non-memory resources.

G

getCatalogName() - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
Returns the current catalog name.
getCatalogName() - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Returns the current catalog name.
getCatalogName() - Method in class com.ibm.mm.beans.infomining.CMBCategorizationService
Returns the current catalog name.
getCatalogName() - Method in class com.ibm.mm.beans.infomining.CMBAdvancedSearchService
Returns the current catalog name.
getCategories() - Method in class com.ibm.mm.beans.infomining.CMBTaxonomy
Returns a list of all categories of the tree.
getCategoriesForRecord(CMBItem) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Returns the categories to which the record of the specified item is assigned.
getCategory(String) - Method in class com.ibm.mm.beans.infomining.CMBTaxonomy
Returns the category with the specified path.
getCategory(String[]) - Method in class com.ibm.mm.beans.infomining.CMBTaxonomy
Returns the category with the specified path.
getCategorySeparator() - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Gets the character to be used to separate individual category names in a category path
getCategorySeparator() - Method in class com.ibm.mm.beans.infomining.CMBCategorizationService
Returns the character that is used to separate category names.
getChildren() - Method in class com.ibm.mm.beans.infomining.CMBCategory
Returns all direct child categories.
getClusterCount() - Method in class com.ibm.mm.beans.infomining.CMBClusterResult
Returns the number of clusters.
getClusterFeatureCount() - Method in class com.ibm.mm.beans.infomining.CMBClusteringService
Returns the number of cluster features to be returned.
getClusterFeatures() - Method in class com.ibm.mm.beans.infomining.CMBClusterNode
Returns the feature strings of this cluster.
getClusterNodes() - Method in class com.ibm.mm.beans.infomining.CMBClusterResult
Returns the clusters found for the documents.
getConnection() - Method in class com.ibm.mm.beans.infomining.CMBConnectedMiningBean
Returns the current connection object of this information mining bean.
getContent() - Method in class com.ibm.mm.beans.infomining.CMBTextDocument
Returns the content of this document.
getContent(CMBConnection, CMBItem) - Method in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
 
getContent(CMBConnection, CMBItem) - Method in interface com.ibm.mm.beans.infomining.CMBContentProvider
Returns the text of the specified item to be used for text analysis.
getContentProvider() - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
Returns the content provider.
getDBStringSize(String) - Method in class com.ibm.mm.beans.infomining.CMBSchema
Returns the size that is available in the database to store a string for the specified key.
getDBStringType(String) - Method in class com.ibm.mm.beans.infomining.CMBSchema
Returns the type that is used in the database to store a string for the specified key.
getDefaultCategoryPath() - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Returns the current default category path.
getDocumentCount() - Method in class com.ibm.mm.beans.infomining.CMBClusterResult
Returns the number of analyzed documents.
getDocumentNames() - Method in class com.ibm.mm.beans.infomining.CMBClusterNode
Returns the names of the documents that belong to this cluster.
getError() - Method in class com.ibm.mm.beans.infomining.event.CMBStatefullReplyEvent
 
getFeatureTypes() - Method in class com.ibm.mm.beans.infomining.CMBInformationExtractionService
Gets the types of features to be extracted.
getFilterEncoding() - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Gets the filter encoding
getFilterEncoding() - Method in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
Returns the current filter encoding.
getItemVector() - Method in class com.ibm.mm.beans.infomining.event.CMBInfoMiningEventBase
 
getKeysToBeFetched() - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Gets the keys to be fetched when retrieving a record from the Meta Data Store
getKeysToBeFetched() - Method in class com.ibm.mm.beans.infomining.CMBAdvancedSearchService
Returns the currently set keys whose associated values are to be retrieved for the records found.
getLabel() - Method in class com.ibm.mm.beans.infomining.CMBClusterNode
Returns the label of this cluster.
getLanguage() - Method in class com.ibm.mm.beans.infomining.CMBTextDocument
Returns the language code of this document.
getMaxClusterCount() - Method in class com.ibm.mm.beans.infomining.CMBClusteringService
Returns the maximum number of clusters to be returned.
getMaxLength() - Method in class com.ibm.mm.beans.infomining.CMBSummarizationService
Returns the current maximal number of sentences in a summary.
getMaxPartSize() - Method in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
Get maximal number of bytes in a part.
getMaxResults() - Method in class com.ibm.mm.beans.infomining.CMBCategorizationService
Returns the current maximum number of categories to be returned during the analysis of an item.
getMaxResults() - Method in class com.ibm.mm.beans.infomining.CMBAdvancedSearchService
Returns the maximum number of search results returned from each query.
getMessage() - Method in class com.ibm.mm.beans.infomining.CMBContentProviderException
Returns a detail message.
getMessage() - Method in class com.ibm.mm.beans.infomining.CMBDocumentProcessingException
Returns a detail message.
getMessage() - Method in class com.ibm.mm.beans.infomining.CMBWebQuerySyntaxException
Returns a detail message.
getMessage() - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningRuntimeException
Returns a detail message.
getMessage() - Method in class com.ibm.mm.beans.infomining.CMBNoSuchRecordException
Returns a detail message.
getMinClusterCount() - Method in class com.ibm.mm.beans.infomining.CMBClusteringService
Returns the minimum number of clusters to be returned.
getMinConfidence() - Method in class com.ibm.mm.beans.infomining.CMBCategorizationService
Returns the current minimum confidence.
getMode() - Method in class com.ibm.mm.beans.infomining.CMBSummarizationService
Returns the current summarizarion mode (see public fields).
getName() - Method in class com.ibm.mm.beans.infomining.CMBCategory
Returns the name of the category.
getName() - Method in class com.ibm.mm.beans.infomining.CMBTextDocument
Returns the name of this document.
getPageSize() - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Gets the number of CMBItems within a single CMBTextAnalysisRequestEvent.
getPageSize() - Method in class com.ibm.mm.beans.infomining.CMBAdvancedSearchService
Returns the number of search results in one result page.
getParent() - Method in class com.ibm.mm.beans.infomining.CMBCategory
Returns the parent category.
getPartsMask() - Method in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
Return indices of parts to be processed.
getPathAsArray() - Method in class com.ibm.mm.beans.infomining.CMBCategory
Returns the category path as an array of names.
getPathAsString() - Method in class com.ibm.mm.beans.infomining.CMBCategory
Returns the category path as a string of separated category names.
getPID() - Method in class com.ibm.mm.beans.infomining.CMBRecord
Returns the PID of this record.
getPollCycles() - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Gets overall number of times to poll.
getPollMinutes() - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Get minutes to wait before beginning next poll
getQueryString() - Method in class com.ibm.mm.beans.infomining.CMBAdvancedSearchService
Returns the current query.
getRatio() - Method in class com.ibm.mm.beans.infomining.CMBSummarizationService
Returns the current sentence ratio.
getResultListSeparator() - Method in class com.ibm.mm.beans.infomining.CMBInformationExtractionService
Gets the character to be used to separate extracted information in the record.
getResultListSeparator() - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Gets the character to be used to separated category paths
getResultListSeparator() - Method in class com.ibm.mm.beans.infomining.CMBCategorizationService
Returns the character that is used to separate category paths in the record.
getRootCategory() - Method in class com.ibm.mm.beans.infomining.CMBTaxonomy
Returns the root of the tree.
getRootDirectory() - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Gets the root directory where the crawler stores the crawled documents.
getSchema() - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Returns the catalog schema.
getSeparator() - Method in class com.ibm.mm.beans.infomining.CMBTaxonomy
Returns the current separator string.
getStatus() - Method in class com.ibm.mm.beans.infomining.event.CMBStatefullReplyEvent
 
getTaxonomy() - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Returns the catalog taxonomy.
getTaxonomy() - Method in class com.ibm.mm.beans.infomining.CMBCategory
Returns the taxonomy object this category belongs to.
getTimestamp() - Method in class com.ibm.mm.beans.infomining.CMBTaxonomy
Returns the timestamp of this taxonomy.
getType(String) - Method in class com.ibm.mm.beans.infomining.CMBSchema
Returns the type associated with the specified key.
getValue(String) - Method in class com.ibm.mm.beans.infomining.CMBRecord
Returns the value associated with the specified key.
getWebSpace() - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Gets the webspace which is monitored by the web crawler

I

isArchiveEnabled() - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Gets option if imported files should be kept in archive.
isConnected() - Method in class com.ibm.mm.beans.infomining.CMBConnectedMiningBean
Returns true if there is an open server connection.
isStringSearchable(String) - Method in class com.ibm.mm.beans.infomining.CMBSchema
Returns true if the values stored for the key are text searchable.
isTraceEnabled() - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningBean
Returns true if the trace support is enabled.

K

keySet() - Method in class com.ibm.mm.beans.infomining.CMBSchema
Returns a set view of the keys contained in this schema.
keySet() - Method in class com.ibm.mm.beans.infomining.CMBRecord
Returns a set view of the keys contained in this record.

L

LESS_THAN_MAXLENGTH_MODE - Static variable in class com.ibm.mm.beans.infomining.CMBSummarizationService
return at most maxLength many sentences.

O

onCMBConnectionReply(CMBConnectionReplyEvent) - Method in class com.ibm.mm.beans.infomining.CMBConnectedMiningBean
Invoked when connection status changed.
onCMBDeleteRecordReply(CMBDeleteRecordReplyEvent) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
This method gets called for a delete record reply.
onCMBDeleteRecordReply(CMBDeleteRecordReplyEvent) - Method in interface com.ibm.mm.beans.infomining.event.CMBDeleteRecordReplyListener
 
onCMBDeleteRecordRequest(CMBDeleteRecordRequestEvent) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
This method gets called for a delete record request.
onCMBDeleteRecordRequest(CMBDeleteRecordRequestEvent) - Method in interface com.ibm.mm.beans.infomining.event.CMBDeleteRecordRequestListener
 
onCMBLookupRecordReply(CMBLookupRecordReplyEvent) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
This method gets called for a lookup record reply.
onCMBLookupRecordReply(CMBLookupRecordReplyEvent) - Method in interface com.ibm.mm.beans.infomining.event.CMBLookupRecordReplyListener
 
onCMBLookupRecordRequest(CMBLookupRecordRequestEvent) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
This method gets called for a lookup record request.
onCMBLookupRecordRequest(CMBLookupRecordRequestEvent) - Method in interface com.ibm.mm.beans.infomining.event.CMBLookupRecordRequestListener
 
onCMBResult(CMBResultEvent) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
This method gets called for a result.
onCMBStoreRecordReply(CMBStoreRecordReplyEvent) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
This method gets called for a store record reply.
onCMBStoreRecordReply(CMBStoreRecordReplyEvent) - Method in interface com.ibm.mm.beans.infomining.event.CMBStoreRecordReplyListener
 
onCMBStoreRecordRequest(CMBStoreRecordRequestEvent) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
This method gets called for a store record request.
onCMBStoreRecordRequest(CMBStoreRecordRequestEvent) - Method in interface com.ibm.mm.beans.infomining.event.CMBStoreRecordRequestListener
 
onCMBTextAnalysisReply(CMBTextAnalysisReplyEvent) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
This method gets called for a text analysis reply.
onCMBTextAnalysisReply(CMBTextAnalysisReplyEvent) - Method in interface com.ibm.mm.beans.infomining.event.CMBTextAnalysisReplyListener
 
onCMBTextAnalysisRequest(CMBTextAnalysisRequestEvent) - Method in class com.ibm.mm.beans.infomining.CMBTextAnalysisBean
Invoked when text analysis is requested.
onCMBTextAnalysisRequest(CMBTextAnalysisRequestEvent) - Method in interface com.ibm.mm.beans.infomining.event.CMBTextAnalysisRequestListener
 

P

PLAIN_TEXT_Big5 - Static variable in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
filter encoding for plain text, Big5, Traditional Chinese
PLAIN_TEXT_EUC_CN - Static variable in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
filter encoding for plain text, GB2312, EUC encoding, Simplified Chinese
PLAIN_TEXT_EUC_KR - Static variable in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
filter encoding for plain text, KS C 5601, EUC encoding, Korean
PLAIN_TEXT_ISO8859_1 - Static variable in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
plain text, ISO 8859-1, Latin alphabet No.
PLAIN_TEXT_SJIS - Static variable in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
filter encoding for plain text, Shift-JIS, Japanese
PLAIN_TEXT_UnicodeBig - Static variable in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
filter encoding for plain text, Sixteen-bit Unicode Transformation Format, big-endian byte order, with byte-order mark
PLAIN_TEXT_UnicodeLittle - Static variable in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
filter encoding for plain text, Sixteen-bit Unicode Transformation Format, little-endian byte order, with byte-order mark
PLAIN_TEXT_UTF16 - Static variable in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
filter encoding for plain text, Sixteen-bit Unicode Transformation Format, byte order specified by a mandatory initial byte-order mark
PLAIN_TEXT_UTF8 - Static variable in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
filter encoding for plain text, Eight-bit Unicode Transformation Format
printStackTrace() - Method in class com.ibm.mm.beans.infomining.CMBContentProviderException
Prints the composite message to System.err.
printStackTrace() - Method in class com.ibm.mm.beans.infomining.CMBDocumentProcessingException
Prints the composite message to System.err.
printStackTrace() - Method in class com.ibm.mm.beans.infomining.CMBWebQuerySyntaxException
Prints the composite message to System.err.
printStackTrace() - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningRuntimeException
Prints the composite message to System.err.
printStackTrace() - Method in class com.ibm.mm.beans.infomining.CMBNoSuchRecordException
Prints the composite message to System.err.
printStackTrace(PrintStream) - Method in class com.ibm.mm.beans.infomining.CMBContentProviderException
Prints the composite message and the embedded stack trace to the specified print stream, ps.
printStackTrace(PrintStream) - Method in class com.ibm.mm.beans.infomining.CMBDocumentProcessingException
Prints the composite message and the embedded stack trace to the specified print stream, ps.
printStackTrace(PrintStream) - Method in class com.ibm.mm.beans.infomining.CMBWebQuerySyntaxException
Prints the composite message and the embedded stack trace to the specified print stream, ps.
printStackTrace(PrintStream) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningRuntimeException
Prints the composite message and the embedded stack trace to the specified print stream, ps.
printStackTrace(PrintStream) - Method in class com.ibm.mm.beans.infomining.CMBNoSuchRecordException
Prints the composite message and the embedded stack trace to the specified print stream, ps.
printStackTrace(PrintWriter) - Method in class com.ibm.mm.beans.infomining.CMBContentProviderException
Prints the composite message and the embedded stack trace to the specified print writer, pw
printStackTrace(PrintWriter) - Method in class com.ibm.mm.beans.infomining.CMBDocumentProcessingException
Prints the composite message and the embedded stack trace to the specified print writer, pw
printStackTrace(PrintWriter) - Method in class com.ibm.mm.beans.infomining.CMBWebQuerySyntaxException
Prints the composite message and the embedded stack trace to the specified print writer, pw
printStackTrace(PrintWriter) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningRuntimeException
Prints the composite message and the embedded stack trace to the specified print writer, pw
printStackTrace(PrintWriter) - Method in class com.ibm.mm.beans.infomining.CMBNoSuchRecordException
Prints the composite message and the embedded stack trace to the specified print writer, pw

R

recordExists(CMBItem) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Returns true if there is a record for the specified item in the catalog.
removeCMBDeleteRecordReplyListener(CMBDeleteRecordReplyListener) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Removes the specified delete record reply listener so that it no longer receives delete record reply events from this information mining bean.
removeCMBDeleteRecordRequestListener(CMBDeleteRecordRequestListener) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
Removes the specified delete record request listener so that it no longer receives delete record request events from this Information Mining bean.
removeCMBExceptionListener(CMBExceptionListener) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningBean
Removes the specified exception listener so that exception events are no longer received from this information mining bean.
removeCMBLookupRecordReplyListener(CMBLookupRecordReplyListener) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Removes the specified lookup record reply listener so that it no longer receives lookup record reply events from this information mining bean.
removeCMBLookupRecordRequestListener(CMBLookupRecordRequestListener) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
Removes the specified lookup record request listener so that it no longer receives lookup record request events from this Information Mining bean.
removeCMBResultListener(CMBResultListener) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
Removes the specified result listener so that it no longer receives result events from this Information Mining bean.
removeCMBResultListener(CMBResultListener) - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Removes the specified result listener so that it no longer receives events from this bean.
removeCMBResultListener(CMBResultListener) - Method in class com.ibm.mm.beans.infomining.CMBAdvancedSearchService
Removes the specified result listener so that it no longer receives result events from this information mining bean.
removeCMBStoreRecordReplyListener(CMBStoreRecordReplyListener) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Removes the specified store record reply listener so that it no longer receives store record reply events from this information mining bean.
removeCMBStoreRecordRequestListener(CMBStoreRecordRequestListener) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
Removes the specified store record request listener so that it no longer receives store record request events from this Information Mining bean.
removeCMBStoreRecordRequestListener(CMBStoreRecordRequestListener) - Method in class com.ibm.mm.beans.infomining.CMBTextAnalysisBean
Removes the specified store record request listener so that it no longer receives events from this text analysis bean.
removeCMBTextAnalysisReplyListener(CMBTextAnalysisReplyListener) - Method in class com.ibm.mm.beans.infomining.CMBTextAnalysisBean
Removes the specified text analysis reply listener so that it no longer receives events from this text analysis bean.
removeCMBTextAnalysisRequestListener(CMBTextAnalysisRequestListener) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
Removes the specified text analysis request listener so that it no longer receives text analysis request events from this Information Mining bean.
removeCMBTextAnalysisRequestListener(CMBTextAnalysisRequestListener) - Method in class com.ibm.mm.beans.infomining.CMBTextAnalysisBean
Removes the specified text analysis request listener so that it no longer receives events from this text analysis bean.
removeCMBTraceListener(CMBTraceListener) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningBean
Removes the specified trace listener so that trace events are no longer received from this information mining bean.
runQuery() - Method in class com.ibm.mm.beans.infomining.CMBAdvancedSearchService
Performs a search using the current query.

S

setArchiveEnabled(boolean) - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Sets option if imported files should be kept in archive.
setCatalogName(String) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
Sets the name of the catalog to be used.
setCatalogName(String) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Sets the name of the catalog to be used.
setCatalogName(String) - Method in class com.ibm.mm.beans.infomining.CMBCategorizationService
Sets the name of the catalog to be used.
setCatalogName(String) - Method in class com.ibm.mm.beans.infomining.CMBAdvancedSearchService
Sets the name of the catalog to be searched.
setCategorySeparator(char) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Sets the character to be used to separate individual category names in a category path
setCategorySeparator(char) - Method in class com.ibm.mm.beans.infomining.CMBCategorizationService
Sets the character to be used to separated category names.
setClusterFeatureCount(int) - Method in class com.ibm.mm.beans.infomining.CMBClusteringService
Sets the number of cluster features to be returned.
setConnection(CMBConnection) - Method in class com.ibm.mm.beans.infomining.CMBConnectedMiningBean
Sets the connection object for this information mining bean.
setContentProvider(CMBContentProvider) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningAdapter
Sets the content provider to determine the text used for text analysis from information stored in the EIP data stores.
setDefaultCategoryPath(String) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Sets the category to be used if the record to be stored doesn't contain any category information.
setFeatureTypes(int) - Method in class com.ibm.mm.beans.infomining.CMBInformationExtractionService
Sets the types of features to be extracted.
setFilterEncoding(String) - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Sets the filter encoding.
setFilterEncoding(String) - Method in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
Set the encoding for the underlying filter to be used.
setKeysToBeFetched(String[]) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Sets the keys to be fetched when retrieving a record from the Meta Data Store.
setKeysToBeFetched(String[]) - Method in class com.ibm.mm.beans.infomining.CMBAdvancedSearchService
Sets the keys of the values to be retrieved for the records found.
setLanguage(String) - Method in class com.ibm.mm.beans.infomining.CMBTextDocument
Sets the language of this document.
setMaxClusterCount(int) - Method in class com.ibm.mm.beans.infomining.CMBClusteringService
Sets the maximum number of clusters to be returned during the analysis of an item.
setMaxLength(int) - Method in class com.ibm.mm.beans.infomining.CMBSummarizationService
Sets the maximal number of sentences in a summary.
setMaxPartSize(int) - Method in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
Set maximal number of bytes in a part.
setMaxResults(int) - Method in class com.ibm.mm.beans.infomining.CMBCategorizationService
Sets the maximum number of categories to be returned during the analysis of an item.
setMaxResults(int) - Method in class com.ibm.mm.beans.infomining.CMBAdvancedSearchService
Sets the maximum number of search results returned from each query.
setMinClusterCount(int) - Method in class com.ibm.mm.beans.infomining.CMBClusteringService
Sets the minimum number of clusters to be returned during the analysis of an item.
setMinConfidence(float) - Method in class com.ibm.mm.beans.infomining.CMBCategorizationService
Sets the minimum confidence.
setMode(int) - Method in class com.ibm.mm.beans.infomining.CMBSummarizationService
Sets the summarizarion mode (see public fields).
setName(String) - Method in class com.ibm.mm.beans.infomining.CMBTextDocument
Sets the name of this document.
setPageSize(int) - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Sets the number of CMBItems to be carried by a single CMBTextAnalysisRequestEvent.
setPageSize(int) - Method in class com.ibm.mm.beans.infomining.CMBAdvancedSearchService
Sets the number of search results in one result page.
setPartsMask(int[]) - Method in class com.ibm.mm.beans.infomining.CMBDefaultContentProvider
Set the part indices of the parts to be processed.
setPollCycles(int) - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Sets overall number of times to poll.
setPollMinutes(int) - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Sets minutes to wait before beginning next poll.
setQueryString(String) - Method in class com.ibm.mm.beans.infomining.CMBAdvancedSearchService
Sets the query.
setRatio(float) - Method in class com.ibm.mm.beans.infomining.CMBSummarizationService
Sets the sentence ratio.
setResultListSeparator(char) - Method in class com.ibm.mm.beans.infomining.CMBInformationExtractionService
Sets the character to be used to separate extracted information in the record.
setResultListSeparator(char) - Method in class com.ibm.mm.beans.infomining.CMBCatalogService
Sets the character to be used to separated category paths.
setResultListSeparator(char) - Method in class com.ibm.mm.beans.infomining.CMBCategorizationService
Sets the character to be used to separated category paths in the record.
setRootDirectory(String) - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Sets the root directory where the crawler stores the crawled documents.
setSeparator(char) - Method in class com.ibm.mm.beans.infomining.CMBTaxonomy
Sets the character to be used to separate category names in path strings.
setTraceEnabled(boolean) - Method in class com.ibm.mm.beans.infomining.CMBInfoMiningBean
Enables or disables trace support for this information mining bean.
setValue(String, Object) - Method in class com.ibm.mm.beans.infomining.CMBRecord
Associates the specified value with the specified key in this record.
setWebSpace(String) - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Sets the webspace which is monitored by the Web crawler
start() - Method in class com.ibm.mm.beans.infomining.CMBWebCrawlerService
Start the polling of the webspace.

T

toString() - Method in class com.ibm.mm.beans.infomining.CMBCategory
Returns the String representation of this category.
TYPE_EXPRESSION - Static variable in class com.ibm.mm.beans.infomining.CMBInformationExtractionService
 
TYPE_NAME - Static variable in class com.ibm.mm.beans.infomining.CMBInformationExtractionService
 
TYPE_TERM - Static variable in class com.ibm.mm.beans.infomining.CMBInformationExtractionService
 

V

validateConnection() - Method in class com.ibm.mm.beans.infomining.CMBConnectedMiningBean
Ensures that this information mining bean has an open connection.

A C D E F G I K L O P R S T V

IBM Information Integrator for Content V8.2 APIs

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