com.plumtree.remote.prc.collaboration.query
Class QueryOrder

java.lang.Object
  extended bycom.plumtree.remote.prc.collaboration.query.QueryOrder
Direct Known Subclasses:
DiscussionMessageQueryOrder, DocumentFolderQueryOrder, DocumentQueryOrder, ProjectQueryOrder, TaskListQueryOrder, TaskQueryOrder

public abstract class QueryOrder
extends java.lang.Object

Base class for object-specific types, each QueryOrder subtype instance encapsulating an subtype-specific sort field and a boolean flag indicating ascending or descending sort order to be passed to a subtype-specific class derived from IFilter.


Constructor Summary
QueryOrder()
           
 
Method Summary
 boolean isAscending()
          Returns a boolean indicating whether or not the field is ascending.
 void setAscending(boolean isAscending)
          Sets the order for this field (ascending or descending).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryOrder

public QueryOrder()
Method Detail

setAscending

public void setAscending(boolean isAscending)
Sets the order for this field (ascending or descending).


isAscending

public boolean isAscending()
Returns a boolean indicating whether or not the field is ascending.



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.