Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDiscussionMessage Members

IDiscussionMessage overview

Public Instance Properties

iconApproved Gets or sets the boolean which indicates if the message is approved. true if the message is approved, otherwise false.
iconBody Gets or sets the discussion message body.
iconContainingDiscussion Gets the discussion that contains this discussion message.
iconContainingProject Gets the project that contains this discussion message.
iconCreatedDate Gets the discussion message created date.
iconDescription Gets or sets the discussion message description.
iconDetailsURL Gets the URL at which the discussion message details can be viewed.
iconID Gets the discussion message ID.
iconLastModifiedDate Gets the discussion message last modified date.
iconOwnerUserID Gets the discussion message owner user ID.
iconParentID Gets the discussion message parent ID.
iconSubject Gets or sets the discussion message subject.

Public Instance Methods

iconCreateDiscussionReplyMessage Returns a discussion message that represents a reply.
iconHasCreatedDate Returns true if the created date is available, else false.
iconHasLastModifiedDate Returns true if the last modified date is available, else false.
iconStore Stores the discussion message.

See Also

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