| 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. |