com.plumtree.remote.prc.collaboration.query
Class QueryOrder
java.lang.Object
com.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.
|
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 |
QueryOrder
public QueryOrder()
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 IDK, including tutorials, blogs, code samples and more, see the AquaLogic User Interaction Developer Center on BEA dev2dev.Copyright ©2007 BEA Systems, Inc. All Rights Reserved.