Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDiscussionManager.GetDiscussionMessages Method 

Returns child messages of the message with the given ID.

IDiscussionMessage[] GetDiscussionMessages(
   int messageID
);

Parameters

messageID
The ID of the parent message; must be positive. The ID of an object can be obtained using the getID method in the object class.

Return Value

The discussion messages or a zero-length array if there are no children, or the user does not have the rights to see the object.

Remarks

The child documents will be returned in an undefined order; no effort is made to nest children of children.

Exceptions

Exception Type Condition
CollaborationException The method call resulted in an error.
ArgumentException The message ID is not > 0.
SoapException There was a communication problem during the execution of the remote method call.

See Also

IDiscussionManager Interface | Plumtree.Remote.PRC.Collaboration.Discussion Namespace