Uses of Class
org.overlord.sramp.client.SrampClientException

Packages that use SrampClientException
org.overlord.sramp.client   
 

Uses of SrampClientException in org.overlord.sramp.client
 

Methods in org.overlord.sramp.client that throw SrampClientException
 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.
 void SrampAtomApiClient.updateArtifact(BaseArtifactType artifact, InputStream content)
          Updates the content of the artifact.
 void SrampAtomApiClient.updateArtifactMetaData(BaseArtifactType artifact)
          Called to update the meta-data stored in the s-ramp repository for the given s-ramp artifact.
 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.
 



Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.