|
Class Summary |
| AbstractFeedResource |
Base class for all resources that respond with Atom Feeds. |
| AbstractResource |
Base class for all Atom API binding resources. |
| ArtifactResource |
The JAX-RS resource that handles artifact specific tasks, including:
Add an artifact (upload)
Get an artifact (full Atom Entry)
Get artifact content (binary content)
Update artifact meta data
Update artifact content
Delete an artifact
|
| BatchResource |
The JAX-RS resource that handles pushing artifacts into the repository in batches. |
| FeedResource |
A jax-rs implementation that handles all s-ramp feeds. |
| OntologyResource |
The JAX-RS resource that handles ontology specific tasks, including:
Add an ontology (upload)
Get an ontolgy (full Atom Entry containing an Owl RDF)
Update an ontology
Delete an ontology
|
| QueryResource |
Implementation of the S-RAMP query features defined in the Atom Binding document. |
| ServiceDocumentResource |
|
| SRAMPApplication |
The SRAMP RESTEasy application. |