com.plumtree.remote.prc.collaboration.document
Class DocumentFilterType

java.lang.Object
  extended bycom.plumtree.remote.prc.collaboration.document.DocumentFilterType

public class DocumentFilterType
extends java.lang.Object

An enumerated type used to describe the possible filter types for documents. It is used in IDocumentFilter.get/setFilterType.


Field Summary
static DocumentFilterType ALL
          All documents.
static DocumentFilterType CHECKED_OUT_BY_CURRENT_USER
          Only documents currently checked out to the current user.
static DocumentFilterType LAST_CHECKED_IN_BY_CURRENT_USER
          Only documents last checked-in by the current user.
 
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 DocumentFilterType ALL
All documents.


CHECKED_OUT_BY_CURRENT_USER

public static final DocumentFilterType CHECKED_OUT_BY_CURRENT_USER
Only documents currently checked out to the current user.


LAST_CHECKED_IN_BY_CURRENT_USER

public static final DocumentFilterType LAST_CHECKED_IN_BY_CURRENT_USER
Only documents last checked-in by the current user.

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.