com.plumtree.remote.prc.collaboration.discussion
Class DiscussionMessageModeratorFilterType

java.lang.Object
  extended bycom.plumtree.remote.prc.collaboration.discussion.DiscussionMessageModeratorFilterType

public class DiscussionMessageModeratorFilterType
extends java.lang.Object

An enumerated type passed to an instance of IDiscussionFilter to describe the moderator filter type for discussions, used in IDiscussionMessageFilter.get/setModeratorType methods.


Field Summary
static DiscussionMessageModeratorFilterType ALL
          Show all messages regardless of moderator.
static DiscussionMessageModeratorFilterType USER_AS_MODERATOR
          Show only messages where the querying user is a moderator of the discussion.
 
Method Summary
 java.lang.Object getUnderlyingObject()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ALL

public static final DiscussionMessageModeratorFilterType ALL
Show all messages regardless of moderator.


USER_AS_MODERATOR

public static final DiscussionMessageModeratorFilterType USER_AS_MODERATOR
Show only messages where the querying user is a moderator of the discussion.

Method Detail

toString

public java.lang.String toString()

getUnderlyingObject

public java.lang.Object getUnderlyingObject()


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.