org.apache.chemistry.opencmis.server.support.query
Class QueryObject.SortSpec

java.lang.Object
  extended by org.apache.chemistry.opencmis.server.support.query.QueryObject.SortSpec
Enclosing class:
QueryObject

public class QueryObject.SortSpec
extends Object


Constructor Summary
QueryObject.SortSpec(Integer key, boolean ascending)
           
 
Method Summary
 CmisSelector getSelector()
           
 boolean isAscending()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryObject.SortSpec

public QueryObject.SortSpec(Integer key,
                            boolean ascending)
Method Detail

getSelector

public CmisSelector getSelector()

isAscending

public boolean isAscending()


Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.