org.overlord.sramp.atom.services
Class FeedResource
java.lang.Object
org.overlord.sramp.atom.services.AbstractFeedResource
org.overlord.sramp.atom.services.FeedResource
public class FeedResource
- extends AbstractFeedResource
A jax-rs implementation that handles all s-ramp feeds. There are a number of feeds described by the s-ramp
specification, including (but not limited to) the following:
- Artifacts
- Relationships
- Properties
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeedResource
public FeedResource()
- Constructor.
getArtifactFeed
public org.jboss.resteasy.plugins.providers.atom.Feed getArtifactFeed(String model,
String type,
Integer page,
Integer pageSize,
String orderBy,
Boolean asc,
Set<String> propNames)
throws Exception
- Gets a feed of artifacts.
- Parameters:
uri -
- Throws:
Exception
Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.