TIBCO Adapter SDK C++ Reference
MBusinessDocument::MBusinessDocument
MBusinessDocument
Constructor for MBusinessDocument instances. This constructor is used to deserialize an MBusinessDocument that was previously serialized.
Remarks
You must import BusinessDocument.dat in the repository. If you use this constructor and if the repository does not contain the MBusinessDocument class definition at /tibco/public/class/ae/baseDocument/MBusinessDocument, the SDK throws an exception.

After creating an MBusinessDocument, applications can use the set() methods to fill in the values.

Parameters
Parameters Description
MClassRegistry* pMCR Class registry for which this MBusinessDocument is being created.
const MNode& rSerializedInstance Previously serialized MBusinessDocument.
MDataDeserializer* d = 0 Users should ignore this parameter. This is for internal use by the SDK.
Declaration
MBusinessDocument(MClassRegistry* pMCR, const MNode& rSerializedInstance, MDataDeserializer* d = 0);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.