TIBCO Adapter SDK C++ Reference
MBusinessDocument::getComponentId
MBusinessDocument
Retrieve the component ID for the MBusinessDocument. The component Id can be used to specify more precisely which component is the source of the business document. The componentId complements the application Id and application instance Id attributes.
Parameters
Parameters Description
MString& rsComponentId Parameter to store Component ID.
Return Value
If this accessor finds the element, it returns MTrue and stores the information in the output parameter. Otherwise, it returns MFalse.
Declaration
virtual Mboolean getComponentId(MString& rsComponentId) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.