IDMFile Class Reference

Inheritance diagram for IDMFile:

IDMObject IBase


Public Methods

virtual void getParent (IDMObject *&p)=0
virtual SRef< IStringgetName ()=0
virtual void getLeader (IDMFile *&l)=0
virtual bool isPrimary ()=0
virtual bool isLeader ()=0
virtual void getFollowers (IDMFileIter *&files)=0
virtual bool isDMData ()=0
virtual bool isTech ()=0

Static Public Methods

const GuidgetId ()

Detailed Description

This class is derived from the IDMObject base class and is used for passing DMFile information through the interface. This DMFile object can be implemented on either side of the interface. A simple implementation is provided by the plugIn package. The purpose of the IDMFile class is to encapsulate the information needed to find or reconstruct the object, without dependencies on OpenAccess types. It is intended that this object will be created by the application or plug-in as needed, passed through the interface, and then released by the caller after the interface call returns.


Member Function Documentation

void IDMFile::getFollowers IDMFileIter *&    files [pure virtual]
 

Parameters:
files 

const Guid & IDMFile::getId   [inline, static]
 

Reimplemented from IDMObject.

void IDMFile::getLeader IDMFile *&    l [pure virtual]
 

Parameters:
l 

SRef< IString > IDMFile::getName   [pure virtual]
 

void IDMFile::getParent IDMObject *&    p [pure virtual]
 

Parameters:
p 

bool IDMFile::isDMData   [pure virtual]
 

bool IDMFile::isLeader   [pure virtual]
 

bool IDMFile::isPrimary   [pure virtual]
 

bool IDMFile::isTech   [pure virtual]
 


The documentation for this class was generated from the following files:

Return to top of page