| Package | Description |
|---|---|
| org.overlord.sramp.client |
| Modifier and Type | Method and Description |
|---|---|
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-2014 JBoss, a division of Red Hat. All Rights Reserved.