Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDiscussionManager Members

IDiscussionManager overview

Public Instance Methods

iconCreateDiscussion Returns a new IDiscussion object in the given project.
iconCreateDiscussionFilter Returns a discussion filter object that shows all discussions.
iconCreateDiscussionMessageFilter Returns a discussion message filter for narrowing query results.
iconGetDiscussion Returns a discussion with the given ID.
iconGetDiscussionMessage Returns a discussion message with the given ID.
iconGetDiscussionMessages Returns child messages of the message with the given ID.
iconGetSubscribedUserIDs Returns the IDs of the users who are subscribed to the given discussion.
iconQueryDiscussionMessagesOverloaded. Returns an array of IDiscussionMessages that represent zero or more discussion messages in a discussion, satisfying the given discussion message filter.
iconQueryDiscussions Returns an array of IDiscussions that represent discussions within the given project; the returned results will be sorted according to the given IFilter.
iconRemoveDiscussion Removes the given discussion.
iconSubscribeUsers Subscribes users with the given IDs to the given discussion and all discussion posts within that discussion.
iconUnsubscribeUsers Unsubscribes users with the given IDs from a discussion, including all the posts within the discussion.

See Also

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