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

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

public class DiscussionMessageStatusFilterType
extends java.lang.Object

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.


Field Summary
static DiscussionMessageStatusFilterType ALL
          Show all messages regardless of status.
static DiscussionMessageStatusFilterType APPROVED
          Show only approved messages (default filter value).
static DiscussionMessageStatusFilterType UNAPPROVED
          Show only unapproved messages.
 
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 DiscussionMessageStatusFilterType ALL
Show all messages regardless of status.


APPROVED

public static final DiscussionMessageStatusFilterType APPROVED
Show only approved messages (default filter value).


UNAPPROVED

public static final DiscussionMessageStatusFilterType UNAPPROVED
Show only unapproved messages.

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.