public abstract class AbstractFeedResource extends AbstractResource
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFeedResource()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.jboss.resteasy.plugins.providers.atom.Feed |
createArtifactFeed(String query,
Integer startIndex,
Integer count,
String orderBy,
Boolean ascending,
Set<String> propNames,
String baseUrl)
Common method that performs a query for artifacts and returns them in an Atom
Feed. |
ensureSupportsMark, logErrorprotected org.jboss.resteasy.plugins.providers.atom.Feed createArtifactFeed(String query, Integer startIndex, Integer count, String orderBy, Boolean ascending, Set<String> propNames, String baseUrl) throws SrampAtomException
Feed.query - the x-path formatted s-ramp querystartIndex - which index within the result set to start with (0 indexed)count - the number of items desiredorderBy - the property to sort the results byascending - the sort directionpropNames - the set of s-ramp property names - the extra properties that the query should return as part of the FeedFeedSrampAtomExceptionCopyright © 2011–2013 JBoss, a division of Red Hat. All rights reserved.