|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SrampServerException | |
|---|---|
| org.overlord.sramp.client | |
| Uses of SrampServerException in org.overlord.sramp.client |
|---|
| Methods in org.overlord.sramp.client that return SrampServerException | |
|---|---|
SrampServerException |
SrampClientExceptionReader.readFrom(Class<SrampServerException> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
|
| Method parameters in org.overlord.sramp.client with type arguments of type SrampServerException | |
|---|---|
SrampServerException |
SrampClientExceptionReader.readFrom(Class<SrampServerException> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
|
| Methods in org.overlord.sramp.client that throw SrampServerException | |
|---|---|
void |
SrampAtomApiClient.deleteArtifact(String uuid,
ArtifactType type)
Delets an artifact from the s-ramp repository. |
InputStream |
SrampAtomApiClient.getArtifactContent(ArtifactType artifactType,
String artifactUuid)
Gets the content for an artifact as an input stream. |
org.jboss.resteasy.plugins.providers.atom.Entry |
SrampAtomApiClient.getFullArtifactEntry(ArtifactType artifactType,
String artifactUuid)
Gets an Atom Entry for the given S-RAMP artifact by UUID. |
org.jboss.resteasy.plugins.providers.atom.Feed |
SrampAtomApiClient.query(String srampQuery)
Provides a very simple mechanism for querying. |
org.jboss.resteasy.plugins.providers.atom.Feed |
SrampAtomApiClient.query(String srampQuery,
int page,
int pageSize,
String orderBy,
boolean ascending)
Executes the given s-ramp query xpath and returns a Feed of the matching artifacts. |
org.jboss.resteasy.plugins.providers.atom.Entry |
SrampAtomApiClient.uploadArtifact(ArtifactType artifactType,
InputStream content,
String artifactFileName)
Please refer to javadoc in SrampAtomApiClient#uploadArtifact(String, String, InputStream, String) |
Map<String,?> |
SrampAtomApiClient.uploadBatch(SrampArchive archive)
Performs a batch operation by uploading an s-ramp package archive to the s-ramp server for processing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||