Index

DXXDOFed

Purpose:

This class represents an XDO for federated.

Methods:

getPidObject
  LPDISPATCH getPidObject();

Gets the PID object. The returned LPDISPATCH pointer contains a DXPidXDOFed object.

setPidObject
  setPidObject(LPDISPATCH pidXDO);

Sets the PID object. The input parameter LPDISPATCH pointer contains a DXPidXDOFed object.

add
  add();

Adds the persistent data of this object to the datastore.

retrieve
  retrieve();

Retrieves the persistent data of this object from the datastore.

update
  update();

Updates the persistent data of this object to the datastore.

del
  del();

Deletes the persistent data of this object from the datastore.

getContent
  BSTR getContent();

Gets the content data.

setContent
  setContent(LPCTSTR content);

Sets the content data.

isContentChanged
  BOOL isContentChanged();

Returns TRUE if content has changed.

isSet
  BOOL isSet();

Returns TRUE if content data is set.

getAffiliatedType
  long getAffiliatedType();

Gets affiliated type.

setAffiliatedType
  setAffiliatedType(long affiliatedType);

Sets affiliated type.

getMimeType
  BSTR getMimeType();

Gets mime type.

setMimeType
  setMimeType(LPCTSTR mimeType);

Sets mime type.

getContentType
  BSTR getContentType();

Gets content type.

setContentType
  setContentType(LPCTSTR contentType);

Sets content type.

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