Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDiscussion Members

IDiscussion overview

Public Instance Properties

iconContainingProject The project that contains this discussion.
iconCreatedDate Gets the discussion created date.
iconDefaultSecurity Gets or sets whether to use project default security.
iconDescription Gets or sets the discussion description.
iconDetailsURL Gets discussion details URL.
iconEmailAddress Gets or sets the discussion email address.
iconID Gets the discussion ID.
iconLastModifiedDate Gets the discussion last modified date.
iconName Gets or sets the discussion name.
iconOwnerUserID Gets the Owner ID of this discussion.

Public Instance Methods

iconAddModerator Adds a user to the discussion moderator list.
iconCreateDiscussionMessage Creates and returns a discussion message.
iconGetAccessLevel Returns the object access level for a given role type.
iconGetModeratorIDs Returns an integer array of IDs of the current discussion's moderators.
iconGetObjectReferences Returns an array of IXPObjectReference.
iconHasCreatedDate Returns true if created date is available, otherwise false.
iconHasLastModifiedDate Returns true if last modified date is available, otherwise false.
iconIsActionAllowed Returns true if a given DiscussionPermissions is allowed for this discussion.
iconRemoveDiscussionMessage Removes a discussion message and all its replies.
iconRemoveModerator Removes a user from the discussion moderator list.
iconSetAccessLevel Sets the object access level for a given role type.
iconStore Stores the discussion.

See Also

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