Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkDatastoreIntDES

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

public interface dkDatastoreIntDES
extends dkDatastore

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


Method Summary
 java.lang.String getEntitySourceType(java.lang.String entityName)
          getEntitySourceType will return the link type of specified source
 java.lang.String[] listEntityCategoryNames()
          Return a String array of Category names under the specified application.
 java.lang.String[] listEntityNamesByCategory(java.lang.String categoryName)
          listEntityNamesByCategory will return a String array of Source names names under the specified category in a specified application.
 java.lang.String[] listEntityNamesByCategoryAndType(java.lang.String categoryName, java.lang.String entitysourceType)
          listEntityNamesByCategoryAndType will return a String array of Source names names under the specified category in a specified application of a particulare link type.
 java.lang.String[] listFileSystemEntities()
          listFileSystemEntities will list the file system sources configured.
 
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

listEntityCategoryNames

public java.lang.String[] listEntityCategoryNames()
                                           throws DKException,
                                                  java.lang.Exception
Return a String array of Category names under the specified application.
Returns:
a Array of Strings .

listEntityNamesByCategory

public java.lang.String[] listEntityNamesByCategory(java.lang.String categoryName)
                                             throws DKException,
                                                    java.lang.Exception
listEntityNamesByCategory will return a String array of Source names names under the specified category in a specified application.
Parameters:
categoryName - - category name of interest
Returns:
String[]

listEntityNamesByCategoryAndType

public java.lang.String[] listEntityNamesByCategoryAndType(java.lang.String categoryName,
                                                           java.lang.String entitysourceType)
                                                    throws DKException,
                                                           java.lang.Exception
listEntityNamesByCategoryAndType will return a String array of Source names names under the specified category in a specified application of a particulare link type.
Parameters:
categoryName - - category name of interest
entitySourceType - - linkType name of interest
Returns:
String[]

getEntitySourceType

public java.lang.String getEntitySourceType(java.lang.String entityName)
                                     throws DKException,
                                            java.lang.Exception
getEntitySourceType will return the link type of specified source
Parameters:
entityName - - source name of interest
Returns:
String

listFileSystemEntities

public java.lang.String[] listFileSystemEntities()
                                          throws DKException,
                                                 java.lang.Exception
listFileSystemEntities will list the file system sources configured.
Parameters:
void -  
Returns:
String[] string array with list of file system sources

EIP Java APIs

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