Purpose:
This class represents a persistent identifier for XDOs for Domino Extended Search (DES).
Methods:
init (LPCTSR pidString);
If this method is used it must be called following the creation of a DXPidXDODES object (except for methods returning a DXPidXDODES object). Initializes the PID with the PID string.
BSTR getDatastoreType();
setDatastoreType(LPCTSTR datastoreType);
BSTR getDatastoreName();
setDatastoreName(LPTSTR datastoreName);
BSTR getPrimaryId();
setPrimaryId(LPCTSTR primaryId);
BSTR getIdString();
setIdString(LPCTSTR idStr);
BSTR pidString();
BSTR getObjectType();
setObjectType(LPCTSTR objectType);
BOOL isSet();
long getIdStringCount();
setIdStringCount(long idStringCount);
BSTR getIdStringWithIndex(long index);
Gets a part of the ID string using an index. The index starts from 0 to n.
setIdStringWithIndex(long index, LPCTSTR idStringItem);
Sets a part of the ID string using an index. The index starts from 0 to n.
LPDISPATCH clone();
Returns a clone of this PID. The returned LPDISPATCH pointer contains a DXPidDES object.
BSTR getDatabaseName();
setDatabaseName(LPCTSTR repType);
long getDocId();
setDocId(long partId);
Returns the document ID.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.