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

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

public class DocumentFolderAttribute
extends java.lang.Object

An enumerated type used to describe the specific fields that can be used in constructing a DocumentFolderQueryOrder for document folders.


Field Summary
static DocumentFolderAttribute LAST_MODIFIED
          The document folder's last modified date.
static DocumentFolderAttribute NAME
          The document folder name.
static DocumentFolderAttribute NO_ORDER
          Request that document folders returned from query not be sorted.
 
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

LAST_MODIFIED

public static final DocumentFolderAttribute LAST_MODIFIED
The document folder's last modified date.


NAME

public static final DocumentFolderAttribute NAME
The document folder name.


NO_ORDER

public static final DocumentFolderAttribute NO_ORDER
Request that document folders returned from query not be sorted.

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.