Package com.plumtree.remote.prc.collaboration.discussion

Provides classes and interfaces for creating, modifying, managing, and querying Collaboration discussions and posts.

See:
          Description

Interface Summary
IDiscussion Interface that represents a Collaboration discussion object.
IDiscussionFilter Interface for filters used for querying Collaboration discussions.
IDiscussionManager Interface for discussion-related functionality.
IDiscussionMessage Interface that represents a Collaboration discussion message object.
IDiscussionMessageFilter Interface for filters used for querying discussion messages.
 

Class Summary
DiscussionMessageAttribute An enumerated type used to describe the specific fields that can be used in constructing a DiscussionMessageQueryOrder for Discussion Messages.
DiscussionMessageModeratorFilterType An enumerated type passed to an instance of IDiscussionFilter to describe the moderator filter type for discussions, used in IDiscussionMessageFilter.get/setModeratorType methods.
DiscussionMessageQueryOrder Represents a pair that consists of a DiscussionMessageAttribute and a boolean indicating whether to order ascending.
DiscussionMessageStatusFilterType An enumerated type passed to an instance of IDiscussionFilter to specify whether to return only messages in approved status (default), unapproved status, or both, used in IDiscussionMessageFilter.get/setMessageStatusType methods.
DiscussionPermission An enumerated type used to represent permission to perform a specific action on a Discussion, used in IDiscussion.isActionAllowed.
 

Package com.plumtree.remote.prc.collaboration.discussion Description

Provides classes and interfaces for creating, modifying, managing, and querying Collaboration discussions and posts. (See Discussion Examples.)

Since:
IDK 5.1


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.