Package | Description |
---|---|
org.artificer.client |
Modifier and Type | Method and Description |
---|---|
QueryResultSet |
ArtificerClientQuery.query()
Formats the query given the replacement params, then issues the query
to the S-RAMP repository and returns the result.
|
QueryResultSet |
ArtificerAtomApiClient.query(String srampQuery)
Provides a very simple mechanism for querying.
|
QueryResultSet |
ArtificerAtomApiClient.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 |
ArtificerAtomApiClient.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.
|
QueryResultSet |
ArtificerAtomApiClient.queryWithStoredQuery(String queryName)
|
QueryResultSet |
ArtificerAtomApiClient.queryWithStoredQuery(String queryName,
int startIndex,
int count,
String orderBy,
boolean ascending)
|
QueryResultSet |
ArtificerAtomApiClient.reverseRelationships(String uuid) |
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.