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

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

See:
          Description

Interface Summary
IDiscussion An IDiscussion represents a collaboration discussion object.
IDiscussionFilter Filters used for querying Discussions.
IDiscussionManager IDiscussionManager is an interface for discussion-related functionality.
IDiscussionMessage IDiscussionMessage represents a collaboration discussion message object.
IDiscussionMessageFilter 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 DiscussionMessageQueryOrder represents a pair that consists of an 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, modiying, managing, and querying for Collaboration discussions and posts (See Discussion Examples)

Since:
EDK 5.1


For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.