Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkDatastoreIntTS

All Superinterfaces:
dkDatastore, dkQueryEvaluator, dkQueryManager
All Known Implementing Classes:
DKDatastoreTS

public interface dkDatastoreIntTS
extends dkDatastore

dkDatastoreIntTS: the following methods are additions or modifications of the existing method in the current implementation of dkDatastoreIntTS


Method Summary
 void clearIndex(java.lang.String indexName)
           
 void connect(java.lang.String server_name, java.lang.String port, char communication_type)
           
 void createIndex(DKIndexInfoTS newIndex)
           
 void deleteIndex(java.lang.String indexName)
           
 DKIndexFuncStatusTS getIndexFunctionStatus(java.lang.String indexName)
           
 DKIndexInfoTS getIndexInformation(java.lang.String indexName)
           
 DKMatchesInfoTS getMatches(dkResultSetCursor cursor, java.lang.String documentId, java.lang.String textIndexName, boolean useDictionary)
           
 void setIndexFunctionStatus(java.lang.String indexName, int actionId)
           
 void startUpdateIndex(java.lang.String indexName)
           
 
Methods inherited from interface com.ibm.mm.sdk.common.dkDatastore
addExtension, addObject, addObject, addObject, addObjects, addObjects, addObjects, changePassword, clearCache, clearCache, commit, connect, connection, createDDO, createQuery, createQuery, datastoreDef, datastoreName, datastoreType, deleteObject, deleteObject, deleteObject, deleteObjects, deleteObjects, deleteObjects, destroy, disconnect, evaluate, evaluate, evaluate, evaluate, execute, execute, execute, execute, executeWithCallback, executeWithCallback, executeWithCallback, executeWithCallback, getExtension, getMapping, getOption, handle, isConnected, listAvailableServices, listDataSourceNames, listDataSources, listEntities, listEntityAttrNames, listEntityAttrs, listEntityNames, listExtensionNames, listMappingNames, listSchema, listSchemaAttributes, listSearchableEntities, listSearchableEntityNames, listSearchTemplateNames, listSearchTemplates, listServers, registerMapping, removeExtension, retrieveObject, retrieveObject, retrieveObject, retrieveObjects, retrieveObjects, retrieveObjects, rollback, serviceMgr, setOption, startTransaction, unRegisterMapping, updateObject, updateObject, updateObject, updateObjects, updateObjects, updateObjects, userName
 

Method Detail

connect

public void connect(java.lang.String server_name,
                    java.lang.String port,
                    char communication_type)
             throws DKException,
                    java.lang.Exception

startUpdateIndex

public void startUpdateIndex(java.lang.String indexName)
                      throws DKException,
                             java.lang.Exception

clearIndex

public void clearIndex(java.lang.String indexName)
                throws DKException,
                       java.lang.Exception

createIndex

public void createIndex(DKIndexInfoTS newIndex)
                 throws DKException,
                        java.lang.Exception

deleteIndex

public void deleteIndex(java.lang.String indexName)
                 throws DKException,
                        java.lang.Exception

getIndexInformation

public DKIndexInfoTS getIndexInformation(java.lang.String indexName)
                                  throws DKException,
                                         java.lang.Exception

getIndexFunctionStatus

public DKIndexFuncStatusTS getIndexFunctionStatus(java.lang.String indexName)
                                           throws DKException,
                                                  java.lang.Exception

setIndexFunctionStatus

public void setIndexFunctionStatus(java.lang.String indexName,
                                   int actionId)
                            throws DKException,
                                   java.lang.Exception

getMatches

public DKMatchesInfoTS getMatches(dkResultSetCursor cursor,
                                  java.lang.String documentId,
                                  java.lang.String textIndexName,
                                  boolean useDictionary)
                           throws DKException,
                                  java.lang.Exception

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.