Index

DKImageICM

Purpose:

This class will be used to represent image resource objects in the resource manager configured for Content Manager. DKImageICM inherits from more generic resource classes like dkResource and DKLobICM. A resource object consists of content stored in a resource manager and the metadata describing the content stored in the Content Manager library server.

Note: Currently the methods in this class are not implemented.

Since: Version 8

Class summary:

class DKEXPORT DKImageICM : public DKLobICM  
 {
   public:
      DKImageICM();
      DKImageICM(DKDatastoreICM* aDatastore);
      DKImageICM(DKDatastoreICM* aDatastore, const DKString& astring);
   
      DKImageICM(const DKImageICM& anImage);
   
      virtual ~DKImageICM();
 };
 

Members:

Constructors and destructor
DKImageICM();
DKImageICM(DKDatastoreICM* aDatastore);
DKImageICM(DKDatastoreICM* aDatastore,                 const DKString& astring);
DKImageICM(const DKImageICM& anImage);               virtual ~DKImageICM(); 

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