Purpose:
This is the class that is used to represent a persistent identifier for XDOs for OD.
Methods:
init(LPCTSTR pidString);
If this method is used, it must be called following the creation of a DXPidXDOOD object (except for methods returning a DXPidXDOOD object). Initialize PID with the PID string.
BSTR getDatastoreType();
setDatastoreType(LPCTSTR datastoreType);
BSTR getDatastoreName();
setDatastoreName(LPCTSTR 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 DXPidXDOOD object.
BSTR getDocId();
setDocId(LPCTSTR itemId);
Sets the document identifier, which is the FAF document ID. For OnDemand, the document ID is required for:
long getPartId();
setPartId(long partId);
Returns the part id.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.