|
IBM Information Integrator for Content V8.2 APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.infomining.DKIKFLibrary
The library represents the information mining database and maintains a collection of catalogs.
Constructor Summary | |
protected |
DKIKFLibrary()
Objects can be obtained from DKIKFService
objects. |
Method Summary | |
abstract boolean |
catalogExists(java.lang.String name)
Checks if there is a catalog with the specified name. |
abstract DKIKFCatalog |
getCatalog(java.lang.String name)
Returns the catalog with the specified name. |
abstract java.lang.String[] |
getCatalogNames()
Returns the names of all catalogs in the library. |
abstract DKIKFService |
getService()
Returns the service object used by this library object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected DKIKFLibrary()
DKIKFService
objects.Method Detail |
public abstract java.lang.String[] getCatalogNames()
DKIKFAuthorizationException
- if the user or group does not have the privilege IKFRetrieveCatalogcatalogExists(String)
,
getCatalog(String)
public abstract boolean catalogExists(java.lang.String name)
name
- a catalog nametrue
if the catalog exists; false
otherwiseDKIKFAuthorizationException
- if the user or group does not have the privilege IKFRetrieveCataloggetCatalogNames()
,
getCatalog(String)
public abstract DKIKFCatalog getCatalog(java.lang.String name) throws DKIKFNoSuchCatalogException
name
- the name of the catalog to be returnedDKIKFNoSuchCatalogException
- if there is no catalog with the specified nameDKIKFAuthorizationException
- if the user or group does not have the privilege IKFRetrieveCatalogcatalogExists(String)
,
getCatalogNames()
public abstract DKIKFService getService()
|
IBM Information Integrator for Content V8.2 APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |