Purpose:
This class represents a federated entity definition. A federated entity is defined by mapping one or more native entities provided by the content servers.
Methods:
BSTR datastoreName();
BSTR datastoreType();
BSTR getName();
setName(LPCTSTR name);
short getType();
setType(short type);
public short getId();
setId(short id);
public String getDescription();
setDescription(LPCTSTR name);
BOOL isSearchable();
LPDISPATCH getAttr(LPCTSTR attrName);
Gets attribute definition. The returned LPDISPATCH pointer contains a DXAttrDefFed object.
LPDISPATCH listAttrs();
Lists attribute definitions. The returned LPDISPATCH pointer contains a DXSequentialCollectionFed object.
VARIANT listAttrNames(long* arraySize);
Lists attribute definition names. The output parameter arraySize is the size of the array.
LPDISPATCH getDatastore();
Gets the datastore. The returned LPDISPATCH pointer contains a DXDatastoreFed object.
setDatastore(LPDISPATCH ds);
Sets the datastore. The input parameter LPDISPATCH pointer contains a DXDatastoreFed object.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.