Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IDiscussion Members

IDiscussion overview

Public Instance Properties

ContainingProject The project that contains this discussion.
CreatedDate Gets the discussion created date.
DefaultSecurity Gets or sets whether to use project default security.
Description Gets or sets the discussion description.
DetailsURL Gets discussion details URL.
ID Gets the discussion ID.
LastModifiedDate Gets the discussion last modified date.
Name Gets or sets the discussion name.
OwnerUserID Gets the Owner ID of this discussion.

Public Instance Methods

AddModerator Adds a user to the discussion moderator list.
CreateDiscussionMessage Creates and returns a discussion message.
GetAccessLevel Returns the object access level for a given role type.
GetModeratorIDs Returns an integer array of IDs of the current discussion's moderators.
HasCreatedDate Returns true if created date is available, otherwise false.
HasLastModifiedDate Returns true if last modified date is available, otherwise false.
IsActionAllowed Returns true if a given DiscussionPermissions is allowed for this discussion.
RemoveDiscussionMessage Removes a discussion message and all its replies.
RemoveModerator Removes a user from the discussion moderator list.
SetAccessLevel Sets the object access level for a given role type.
Store Stores the discussion.

See Also

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