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


Field Summary
 boolean ascending
           
 Integer colRefKey
           
 
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
 

Field Detail

ascending

public final boolean ascending

colRefKey

public final Integer colRefKey
Constructor Detail

QueryObject.SortSpec

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

getSelector

public CmisSelector getSelector()

isAscending

public boolean isAscending()


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