Index

DXDatastoreDefDL

Purpose:

This is a subclass of DXDatastoreDef which provides the actual functions to access and manipulate Content Manager datastore metadata, such as the creation and deletion of index-classes, attributes, listing them, and so forth. This class contains DXDatastoreAdminDL class which implements datastore administrative functions to manage federated user IDs, groups, and passwords.

Methods:

getEntity
LPDISPATCH getEntity(LPCTSTR entityName);

Gets an entity. The returned LPDISPATCH pointer contains a DXIndexClassDefDL object.

listEntities
LPDISPATCH listEntities();

Gets a list of entities. The returned LPDISPATCH pointer contains a DXSequentialCollectionDL object.

listEntityNames
VARIANT listEntityNames(long* arraySize);

Gets a list of entity names. The output parameter arraySize is the size of the array.

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