Uses of Class
org.overlord.sramp.client.query.QueryResultSet

Packages that use QueryResultSet
org.overlord.sramp.client   
 

Uses of QueryResultSet in org.overlord.sramp.client
 

Methods in org.overlord.sramp.client that return QueryResultSet
 QueryResultSet SrampClientQuery.query()
          Formats the query given the replacement params, then issues the query to the S-RAMP repository and returns the result.
 QueryResultSet SrampAtomApiClient.query(String srampQuery)
          Provides a very simple mechanism for querying.
 QueryResultSet SrampAtomApiClient.query(String srampQuery, int startIndex, int count, String orderBy, boolean ascending)
          Executes the given s-ramp query xpath and returns a Feed of the matching artifacts.
 QueryResultSet SrampAtomApiClient.query(String srampQuery, int startIndex, int count, String orderBy, boolean ascending, Collection<String> propertyNames)
          Executes the given s-ramp query xpath and returns a Feed of the matching artifacts.
 



Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.