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

Packages that use QueryObject.SortSpec
org.apache.chemistry.opencmis.jcr.query   
org.apache.chemistry.opencmis.server.support.query   
 

Uses of QueryObject.SortSpec in org.apache.chemistry.opencmis.jcr.query
 

Method parameters in org.apache.chemistry.opencmis.jcr.query with type arguments of type QueryObject.SortSpec
protected  String QueryTranslator.buildOrderByClause(TypeDefinition fromType, List<QueryObject.SortSpec> orderBys)
          Build a XPath order by clause for the given CMIS type and a list of QueryObject.SortSpecs.
 

Uses of QueryObject.SortSpec in org.apache.chemistry.opencmis.server.support.query
 

Fields in org.apache.chemistry.opencmis.server.support.query with type parameters of type QueryObject.SortSpec
protected  List<QueryObject.SortSpec> QueryObject.sortSpecs
           
 

Methods in org.apache.chemistry.opencmis.server.support.query that return types with arguments of type QueryObject.SortSpec
 List<QueryObject.SortSpec> QueryObject.getOrderBys()
           
 



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